BODY {
	background-color : White;
	margin-left : 5px;
	margin-top : 5px;
}
P {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 12pt;
  font-style : normal;
  font-weight : normal; 
  color : Black;
 } 
.klein {
	font-size : 10pt;
}
.fett {
	font-weight : bold;
}
.kursiv {
	font-style : italic;
}
OL {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 9pt;
  font-style : normal;
  font-weight : normal; 
  color : Black;
 } 
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	}
TD.head {
	font-weight : bold;
	}
TD.grauD {
	background-color : #BBBBBB;
}
TD.grauH {
	background-color : #DDDDDD;
}
TD.schwarz {
	background-color : black;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-align: left;
	background-color : #DDDDDD;
}
A {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration : underline;
  color : Black;
 }
