<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {padding 0; margin: 0}
html, body {height: 100%; /* h??l belangrijk */
font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
color: #000;background: #FFFFFF;
text-align: center;
}
#container {margin: 0 auto;
text-align: left;
position: relative;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
background: #000000;
border-left: 1px solid #555;
border-right: 1px solid #555;
}
#header_container{	padding-left:5px;
	height:70px;
	width: 100%;
	font-size:16pt;
	background-image: url('background_boven.gif');
	background-repeat: repeat-x;
	line-height: 10px;
}
#header_inhoud{	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2em 10px 2em;
}
#logospace {width:390px;
height: 55px;
float:left;
}
#navigspace {width: 380px;
height: 55px;
float: right;
padding: 5px 0 0 0;
}
#inhoud_container {	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2em 10px 2em;
	font-size: 12pt;
}
#footer {position: absolute;
bottom: 0; /* heel belangrijk */
width: 100%;
background-image: url('images_web/background_onder.gif');
background-repeat: repeat-x;
height: 80px;
font-size:8pt;
text-align:center;
}
A:visited  {color: #00E018; text-decoration: none}
A:link  {color: #00E018; text-decoration: none}
A:active  {color: #00E018; text-decoration: none}
A:hover   {cursor: pointer;
 color: #FF0000;
  background-color: lightslategray;
   text-decoration: none;
}
#footer_midden{	width: 780px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	color:#00E018;
}
#footer_midden_links{width: 110px;
height: 75px;
margin-left:0px;
margin-right:0px;
color: #FF0000;
float:left;
font-size:12pt;
border-left: medium dashed #ff0000;
border-right: medium dashed #ff0000;
}
#footer_midden_rechts{width: 110px;
height: 75px;
margin-left:0px;
margin-right:0px;
color: #2040FF;
float:right;
font-size:12pt;
border-left: medium dashed #ff0000;
border-right: medium dashed #ff0000;
}
p.titel{color: #00E018;font-size: 24pt;font-weight: 800;}
#main_links {	width: 250px;
	top: 0px;
	left: 0px;
	font-size: 12pt;
	height: 100%;
	margin-top: 14%;
	float:left;
}
#main_rechts {	width: 510px;
	margin-left: 250px;
	font-size: 12pt;
	height: 100%;
	color: #FFFFFF;
}
.capbox {	background-color: #92D433;
	border: #B3E272 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */	
	padding: 8px 40px 8px 8px;
}
.capbox-inner {	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	margin: 5px auto 0px auto;
	padding: 3px;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;
}
#CaptchaDiv {	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;
}
#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }</pre></body></html>