/*----------------------Algemeen----------------------*/

BODY, TABLE, TR, TD, TH, P, UL, OL, LI {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
}


BODY {
	background-color : #ffffff;
}





/*---------------Kleuren in tabellen-------------------*/



.tabel-blauw {
	background-color : #154a7e;
	color : White;
}


.tabel-lblauw {
	background-color : #e5ebf1;
}


}
.tabel-wit {
	background-color : #FFFFFF;
}



/*----------------------Basis opmaak------------------------*/



.titel {
	font-size : 18px;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: 154a7e;
}


.titel_onderlijn{
	font-size : 17px;
	font-style : normal;	
	color: #154a7e;
	border-bottom : 1px solid #e5ebf1;
}



.subtitel {
	font-size : 16px;
	font-weight : bold;
}

.sub {
	font-size : 10px;

}


UL LI {
	list-style-image : url(/images/pijl.gif);
}


.tabelrand-lblauw {
	background-color : #ffffff;
	border-top : 1px solid #e5ebf1;
	border-bottom : 1px solid #e5ebf1;
	border-left : 1px solid #e5ebf1;
	border-right : 1px solid #e5ebf1;
	padding : 4px;
}

.tabelrand-blauw {
	background-color : #ffffff;
	border-top : 1px solid #154a7e;
	border-bottom : 1px solid #154a7e;
	border-left : 1px solid #154a7e;
	border-right : 1px solid #154a7e;
	padding : 1px;
}


.tabelrand-rood {
	background-color : #ffffff;
	border-top : 1px solid #ff0000;
	border-bottom : 1px solid #ff0000;
	border-left : 1px solid #ff0000;
	border-right : 1px solid #ff0000;
	padding : 1px;
}


.rand-image {
	background-color : #ffffff;
	border-top : 3px solid #e5ebf1;
	border-bottom : 3px solid #e5ebf1;
	border-left : 3px solid #e5ebf1;
	border-right : 3px solid #e5ebf1;
	padding : 1px;
}


A:VISITED {
	color : #154a7e;
	text-decoration: underline;
	
}

A:ACTIVE {
	color : #154a7e;
	text-decoration: none;
}

A:HOVER {
	color:  #154a7e;
	text-decoration: none;
}

A:LINK {
	color : #154a7e;
	text-decoration: underline;
	
}




.strepen{
	
	border-bottom : 1px solid #154a7e;
}

.sub {  font-size: 9px}

.font-blauw {  	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color: #154a7e;

}

.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;
}
