body {
	background-color:white; color:black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	text-align: left;
	list-style-type: square;
	font-size: 10pt;
	margin: 0; padding: 0em;
}
div#kopfzeile {
       background-color: #F2F2F2;
       padding: 0 0.5em; margin: 0 0 0.5em; 
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
       font-size: 10pt;
}
/* ----------------------------------------------- */
ul#navigation {
  font-size: 0pt;
  float: left; width: 0;
  margin: 0; padding: 0;
  background-color: white; 
}
ul#navigation li {
  list-style: none; margin: 0; padding: 0;
}
ul#navigation a {
  font-weight: normal; text-decoration: none;
}
ul#navigation a:link    { color: white; }
ul#navigation a:visited { color: white; }
ul#navigation a:hover   { color: white; }
ul#navigation a:active  { color: white; }
/* ----------------------------------------------- */
div#hauptinhalt {
  /* margin-left: 7.5em; */
  padding: 0 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
div#hauptinhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	font-weight: bold;
}
div#hauptinhalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	font-weight: bold;
}
div#hauptinhalt h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
}
div#hauptinhalt h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  color: black;
  font-weight: bold;
}
div#hauptinhalt .h4_special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  color: black;
  font-weight: bold;
}
a:link    {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
a:visited { 
  color: black; 
  text-decoration: none; 
}


  <!-- Script für Internet Explorer zur Darstellung von transparenten png-->
img {
behavior: url("pngbehavior.htc");
}



