/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	background-repeat: repeat;
 	background-attachment: scroll
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: center
}