/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,204)
}

.TextNaviBlau {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,204)
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,204);
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.BlocktextBlau {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,204);
 	text-decoration: none ;
 	background-color: rgb(234,234,243);
 	padding: 12px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
