/* hoofd containers */


.module{
}

.box_menu { 
	height:20px; 
	margin-bottom:5px;
	background-color:#000000;
	padding:5px;
	text-align:right;
	width:180px;
}

.box_menu_selected { 
	height:20px; 
	margin-bottom:5px;
	background-color:#7D7C7C;
	padding:5px;
	text-align:right;
	width:180px;
}

.sub_box_menu { 
	height:18px; 
	margin-bottom:3px;
	padding-top:5px;
	text-align:right; 
}


a:link { 
text-decoration:underline;
}

a:visited { 
text-decoration:underline;

}

a:hover { 
text-decoration:underline;
font-weight:bold;
}

a:active { 
font-weight:bold;
}


