/* 
***
elementen voor verticale navigatie 
***
*/


#vertical_menu {
	width:185px;
	height:180px;
	background-color:#B1B1B1;
	float:left;
}

.vertical_link {
	line-height:38px;
	text-decoration:none;
	color:#001d68;
	font-weight:bold;
	font-size:12px;
	margin-left:45px;
}

.vertical_link_wit {
	line-height:38px;;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	margin-left:45px;
}


/* 
***
elementen voor verticale uitklapmenu 
***
*/

.submenu_list {
	height:25px;
	width:180px;
	list-style-type:none;
	margin-left:-40px;
	padding:0;
}

#vertical_menu li:hover {
	height:25px;
	width:180px;
	list-style-type:none;
	margin-left:-40px;
	padding:0;
	color:#ffffff;
	background-color:#001D68;
}

.submenu_link {
	color:#073880;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
	margin-left:6px;
}

/* 
***
elementen voor bovenste horizontale menu 
***
*/

#top_menu {
	position:absolute;
	display:block;
	background-image:url(/cmsfile/85);
	background-repeat:no-repeat;
	top:58px;
	left:50px;
	width:518px;	
	padding-left:10px;
	float:left;
	height:29px
}

#top_menu a {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

/* 
***
elementen voor de taalkeuze 
***
*/

#taalkeuze {
	height:30px;
}

#taalkeuze a {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.taal {
	height:30px;
	float:left;
	margin:0px 4px 0px 4px;
	width:19px;
	background-color:#b0b0b0;
	text-align:center;
}