/*Menu eigenschaften*/
#navi {
	margin-top: 15px;
	list-style: none;
	margin-left: 15px;
}

/*wir vom IE Ignoriert*/
/*wird nach oben zentriert*/
html>body #navi {
 margin-top: 15px;
 margin-left: -30px;
}

/*Standarteinstellungen des Menue*/
/*Hauptmenue*/
.menue1 {
	margin-top: 8px;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: none;
	color: white;
}
/*Untermenue*/
.menue2 {
	font-weight: normal;
	margin-right: 10px;
	color: white;
	list-style: none;
	margin-left: -30px;
}
/*Farbformtierung für Ausgewählten Eintrag*/
.auswahl { background-color: #424242; }

/*Linkeinstellungen fürs Menue*/
#navi a:link{
	color: white;
	text-decoration: none;
}
#navi a:visited{
	text-decoration: none;
	color: white;
}

#navi a:hover{
	text-decoration: none;
	color: white;
}

#navi a:active{
	text-decoration: none;
	color: white;
}

#navi a:focus{
	text-decoration: none;
	color: white;
}

