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

UL {
	list-style-position: outside
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	margin: 2mm
}

H3 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(0,153,0);
 	font-weight: bold
}

LI {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	list-style-position: outside
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif
}

H4 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	color: rgb(0,153,0);
 	font-weight: bold
}

H5 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal
}

.Liste_klein {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	list-style-position: outside
}

.Tabelle {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	margin: 0mm 1mm
}

H6 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	color: rgb(0,51,153);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline
}