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

body {
    margin: 0 0 0 0;
    font: 10px Arial;
    color: #000000;
	 background-color: #FFFF80;

	 scrollbar-face-color:#892b67;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#FFCCFF;
    scrollbar-shadow-color:#3C003C;
    scrollbar-highlight-color:#FFBFFF;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-Color:black;
}

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

.header {
	background-image: url(img/index_49.jpg);
	border-bottom: 1px solid #000000;
}

.frame {
	background-color: #FFCCFF;
	border:1px solid #000000;
}

.frame_titel {
background-color: #892b67;
border-bottom: 1px solid #000000;
font: 12px arial;
color: #000000;
font-weight: bold;
padding: 2 2 2 10;
height: 24px;
}

.frame_datum {
background-color: #892b67;
border-bottom: 1px solid #000000;
font: 10px arial;
color: #000000;
font-weight: bold;
padding: 2 10 2 2;
}

.inhoud {
	padding: 2 5 2 5;
	font: 11px arial;
	color: #FFFFFF;
}
/* ---------Text styles------------- */ 

.nieuws {
	font-family: tahoma;
	font-size: 10px;
	color: black;
}


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

a,a:link,a:visited {
	color: #ffffff;
		font-size: 11px;
	text-decoration:underline;
}

a:hover {
	color: Black;
		font-size: 11px;
	text-decoration:underline;
}

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

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



