/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Text {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px
}

.Kapitälchen {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 11px;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	font-variant: small-caps
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	text-transform: uppercase;
 	color: rgb(227,218,187);
 	line-height: 16px;
 	font-weight: bold;
 	font-variant: small-caps;
 	text-align: center;
 	background-color: rgb(84,83,82);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
