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

* {

	margin: 0px;
	padding: 0px;

}

html, body {

	background:url(template/gezinnetje.jpg) bottom left no-repeat;
	background-attachment:fixed;
	height: 100%;


}

div#top {

	height: 110px;
	width: 100%;
	background:url(template/spacertop.jpg) repeat-x;
	position:absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;
}

div#topright {

	height: 110px;
	width: 137px;
	margin:0px auto 0px auto;
	position:relative;
	left: 467px;
	top: 0px;

}

div#container {

	width: 797px;
	height: 100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	height:auto;
	

}

div#hoofdbeeld {

	height: 234px;
	width: 797px;
	position:relative;
	top: 0px;
	
}

div#nav {

	width: 797px;
	height: 53px;
	position:relative;
	top:0px;
	background:url(template/bgnav.jpg);
	clear:both;

}

div#nav ul {

	list-style:none;
	left: 30px;
	top:8px;
	width: 590px;
	position:relative;
	margin-bottom:0px;
}

div#nav ul li {

	list-style:none;
	float:left;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:0px;
}

div#content {
	width: 797px;
	top: 0px;
	position:relative;
	z-index:5;
}

div#inzetjes {
	position:absolute;
	left:0px;
	top:0px;
	width: 213px;
	z-index:6;
}

div#inzetjehome {

	width: 213px;
	height: 190px;
	position:absolute;
	top: 475px;
	left:0px;
}


div#text {
	width: 504px;
	position:relative;
	left:213px;
	background:url(template/bgtext.jpg) no-repeat;
	padding:40px 40px 0px 40px;
	z-index:6;
}

/*div#text p, div#text h1, div#text h2, div#text ul {
	margin-left:40px;
	margin-right:40px;
}*/

div#gegevens {
	width: 244px;
	height: 100%;
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	left: 375px;
	top: 40px;
	z-index:1;
}


div#sitiuatie {

	position:absolute;
	left: 422px;
	top: 335px;
	width: 325px;
	height: 194px;
	z-index: 4;

}

div#ai {

	width: 250px;
	height:159px;
	position: absolute;
	top: 330px;
	left: 500px;
	z-index: 5;

}

div#ai2 {

	width: 250px;
	height:159px;
	position: absolute;
	top: 495px;
	left: 500px;
	z-index: 5;

}

div#fotos {
	position:relative;
	float:right;
}

div#textbottom {
	width: 584px;
	height: 69px;
	position: absolute;
	bottom: -50px;
	background:url(template/bgtextbottom.jpg);
	left: 0px;
	z-index:5;
	clear:both;
}

img#textbottom {
	position:relative;
	left:-40px;
	clear:both;
}

div#footer {
	clear:both;
}

p {

	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-align:justify;
	line-height: 20px;
	z-index: 3;
	margin-bottom: 15px;
	
	
}

h1 {

	font-family:Arial, Helvetica, sans-serif;
	color: #cccc00;
	font-size:18px;
	text-align:justify;
	line-height: 25px;
	margin-bottom: 18px;

}

h2 {

	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:11px;
	text-align:justify;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight:normal;

}

div#text ul {

	list-style: disc;
	margin-left:20px;
}

div#text ul li {

	margin-bottom: 10px;
	list-style:disc;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;

}

img {

	border: 0px;

}



