body {
	background-color: #993333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#993333;
 	scrollbar-shadow-color: #666666;
 	scrollbar-highlight-color: #993333;
 	scrollbar-3dlight-color: #993333;
 	scrollbar-darkshadow-color: #666666;
 	scrollbar-track-color: #666666;
 	scrollbar-arrow-color: #666666;
}
#samen {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 550px;
	width: 1000px;
	margin: -300px 0 0 -500px;
	/*margin: eerste - is 50% van hoogte, tweede - is 50% van breedte*/;
	border: 1;
	border-top-color: #666666;
	border-top-style: solid;
	border-right-color: #666666;
	border-right-style: solid;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-left-color: #666666;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#menu {
	/*width: 140px*/;
	width: 200px;
	height: 550px;
	float: left;
}
#inhoud {
	/*width: 800px*/;
	width: 800px;
	height: 550px;
	float: right;
	overflow: auto;
}
.kop {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.accent {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.tekst {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.menutekst {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #993333;
}
.menutekstsmall {	
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #993333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}	
