/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.ADRESSEWEISS {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	color: rgb(255,255,255);
 	background-color: rgb(28,76,92)
}

.TEXT-NAV-ROLLOVER {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	color: rgb(226,0,26);
 	font-weight: bold;
 	text-decoration: underline;
 	background-color: rgb(255,255,255)
}

.TEXT-NAV-AKTIV-N-KLICKBAR {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(226,0,26)
}

.NAV-AKTIVKLICKBAR {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(85,157,179)
}

.NAVPUNKT-AKTIVKlickbarRollover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: underline;
 	background-color: rgb(85,157,179)
}
