/* Navigationspunkte im Navigations Frame oben */
.navi_top 
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
/*	background-color: #00108C; */
	text-transform: uppercase;
	text-decoration: none
}

.navi_top2
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
	text-decoration: none
}

/* MouseOver für Navigationspunkte im Navigations Frame oben */
a:hover 
{  
	color: #000000; 
	text-decoration: underline
}