/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal
}

.Terminlink {
	color: rgb(0,0,128);
 	font-weight: bold
}

.ueberschrift01 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,0,102);
 	font-weight: bold;
 	text-decoration: none ;
 	padding-bottom: 2pt;
 	border-bottom: 2px dotted rgb(102,102,102)
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal
}

.ueberschrift03 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,0,102);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(204,255,204);
 	margin-top: 20pt;
 	border-top: 4px dotted rgb(255,0,0);
 	padding-bottom: 2pt;
 	border-bottom: 4px dotted rgb(255,0,0)
}