/*----------------------Algemeen----------------------*/
BODY, TABLE, TR, TD, TH, P,OL,UL,LI,DL,DT,DD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;	
}

BODY {
	background-color : White;
}

A:LINK {
	color : #cc0000;
	text-decoration : underline;
}

A:HOVER {
	color : #cc0000;
	text-decoration : underline;
}


A:VISITED {
	color : #999999;
	text-decoration : underline;
}

.vet {
	font-weight : bold;
}


/*---------------Kleuren in overzichtstabellen-------------------*/
.tabel-caption {
	background-color : #ff0000;
	color : White;
	font-weight : bold;
}

.tabel-grijs {
	background-color : #cccccc;
}

.tabel-wit {
	background-color : #FFFFFF;
}

/*----------------------Basis opmaak------------------------*/

.titel {
	font-size : 24px;
	font-weight : bold;
	color : #9A9A9A;
}

.subtitel {
	font-size : 17px;
	font-weight : bold;
	color : #9A9A9A;
}




UL LI {
	list-style-image : url(/images/list.gif);
	color: Black;
}

.tabelrandgrijs{
	background-color : #FFFFFF;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	padding : 4px;
}

.onderlijn {
	border-bottom : 1px solid #cccccc;
}

.titelonderlijn {
	font-size : 24px;
	font-weight : bold;
	color : #9A9A9A;
	border-bottom : 1px solid #cccccc;
}


.webmaster {
	font-size : 10px;
}
/*------------------------------Navigatie links alle paginas behalve homepage------------------------------*/


/*---------------Navigatie op de homepage---------------------*/
A:LINK.navhomepage {
	color : Black;
	font-weight : bold;
	text-decoration : none;
}

A:visited.navhomepage {
	color : Black;
	font-weight : bold;
	text-decoration : none;
}

A:hover.navhomepage {
	color : Black;
	font-weight : bold;
	text-decoration : underline;
}

/*-------------------Index--------------*/
.index {
	background-color : #EEEEEE;
}

.index_kop {
	font-weight : bold;
}

.index_sub {
	font-size : 12px;
}

.index_copy  {
	font-size : 10px;
}

.index A:visited {
	color : #7D81F9;
}

