@charset "utf-8";
.accent {color: #FF0000}

.kleineletter {font-size: 80%}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 20px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
}


#tekst {
	position:absolute;
	height:405px;
	width:571px;
	z-index:100;
	visibility: visible;
	top:130px;
	left:168px;
	overflow: auto;
}

#Nieuws {
	position:absolute;
	left:786px;
	top:472px;
	width:131px;
	height:85px;
	z-index:1;
}
h4 {
	font-size: 9pt;
	text-transform: uppercase;
}
.floatRechts {
	float: right;
}
.floatLinks {
	float: left;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}