@import url('reset.css');
@import url('import/superfish.css');
@import url('import/jquery.jcarousel.css');
@import url('skins/ie7/skin.css');
@import url('import/coda-slider-2.0.css');
@import url('import/prettyPhoto.css');
@import url('import/tipsy.css');

html,
body{
	background: url(../img/bg.jpg) repeat-x;
	font: 12px 'Arial';
}

#container{
	width: 1007px;
	margin: 0 auto;
}

	#container .logo{
		margin-top: 15px;
	}
		
	#container ul.navigation{
		width: 960px;
		height: 30px;
		margin: 0 auto;
		margin-top: 13px;
		overflow: hidden;
	}
	
		#container ul.navigation li{
			float: left;
			width: 150px;
			text-align: center;
			font-weight: bold;
			font-size: 14px;
			background: url(../img/menu_divider.jpg) no-repeat right bottom;
			padding: 10px;
		}
		
		#container ul.navigation li a{
			color: #044e98;
			text-decoration: none;
		}
		
			#container ul.navigation li a:hover{
				color: #81a6cb;
			}
			
	#container #header{
		background: url(../img/header_bg.jpg) no-repeat;
		width: 1007px;
		height: 302px;
		margin-bottom: 15px;
		color: #FFF;
	}
	
		#header .verzorgen ul,
		#header .werken ul{
			margin-top: 15px;
		}
			
			#header .verzorgen ul li,
			#header .werken ul li{
				background: url(../img/arrow.png) no-repeat;
				padding-left: 40px;
				margin-bottom: 30px;
				margin-top: 20px;
			}
			
			#header .verzorgen ul li a,
			#header .werken ul li a{
				font-size: 20px;
				color: #FFF;
				text-decoration: none;
			}
			
			#header .werken ul li p.fake_link{
				font-size: 20px;
				color: #FFF;
				text-decoration: none;
			}
		
		#header .verzorgen{
			float: left;
			width: 270px;
			margin-left: 30px;
			margin-top: 30px;
		}
		
			#header .verzorgen h2,
			#header .werken h2{
				font-size: 25px;
			}
		
		#header .werken{
			float: right;
			width: 270px;
			margin-right: 30px;
			margin-top: 30px;
		}
	
	#container #content{
		width: 640px;
		float: left;
		line-height: 18px;
		margin-bottom: 15px;
	}
	
		#container #content h2{
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		#container #content h1{
			background: url(../img/h2_bg.jpg) repeat-x;
			color: #FFF;
			padding: 5px;
		}
		#container #content p{
			
			margin-bottom: 10px;
		}
		
	#container #sidebar{
		width: 330px;
		float: right;
	}
	
	ul.portfolio li{
		background: url(../img/portfolio/bg.jpg) no-repeat;
		width: 136px;
		height: 201px;
		float: left;
		margin: 10px;
	}
	
		ul.portfolio li img{
			margin-left: 17px;
			margin-top: 30px;
		}

.provincies{
	background: url(../img/provincie.jpg) no-repeat;
	width: 408px;
	height: 507px;
	position: relative;
}

	.provincies a{
		position: absolute;
		display: block;
		height: 10px;
		width: 10px;
	}
	
		.provincies a.groningen{
			left: 351px;
			top: 46px;
		}
		
		.provincies a.friesland{
			left: 257px;
			top: 80px;
		}
		
		.provincies a.drenthe{
			left: 342px;
			top: 115px;
		}
		
		.provincies a.noord_holland{
			left: 153px;
			top: 165px;
		}
		
		.provincies a.flevoland{
			left: 230px;
			top: 191px;
		}
		
		.provincies a.overijssel{
			left: 327px;
			top: 198px;
		}	
		
		.provincies a.zuid_holland{
			left: 122px;
			top: 290px;
		}	
		
		.provincies a.utrecht{
			left: 195px;
			top: 261px;
		}
		
		.provincies a.gelderland{
			left: 277px;
			top: 260px;
		}
		
		.provincies a.zeeland{
			left: 42px;
			top: 368px;
		}
		
		.provincies a.noord_brabant{
			left: 201px;
			top: 354px;
		}
		
		.provincies a.limburg{
			left: 284px;
			top: 393px;
		}
		
.verstuurd{
	display: none;
	background: #054f98;
	padding: 10px;
	color: #FFF;
}	

	.verstuurd h2{
		color: #FFF;
	}
form.contact{
	background: #ededed;
	border: 1px solid #dfdfdf;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}

	form.contact .errorbox{
		display: none;
		background: #ffa3a3;
		border: 1px solid #e27373;
		padding: 5px;
		width: 250px;
		margin-bottom: 10px;
	}
	
		form.contact .errorbox p{
			margin: 0;
			padding: 0;
			color: #7c3030;
			line-height: 8px;
		}

	form.contact .info{
		position: absolute;
		width: 263px;
		left: 350px;
		top: 30px;
		border: 1px solid #00366c;
		
	}
		form.contact .info div{
			background: #054f98;
			color: #FFF;
			padding: 10px;
		}
		
		form.contact .info a{
			color: #FFF;
			text-decoration: underline;
		}
	form.contact p{
		margin-bottom: 10px;
	}
	
	form.contact label{
		display: block;
		color: #00366c;
		padding: 5px 0 5px 0;
	}
	
	form.contact input,
	form.contact textarea{
		background: #FFF;
		border: 1px solid #03386e;
		padding: 3px;
		width: 220px;
	}
	
	form.contact textarea{
		width: 560px;
	}

#footer{
	background: #004b96;
	padding: 10px;
	height: 16px;
}

	#footer .inner{
		width: 1007px;
		margin: 0 auto;
		color: #FFF;
		overflow: hidden;
	}
	
	#footer .copyright{
		float: left;
	}
	
	#footer .disclamer{
		float: right;
	}
