body {
	background-color: #a69b75;
}
	
div#wrapper {
	width: 800px;
	padding: auto;
	margin: 0 auto;
	background-color: #7c6e37;
}
	
div#header {
	width: 800px;
	position: center;
	}
	
div#menu {
	width: 199px;
	background-color: #7c6e37;
	border-right: solid 1px #a69b75;
	color: white;
	float: left;
	margin-top: 10px;
	}
	
div#content {
	width: 550px;
	background-color: #7c6e37;
	color: white;
	float:left;
	margin-right: 30px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
div#footer {
	width: 800px;
	background-color: #7c6e37;
	color: #a69b75;
	text-align: center;
	}
	
body {
	font-size: 10pt;
	line-height: 15pt;
	font-family: Verdana, sans-serif;
	color: white;
}	
	
A {
	color: white;
	text-decoration: none;
}
	
A:hover {
	color: #a69b75;
	text-decoration: none;
	}
	
A.speciaal {
	color: white;
	text-decoration: none;
	font-style: italic;
}

A:hover img {
	text-decoration: none;
}

p#menubalk {
	font-size: 10pt;
	line-height: 30px;
	font-family: Verdana, sans-serif;
	height: 100%;
	margin-left: 20px;
	}
	
p#footers {
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	margin: 5px;
}

p#omhoog {	
	margin-right: 275px;
}