BODY{
	font : 7pt Verdana, Arial;
	color : #000000;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-face-color: #429C36; 
scrollbar-highlight-color: #429C36; 
scrollbar-shadow-color: #429C36; 
scrollbar-track-color: #FFFFFF;
}	
INPUT {
	font : 7pt Verdana, Arial;
	color : #000000;
}
A {
	font : 11px Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration : underline;
	letter-spacing: 0.1em;
}

A:hover {
	font : 11px Arial, Helvetica, sans-serif;
	color : #04600D;
	text-decoration : underline;
	letter-spacing: 0.1em;
}
.mnuHoofdMenu
{
	font-weight:	bold;
	/*background-image: url(media/firsttab.gif);*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    color: #263F5D;
    cursor: default;
	
		
}
.mnuSubMenuBachelor
{
	background-color: #04600D;
	color: #FFFFFF;
	font-size: 12px;
	cursor: hand;
	 FONT-WEIGHT: none;
}


HR {
	color : #000000;
}
	
TD {
	font : 11px/16px Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration: none;/*  */
}
.highlight {
	font : 8pt Verdana, Arial; 	
	color : #04600D;
}
.bold {
	font : 8pt Verdana, Arial;
	color : #04600D;
	text-decoration : none;
	font-weight: bold;
}

.submenu {
	 font : 11px Verdana, Arial;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: none;
}
.submenu A{
	 font : 11px Verdana, Arial;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: none;
}
.submenu A:hover{
	 font : 11px Verdana, Arial;
	color : #C2121D;
	text-decoration : none;
	font-weight: none;
}
.plattetekst {

	font : 11px/18px Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	letter-spacing: 0.1em;
}
.paragraaftitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFDE00;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.kadertitel {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #04600D;
	font-weight: bold;
}
.hoofdmenu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0 em;
	text-decoration : none;
	  cursor: default;
}
.hoofdmenu A{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0 em;
	text-decoration : none;
}
.hoofdmenu A:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0 em;
	text-decoration : none;
}
.sectietitel{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #04600D;
	font-weight: 200;
	letter-spacing: 0 em;
	text-decoration : none;
}


#Menu1_menu_css, #Menu1_menu_css ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#Menu1_menu_css a {
	display: block;
	width: 90px;
	
	
}
#Menu1_menu_css a:hover { text-decoration: underline; color: #fff; }

#Menu1_menu_css li { /* all list items */
	float: left;
	width: 95px; /* width needed or else Opera goes nuts */
}

#Menu1_menu_css li li { /* all list items */
	float: none;
}

#Menu1_menu_css li li a {
	display: block;
	width: 150px;
	text-decoration: none;
	padding: 3px;
}

#Menu1_menu_css li ul { /* second-level lists */
	position: absolute;
	background: #04600d;
	width: 157px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#Menu1_menu_css li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 156px;
}

#Menu1_menu_css li:hover ul ul, #Menu1_menu_css li:hover ul ul ul, #Menu1_menu_css li.sfhover ul ul, #Menu1_menu_css li.sfhover ul ul ul {
	left: -999em;
}

#Menu1_menu_css li:hover ul, #Menu1_menu_css li li:hover ul, #Menu1_menu_css li li li:hover ul, #Menu1_menu_css li.sfhover ul, #Menu1_menu_css li li.sfhover ul, #Menu1_menu_css li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
