/* ---------Algemene styles------------- */ 

body {
    margin: 0 0 0 0;
    font: 12px Arial;
    color: #000000;
	 background-color: #CC66CC;

	 scrollbar-face-color:#990099;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#FF99FF;
    scrollbar-shadow-color:#700070;
    scrollbar-highlight-color:#CC66CC;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-Color:black;
}

td {
	font-family: Arial;
	font-size: 12px;
}

/* ---------Text styles------------- */ 

.news {
	font-family: tahoma;
	font-size: 11px;
	color: black;
	vertical-align: top;
}


/* ---------Hier de link styles------------- */ 

a,a:link,a:visited {
	color: black;
		font-size: 12px;
	text-decoration:underline;
}

a:hover {
	color: white;
		font-size: 12px;
	text-decoration:underline;
}

a.nieuws,a.nieuws:link,a.nieuws:visited {
	font-family: tahoma;
	font-size: 10px;
	color: black;
	text-decoration:underline;
}

a.nieuws:hover {
	font-family: tahoma;
	font-size: 10px;
	color: black;
	text-decoration:underline;
}

.balk
{
	font: normal;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #F7F8B3;
	background-image: url(img/balk.jpg);
	text-align: center;
	height: 30px;
	padding-left: 5px;
	padding-top:4px;
	vertical-align: top;
	}
	
	.venster
{
	background-color: #ff99ff;
	font: normal 12px Verdana;
	color: #0E387E;
	list-style-position: inside;
	list-style-type: circle;
	border: 1px solid #ffff00;
	text-align: center;

}
.venster2 {
	background-color: #ff99ff;
	font: normal 12px Verdana;
	list-style-position: inside;
	list-style-type: circle;
	text-align: center;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	color: #0E387E;

}
