/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Navi-Hauptmenue {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(255,204,0);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Normal_Link_blau {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	color: rgb(255,204,0);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}