/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Legende {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 8pt;
 	color: rgb(255,255,0);
 	font-weight: bold;
 	background-color: rgb(51,153,102)
}

.Schaltfläche {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 8pt;
 	color: rgb(255,255,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: center
}

.TextNavBar {
	color: rgb(255,255,0)
}