.brood {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; color: #000000}
.kop {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #003399}
.vetbrood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.link {color:#00ee12;}
.visited{color:#00ee12;}
.hover {color: #f95b78; }
.active {color:#00ee12;}


/*Vertical Menus*/

div.verticalmenu a {
 font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; color: #000000;
margin: 10;
padding: 0;
/*background: #999999;*/
border: #ffffff 0px solid;  /*de randen van de tekstboxen*/
color: #000000;
text-decoration:none;
}

div.verticalmenu span {
padding: 0px;   /*de afstand tussen de onderlinge afdelingen*/
display: block;
/*Your should set a width on this one to make it look good*/
width: 800px;
}

div.verticalmenu a:hover {
background: #ffcc33;
}


