* {
	margin: 0;
	padding: 0;
}

html,body {
	margin: 0 auto;
	text-align: center;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
}

/*#wrapper {
	margin: 20px auto 0;
	width: 800px;
	text-align: left;
		
	
}*/
#wrapper{
	width: 800px;
	margin-top: -250px;
	height: 500px;
	margin-left: -400px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 45%;


}
#content {
	background-image:url(../kader.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:488px;
}
#nav{
	color:#333333;
	width:800px;
	height:30px;
}
#nav ul{
	list-style-type:none;
	margin-left:0px;
	color:#333;
}
#nav ul li{
	text-align:center;
	font-weight:bold;
	float:left;
	margin-left:38px;
}
#nav ul li a:hover{
	text-align:center;
	font-weight:bold;
	float:left;
	margin-left:58px;
	color:#9bc441;
}
#nav ul li a{
	float:left;
	margin-left:58px;
	color:#333;
	font-size:11px;
	text-decoration:none;
}
#verzameling{
	position: absolute;
	top: 80%;
	left: 50%;
	z-index: 1;
	width: 800px;
	margin-top: -25px;
	height: 50px;
	margin-left: -400px;
}
img{
	border:0;
	margin:0;
	padding:0;
}
.titel{
	font-weight:bold;
	font-size:11px;
	color:#333333;
	margin-left:5px;
	color: #999;
}
.titel a, a.hover,a.active{
	color: #999;
	text-decoration: none;
}
.auteur{
	text-align:right;
	font-style:italic;
	margin-left:80px;
	margin-top:20px;
	font-size:11px;
	color: #999;
}
.auteur a, a.hover,a.active{
	color: #999;
	text-decoration: none;
}
.uitleg{
	color:#999999;
	margin-top:180px;
	margin-left:25px;
	font-size: 10px;
}
.uitleg a, a.hover,a.active{
	color: #999;
	text-decoration: none;
}

span.uitleg{display:block; margin-top:-5px;}

