* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

img {
border: 0px;
}

#wrapper {
	width: 767px;
	margin-top: -250px;
	margin-left: -383px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;	
}
#top {
	background-image:url(../afbeeldingen/paginas/top.jpg);
	background-repeat:no-repeat;
	height:52px;
	width:767px;
}

#content {
	width:767px;
	background-color:#ccc;
}
#tekst{
	/*margin-left:64px;*/
	margin-left:0;
	padding-left:64px; 
	width:550px;
	float:left;
	text-align:justify;
}
#knop{
	float:right;
	margin-right:34px;
	width:103px;
	margin-top:75px;
	}
.clear {
	clear: both;
}
a, a:active{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #706e6e;
	text-decoration: underline;
}
#footer {
	width: 767px;
	background-image:url(../afbeeldingen/paginas/footer.jpg);
	background-repeat:no-repeat;
	height:55px;
}
#nav{
	color:#333333;
	width:767px;
	height:30px;
	margin-top:30px;
	margin-left:-30px;
	padding-left:0px;
}
#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;
}
