/* Feste Navigationspunkte im Navigations Frame links (ohne Link) */
.navi_bold 
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none
}

/* Normale Navigationspunkte im Navigations Frame links (mit Link) */
.navi_norm 
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}

/* Aktive Navigationspunkte im Navigations Frame links */
.navi_active 
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #E3C97B; 
	text-decoration: none
}

/* MouseOver für Navigationspunkte im Navigations Frame links */
a:hover 
{  
	color: #000000; 
	text-decoration: underline; 
	border: none; 
	filter: Xray
}