/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.NaviPilz {
	font-size: 24px;
 	color: rgb(129,84,41);
 	font-weight: bold
}

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 13px
}

.NaviOben:active {
	text-decoration: none 
}

.NaviOben {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 13px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(233,233,233)
}

.NaviOben:link {
	text-decoration: none 
}

.NaviOben:hover {
	color: rgb(204,0,0);
 	text-decoration: none 
}