@charset "UTF-8";
/* CSS Document */

/* ALGEMENE BOUW VAN DE WEBSITES
/ ---------------------------------------------------------- */

body {
	text-align: center;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	background-color: #b3d335;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 50px 0;
}

div#container-home, div#container-beregening {
	background-image: url(../images/container/bg-container-1.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}
div#container-ons-bedrijf {
	background-image: url(../images/container/bg-container-3.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}
div#container-ontwerp {
	background-image: url(../images/container/bg-container-4.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}
div#container-aanleg {
	background-image: url(../images/container/bg-container-1.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}
div#container-onderhoud {
	background-image: url(../images/container/bg-container-3.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}
div#container-verhuur {
	background-image: url(../images/container/bg-container-1.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}
div#container-fotos {
	background-image: url(../images/container/bg-container-4.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}
div#container-contact {
	background-image: url(../images/container/bg-container-1.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}
div#container-sitemap {
	background-image: url(../images/container/bg-container-1.jpg);
	width: 810px;
	min-height: 540px;
	height: 540px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 60px;
	position: relative;
}



div#navigatie {
	height: auto;
	width: 200px;
	position: absolute;
	z-index: 10;
	top: 220px;
	left: 0;
}

div#content {
	width: 550px;
	height: auto;
	position: absolute;
	top: 250px;
	right: 30px;
	
}




div#footer {
	height: 40px;
	line-height: 40px;
	width: 810px;
	margin: 0 auto;
	color: #90ab27;
	text-align: right;
}

div#footer a {
	color: #90ab27;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}