@charset "utf-8";
/* CSS Document */
body{
	background:#FFFBD3;
	background-repeat:repeat-x;
	background-image:url(CSS/achtergrond_01kopie.jpg);
	font-family:Verdana;
	font-size:12px;
	color:#990000;
	border-left-width: 100px;

}
html{
scrollbar-arrow-color: #990000;
scrollbar-face-color: #FFFBD3;
scrollbar-highlight-color: #FFFBD3;
scrollbar-3dlight-color: #FFFBD3;
scrollbar-shadow-color: #FFFBD3;
scrollbar-darkshadow-color: #FFFBD3;
scrollbar-track-color: #FFFBD3;
}
.scroller{
scrollbar-arrow-color: #990000;
scrollbar-face-color: #FFFBD3;
scrollbar-highlight-color: #FFFBD3;
scrollbar-3dlight-color: #FFFBD3;
scrollbar-shadow-color: #FFFBD3;
scrollbar-darkshadow-color: #FFFBD3;
scrollbar-track-color: #FFFBD3;
}
a {
	font-size: 12px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
#hoofdframe {
	width:800px;
	height:625px;
	margin:0 auto;
	background-color: #FFFBD3;
}
#topframe {
	width:800px;
	height:200px;
	margin:0 auto;
}
#sub_top {
	width:800px;
	height:5px;
	margin:0 auto;
	text-align: center;
}
#middenframe {
	width:800px;
	height:380px;
	margin:0 auto;
}
#voet {
	width:800px;
	height:40px;
	margin:0 auto;
}