



* {
	padding:0px;
	margin:0px;
}

body {
	background: url(template/bg.jpg);	
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom:0px;
	width: 959px;
	position:relative;
	top: 0px;
	background:url(template/bgspacer.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;	
}

#topdiv {
	width: 959px;
	height:370px;
	position:relative;
}

#top {
	width: 959px;
	height: 86px;
	position: absolute;
	top: 0px;
	left:0px;
}

#nav {
	width: 959px;
	height: 30px;	
	position: absolute;
	top: 86px;
	background:url(template/nav.jpg);
	border:none;
}

#nederlands {
	position:absolute;
	left: 870px;
	top: 0px;
}

#engels {
	position:absolute;
	left: 910px;
	top: 1px;
}

#hoofdfoto {
	width: 959px;
	height: 254px;
	position: absolute;
	top: 116px;
}

#content {
	width: 959px;
	position:relative;
	/*top: 370px;*/
	background:url(template/bgcontent.jpg) bottom right no-repeat;
	padding-bottom:0px;
}

#tekst {
	float:left;
	width:460px;
	height:auto;
	margin-left:70px;
	margin-top:20px;
	
	
	/*width: 959px;
	position:relative;
	height:auto;
	padding-top: 20px;
	top: 0px;
	padding-bottom:20px;
	min-height:300px;
	*/
}

#recent {
	float:right;
	width:180px;
	height:auto;
	background-color:#f1f0ea;
	z-index:30;
	margin-right:20px;
	margin-top:20px;
	
	/*position:absolute;
	top: 20px;
	left:755px;
	width: 180px;
	height:auto;
	background: #f1f0ea;
	margin-bottom: -3px;
	z-index: 30;*/
	}

#subnav {
	float:left;
	width:180px;
	margin-top:20px;
	z-index:40;
	margin-bottom:135px;

	/*position:absolute;
	top: 50px;
	left: 0px;
	width: 180px;
	height:auto;
	background: transparent;
	margin-bottom: 200px;
	z-index: 40;
	*/
	}

#tekst p {

	/*margin-left: 255px;
	margin-right: 240px;*/

}

#tekst h1 {

	/*margin-bottom: 15px;
	margin-left: 255px;
	margin-right: 240px;*/
	
}



#nav ul {

	list-style:none;
	margin-left: 26px;
	margin-top: 5px;
	border:none;


}

#nav li {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #6d6839;
	list-style:none;
	float:left;
	margin-left:0px;
	margin-right: 11px;
	border:none;

}

#nav li a {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #6d6839;
	list-style:none;
	float:left;
	margin-right: 11px;
	text-decoration:none;
	border:none;

}

#nav li a:hover {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #384566;
	list-style:none;
	float:left;
	margin-right: 11px;
	text-decoration:none;
	border:none;
	
}


#recent p {

	margin-left: 20px;
	margin-right: 40px;
	margin-top:3px;
	margin-bottom:3px;

}

#recent h2 {

	margin-left: 20px;
	margin-right: 10x;
	margin-top:10px;
	margin-bottom:5px;

}

#recent h3 {

	margin-left: 20px;
	margin-right: 10x;
	margin-top:10px;
	margin-bottom: -5px;

}

#recent a {
	color: #384566;
	text-decoration:none;
}

#recent a:hover {
	text-decoration:underline;
}

#subnav p {

	margin-left: 20px;
	margin-right: 40px;
	margin-top:3px;
	margin-bottom:10px;

}

#subnav h2 {

	margin-left: 20px;
	margin-right: 10x;
	margin-top:10px;
	margin-bottom:5px;

}

#subnav h3 {

	margin-left: 20px;
	margin-right: 10x;
	margin-top:10px;
	margin-bottom: -5px;

}

#subnav ul {

	list-style:none;
	margin-left: 26px;
	margin-top: 5px;
	line-height:16px;

}

#subnav li {

	font-family:arial;
	font-size: 14px;
	color: #384566;
	list-style:none;
	margin-left:0px;
	margin-bottom: 10px;
	

}

#subnav li a {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #384566;
	list-style:none;
	
	text-decoration:none;

}

#subnav li a:hover {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #384566;
	list-style:none;
	text-decoration: underline;

}

div#foutbericht {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom:40px;
	width: 500px;
	padding: 30px;
	position:relative;
	top: 0px;
	background-color:#FFFFFF;	
}

