/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgba(255,255,255,0.1);
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
	font-size: x-small;
	color: rgba(0,0,0,1);
	font-weight: bold;
	text-align: center;
}
#NavigationBar1 {

}
.TextNavBar .TextNavBar {
	font-size: 16px;
	color: rgba(51,51,51,1);
	font-weight: bolder;
}

