body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: normal;
	scrollbar-arrow-color: #999999;
	scrollbar-face-color: #990099;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #E4E4E4;

}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#hoofd {
	position: relative;
	height: 555px;
	width: 800px;
	background-color: #CCCCCC;
	left: -2px;
}
#linksboven {
	background-color: #CCCCCC;
	position: absolute;
	height: 122px;
	width: 168px;
	left: 0px;
	top: 1px;
	overflow: visible;
}
#linksonder {
	color: #FFFFFF;
	background-color: #990099;
	position: absolute;
	height: 430px;
	width: 171px;
	left: -1px;
	bottom: 0px;
	padding: 0px;
	text-align: left;
	overflow: visible;
	top: 121px;
	z-index: 1;
}
#adres {
	background-color: #6F006F;
	position: absolute;
	height: 67px;
	width: 197px;
	color: #FFFFFF;
	padding: 2px;
	margin: 2px;
	left: 169px;
	visibility: visible;
	font-size: 11px;
	top: -1px;
}
#slogan {
	background-color: #FFFFFF;
	position: absolute;
	height: 70px;
	width: 430px;
	top: 0px;
	right: 0px;
	left: 372px;
	text-align: center;
	vertical-align: middle;
}
#knoppen {
	background-color: #999999;
	position: absolute;
	height: 51px;
	width: 630px;
	left: 170px;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#tekst {
	position: absolute;
	height: 390px;
	width: 590px;
	right: 0px;
	bottom: 0px;
	left: 170px;
	top: 121px;
	text-align: left;
	padding: 20px;
	overflow: auto;
	line-height: 20px;
	visibility: visible;
}
a:link {
	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
a:visited {

	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
a:active {


	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
a:hover {



	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#linksonder a:link, div#linksonder a:visited, div#linksonder a:active{
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;}
 
div#linksonder a:hover {
 color: #990099;
 text-decoration: none;
 font-weight: bold;
 background-color: #FFFFFF;}
.nadruk {
	font-weight: bold;
	color: #6A006A;
}
div#knoppen a:link, div#knoppen a:visited, div#knoppen a:active{
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;}
 
div#knoppen a:hover {
 color: #990099;
 text-decoration: none;
 font-weight: bold;
 background-color: #FFFFFF;}
.nadruk {
	font-weight: bold;
	color: #6A006A;
}
.vet {
	font-weight: bold;
}
#onder {
	background-color: #999999;
	position: absolute;
	height: 21px;
	width: 800px;
	top: 551px;
	left: 0px;
	z-index: 2;
	font-size: 10px;
	color: #FFFFFF;
}

function clrBar(line,face)
 {
 with(document.body.style)
 {
 scrollbarDarkShadowColor=line;
 scrollbar3dLightColor="white";
 scrollbarArrowColor="black";
 scrollbarBaseColor=face;
 scrollbarFaceColor=face;
 scrollbarHighlightColor="white";
 scrollbarShadowColor="gray";
 scrollbarTrackColor="#F3F3F3";
 }
 }
function setcolor()
 {
 var w = document.body.clientWidth;
 var h = document.body.clientHeight;
 var x = event.clientX;
 var y = event.clientY;
 if(x>w) clrBar("#646464","#990099"); // Colors of active state
 else clrBar("#646464","#990099"); // Colors of normal state
 }
if (document.all){
clrBar(null,null);
document.onmousemove=setcolor;
}
div#onder a:link, div#onder a:visited, div#onder a:active {

 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;
}
div#onder a:hover {

 color: #999999;
 text-decoration: none;
 font-weight: bold;
 background-color: #FFFFFF;
}
#foto {
	position: absolute;
	height: 134px;
	width: 151px;
	top: 28px;
	right: 500px;
	left: 335px;
	float: right;
	overflow: visible;
	visibility: visible;
}
.onderlijnd {
	text-decoration: underline;
}
