/*----------------------Algemeen----------------------*/

BODY, TABLE, TR, TD, TH, P, UL, OL, LI {
	font-family : tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	scrollbar-track-color:white;
	scrollbar-highlight-color:000000;
	scrollbar-face-color:EDDE63;
	scrollbar-arrow-color:000000;
	scrollbar-3dlight-color:C86758;
	scrollbar-darkshadow-color:C86758;
	scrollbar-shadow-color:A59E9C;
	



}




/*---------------Kleuren in tabellen-------------------*/



.tabel-lgrijs {
	background-color : #c8c8c8;
	color : black;
}


.tabel-grijs {
	background-color : #666666;
}



.tabel-wit {
	background-color : #FFFFFF;
}

.tabel-geel {
	background-color : #ffff00;
}

.tabel-rood {
	background-color : #f40011;
}

.tabel-oker {
	background-color : #f0e383;
}



/*----------------------Basis opmaak------------------------*/



.titel {
	font-size : 18px;
	font-weight : bold;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif; 
	color: 666666;
}


.titel_onderlijn{
	font-size : 18px;
	font-weight : bold;
	font-style: italic;
	color: #666666;
	border-bottom : 1px solid #f0e383;
}



.subtitel {
	font-size : 16px;
	font-weight : bold;
}


.sub {
	font-size : 10px;

}


.tabelrand-lgrijs {
	background-color : #ffffff;
	border-top : 1px solid #c8c8c8;
	border-bottom : 1px solid #c8c8c8;
	border-left : 1px solid #c8c8c8;
	border-right : 1px solid #c8c8c8;
	padding : 4px;
}

.tabelrand-oker {
	background-color : #ffffff;
	border-top : 1px solid #f0e383;
	border-bottom : 1px solid #f0e383;
	border-left : 1px solid #f0e383;
	border-right : 1px solid #f0e383;
	padding : 1px;
}


.rand-image {
	background-color : #ffffff;
	border-top : 3px solid #c8c8c8;
	border-bottom : 3px solid #c8c8c8;
	border-left : 3px solid #c8c8c8;
	border-right : 3px solid #c8c8c8;
	padding : 0px;
}


A:VISITED {
	color : #DCC614;
	text-decoration: none;
	
}

A:ACTIVE {
	color : #DCC614;
	text-decoration: underline
}

A:HOVER {
	color:  #DCC614;
	text-decoration: underline;
}

A:LINK {
	color : #DCC614;
	text-decoration: none;
	
}




.strepen{
	
	border-bottom : 1px solid #f0e383;
}


.font-rood {  	font-family : tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color: #f40011;

}

.nav:A:LINK {
	font-size : 12px;
	color : #ffffff;
	text-decoration: none;

}

.nav:A:VISITED {
	font-size : 12px;
	color : #ffffff;
	text-decoration: none;

}

.nav:A:ACTIVE {
	font-size : 12px;
	color : #ffffff;
	text-decoration: none;
}


.nav:A:HOVER {
	font-size : 12px;
	color:  #ffffff;
	text-decoration: underline;
}
