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

P, li, span { 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
}
 
.text {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	text-transform: none;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal
}

.ueberschrift {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 18pt;
 	text-transform: none;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal
}
