/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.normal {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9pt;
 	text-transform: none;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal;
 	text-align: left;
 	background-color: transparent
}

.Überschrift0 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 20pt;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none ;
 	text-align: right
}

.Überschrift1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	color: rgb(0,153,255);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none 
}

.Überschrift2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none 
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal;
 	text-align: left;
 	background-color: transparent
}
