* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	text-align:center; /* horizontal centering for IE Win quirks */
	text-decoration: none;
	font-family:Verdana, Arial, sans-serif;
/*	font-size: 0.6em;*/
	font-size:10px;
	line-height: 1.6em;
	background-color:#bfd72f;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
	}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:1000px;
	clear:left;
	background-color:#FFFFFF;
	border: 1px solid #999999;
	}
#content {
	height:599px;
	width:1000px;
	overflow:hidden;
	}
#top {
	height:115px;
	width:1000px;
	overflow:hidden;
/*	background-image:url(images/menu/rec_top.gif);
	background-repeat:no-repeat;*/
}
#mid_left{
	position:absolute;
	top:115px;
	left:0px;
	float:left;
	height:345px;
	width:570px;
	overflow:hidden;
	margin:0px;
}
#mid_right{
position:absolute;
	float:right;
	top:115px;
	left:570px;
	height:345px;
	width:430px;
/*	background-image:url(images/menu/mid_right.gif);
	background-repeat:no-repeat;
	background-position:top;*/
	background-color:#999999;
	overflow:hidden;
}
#bottom{
	position:absolute;
	top:460px;
	left:0px;
	height:140px;
	width:1000px;
	overflow:auto;
	background-image:url(images/menu/rec_bottom.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:5;
}
#webtekst{
	position:absolute;
	top:61px;
	left:48px;
	height:230px;
	width:324px;
	color:#FFFFFF;
	overflow-y: auto;
	overflow-x:no;
	padding-right:35px;
/*	padding-top:60px;
	padding-bottom:50px;*/
	z-index:1;

	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color:#999999;
	scrollbar-darkshadow-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#999999;
}
#cover_top{
	background-image:url(images/menu/slogan.gif);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	top:115px;
	left:570px;
	height:60px;
	width:370px;
	z-index:5;
}
#cover_bottom{
	background-color:#999999;
	position:absolute;
	top:415px;
	left:570px;
	height:45px;
	width:370px;
	z-index:6;
}
a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}
h1 {
	font-size:14px;
	color:#BFD72F;
}
h2 {
	font-size:10px;
	color:#BFD72F;
	text-transform:uppercase;
}
#schuifbalk {
	position:relative;
	height:30px; /* hoogte schuifbalk = 40 */
	width:12px;
	background-color:#FFFFFF;
	border:0px ;
	}
