@charset "utf-8";
/* GLOBAL ELEMENTS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,ul,li { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
img{
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}
ol,ul {
	padding: 5px 0px 5px 20px;
}

BODY{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000051;
	line-height: 150%;
	background: #d1d1d1 url('../images/body_bg.png') repeat-x top;
	margin: 0;
	padding: 0;
}
TEXTAREA,INPUT{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
input.input
{
	background: url('../images/input_bg.png') no-repeat;
	background-position: top right;
	border: 0;
	outline: 0;
	height: 18px;
	padding: 5px 9px 3px 0px;
	font-size: 11px;
	position: absolute;
}
input.dark{
	background-image: url('../images/input_bg-grey.png');
}
textarea{
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: inherit;
	width: 356px;
	height: 82px;
	
}
div.textarea{
	background-image: url('../images/textarea_bg.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px;
	position: relative;
	margin: 3px 0px 6px 0px;
}
span.input{
	padding-left: 9px;
	background: url('../images/input_bg.png') no-repeat;
	background-position: 0px -52px;
	display: block;
	height: 26px;
	margin: 3px 0px 6px 0px;
}
span.dark{
	background-image: url('../images/input_bg-grey.png');
}
input.submit{
	background: url('../images/submit_bg.png') no-repeat;
	border: 0;
	outline: 0;
	height: 26px;
	width: 149px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding:0;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
label{
	display: block;	
}
a{
	outline: 0;
	text-decoration: none;
	font-weight: normal;
	color: #2389d3;
}
a:hover{
	text-decoration: underline;
}

h1{
	color: #2389d3;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
h1 a{
	color: #2389d3;
	font-size: 18px;
	font-weight: bold;
}
h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
p{
	padding: 0px 0px 8px 0px;
}
#container{
	/* width: 965px; */
	width: 939px;
	margin: 14px auto;
	padding: 13px;
	background: url('../images/container_bg.png') no-repeat;
}
#container #background {
	background: bottom center url('../images/container_wrapper_bg.png') no-repeat;
	padding: 0px 0px 15px 0px;
}
#container .wrapper{
	background: #fff;
}

/* TOP */
#header{
	height: 118px;
	position: relative;
}
#header #shop{
	position: absolute;
	right: -12px;
	top: 58px;
}
#logo{
	padding: 13px 0px 0px 37px;
	float: left;
}
#nav{
	position: relative;
	width: 700px;
	height: 60px;
	float: left;
}
#nav ul{
	position: absolute;
	right: 0px;
	top: -11px;
	margin: 0px;
	padding: 0px;
}
#nav ul li{
	display: block;
	float: left;
	height: 63px;
	margin: 0;
}
#nav ul li a{
	font-size: 13px;
	display: block;
	padding: 29px 10px 20px 10px;
	color: #160157; 	
}
#nav ul li.current a{
	color: #fff;
}
#nav ul li .l{
	width: 11px;
	height: 68px;
	float: left;
}
#nav ul li .m{
	height: 68px;
	float: left;
}
#nav ul li .r{
	width: 11px;
	height: 68px;
	float: left;
}
#nav ul li.current .l{
	background: url('../images/nav-left-active_bg.png') repeat-x;
}
#nav ul li.current .m{
	background: url('../images/nav-active_bg.png') repeat-x;
}
#nav ul li.current .r{
	background: url('../images/nav-right-active_bg.png') repeat-x;
}

/* HOME */

.home #ribbon{
	height: 260px;
	background: url('../images/ribbon_bg.png') 0px 16px repeat-x;
	color: #fff;
}
#ribbon .image-container{
	height: 258px;
	width: 470px;
	float: left;
	background: url('../images/ribbon-image_bg.png') no-repeat;
	margin: 0px 0px 0px 12px;
	overflow: hidden;
}
.image-container .image{
	width: 438px;
	height: 226px;
	overflow: hidden;
	margin: 16px;
}
#ribbon .text{
	float: left;
	width: 435px;
	margin: 41px 0px 0px 10px;
}
#ribbon ul, #ribbon li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#ribbon li{
	padding: 0px 0px 0px 13px;
	background: url('../images/li-b.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
#ribbon h1{
	color: #dff3ff;	
	line-height: 24px;
	padding-bottom: 10px;	
}
#ribbon a{
	color: #dff3ff;	
}

.home #mid{
	height: 225px;
	width: 100%;
	padding: 10px 0px 0px 7px;
}
#mid .item{
	margin: 0px 5px 0px 0px;
}
#mid .buttons{
	width: 305px;
	height: 223px;
	float: left;
}
#mid .conv{
	position: relative;
	background: url('../images/block_bg.png') no-repeat;
	width: 305px;
	height: 223px;
	float: left;
}
.conv .top{
	height: 24px;
	padding: 11px 10px 0px 20px;
	font-size: 14px;
	color: #fff;
}
.conv .mid{
	padding: 10px 10px 0px 20px;
}
.brochure .img{
	width: 117px;
	height: 127px;
	background: url('../images/bedrijf.png') no-repeat;
	position: absolute;
	right: -4px;
	top: 80px;
}

.nieuwsbrief .img{
	width: 132px;
	height: 106px;
	background: url('../images/nb.png') no-repeat;
	position: absolute;
	margin: 50px 0px 0px 0px;
}
.nieuwsbrief #nbform{
	margin: 5px 0px 0px 122px;	
}

/* CONTENT */
#content{
	padding: 0px 15px 0px 15px;
	margin: 35px 0px 0px 0px;
	min-height: 250px;
}
#content .content-left{
	width: 315px;
	float: left;
}
.content-left .crums{
	margin: 0px 0px 14px 15px;
	font-size: 10px;
}
.content-left .submenu{
	width: 288px;
	margin: 0px 0px 10px 3px;
}
.submenu .top{
	height: 11px;
	background: url('../images/submenu-top.png') no-repeat;
}
.submenu .mid{
	background: url('../images/submenu-middle.png') repeat-y;
	padding: 0px 0px 0px 20px;
}
.submenu ul{
	padding: 0px;	
}
.submenu .mid ul, .mid li{
	list-style: none;
	font-size: 13px;
}
.submenu .mid li{
	background: url('../images/li-db.png') no-repeat left center;
	width: 232px;
	height: 18px;
	display: block;
	padding: 7px 0px 7px 15px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #bfbfcb;
}
.submenu .mid li.last{
	border-bottom: 0;
}
.submenu .mid li.current a{
	color: #000051;
}

.submenu .bottom{
	height: 11px;
	background: url('../images/submenu-bottom.png') no-repeat;
}

#content .content-right{
	float: left;
	width: 594px;
	font-size: 11x;
}
.content-right h1{
	margin-bottom: 13px;
}

.content-right .image-container{
	background: url('../images/content-image-container.png') no-repeat;
	width: 228px;
	height: 174px;
	text-align: center;
	float: right;
}
.content-right .image-container .image{
	width: 204px;
	height: 150px;
	margin: 12px;
}

.content-right .sub{
	margin: 20px 0px 20px 0px;
}
.sub .sub-image-container{
	width: 150px;
	height: 105px;
	background: url('../images/sub-image-container.png') no-repeat;
}
.sub-image-container .image{
	padding: 10px;
}
.sub .text{
	width: 440px;
	margin: 0px 0px 0px 0px;
}
.sub .text h2{
	color: #2389d3;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
.sub ul, .sub li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub li{
	padding: 0px 0px 0px 7px;
	background: url('../images/li-db.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#kaart{
	width: 320px;
	height: 387px;
	background: url('../images/kaart.jpg') no-repeat;
	position: relative;
	float: right;
}
#kaart .regio{
	position: absolute;
}
#kaart .regio a{
	color: #000;
	padding: 0px 4px 0px 4px;
}
#kaart .regio a:hover{
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

#friesland{
	top: 58px;
	left: 176px;
}
#groningen{
	top: 40px;
	left: 242px;
}
#drenthe{
	top: 90px;
	left: 242px;
}
#overijssel{
	top: 150px;
	left: 232px;
}
#flevoland{
	top: 135px;
	left: 148px;
}
#noord-holland{
	top: 108px;
	left: 82px;
}
#utrecht{
	top: 185px;
	left: 130px;
}
#zuid-holland{
	top: 200px;
	left: 60px;
}
#gelderland{
	top: 190px;
	left: 190px;
}
#zeeland{
	top: 260px;
	left: 20px;
}
#noord-brabant{
	top: 250px;
	left: 110px;
}
#limburg{
	top: 320px;
	left: 190px;
}
.tt_container{
	z-index: 999;
	position: absolute;
	left: -250px;
}
.cp{
	width: 252px;
	height: 156px;
	
	padding: 10px;
	
	background: url('../images/cp_bg.png') no-repeat;
}
.cp2{
	background: url('../images/cp2_bg.png') no-repeat;
}
.cp .top{
	width: 272px;
	height: 20px;
	padding: 0px;
}
.cp .img{
	float: right;
	border: 1px solid #7fafd4;
	margin-right: 20px;
}
.cp .img img{
	display: block;
}
/* BOTTOM */
#bottom{
	width: 100%;
	height: 160px;
	padding-left: 11px;
	margin: 20px 0px 0px 0px;
}

#bottom .small-block{
	background: url('../images/small-block_bg.png') no-repeat;
	width: 210px;
	height: 118px;
	float: left;
	padding: 9px;
	margin: 2px 1px 0px 0px;
}
.small-block .top{
	height: 90px;
	text-align: center;
}
.small-block .bottom{
	text-align: center;	
}
.small-block .bottom h2{
	margin: 0;
	padding: 4px 0px 0px 0px;
}
.small-block .bottom h2 a{
	font-size: 11px;
	color: #fff;
}

#bottom .wide-block{
	width: 441px;
	height: 119px;
	background: url('../images/wide-block_bg.png') no-repeat;
	float: left;
	padding: 9px;
	margin: 0px 2px 0px 2px;
	position: relative;
}
.wide-block .image{
	position: absolute;
	bottom: 5px;
	left: -2px;
}
.wide-block .top{
	height: 32px;
	padding: 4px 14px 0px 0px;
	text-align: right;
}
.wide-block .top h2{
	margin: 0;
	padding: 0;
}
.wide-block .top h2 a{
	color: #fff;
}
.wide-block .text{
	margin: 0px 10px 0px 150px;
	height: 80px;
}
.wide-block ul{
	padding: 0;
	margin: 0;
}
.wide-block li{
	list-style: none;
	background: url('../images/li-db.png') no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}
.wide-block li a{
	color: #2389d3;
	
}
.footer{
	font-size: 10px;
	color: #8c8c94;	
	padding: 0px 18px 0px 18px;
}
.footer a{
	color: #8c8c94;	
}

/* GLOBAL CLASSES */
.error{
	width: 300px;
	border: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 35px;
	background-image: url('../images/exclamation.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.succes{
	width: 300px;
	border: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 35px;
	background-image: url('../images/accept.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.last{
	margin-right: 0px !important;
}
.first{
	margin-left: 0px !important;
}
.right{
	float: right;	
}
.left{
	float: left;	
}
.clear{
	clear: both;	
}

.fc-error{
	position: absolute;
	cursor: pointer;
	z-index: 999;
	border: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	padding: 1px 5px 1px 25px;
	background-image: url('../images/exclamation.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.error404{
	background-image: url('../images/404.png');
	background-repeat: no-repeat;
	background-position: 100px bottom;
	height: 320px;
	padding-left: 200px;
}
.error404 div{
	margin-left: 300px;
}