body {
	margin: 0px;
	background-color:#b2cdeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px
}
h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:18px;
   font-weight:bold;
   color:#666666
   }
h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:16px;
   font-weight:bold;
   color:#3377c0
   }
a  {
   font-family: Arial, Helvetica, sans-serif;
   font-size:9pt;
   
  }
.navi  {
   font-family: Arial, Helvetica, sans-serif;
   font-size:9pt;
   
  }
.abold {
   font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
   color:#ef4625;
   text-decoration:underline
  }
.anormal {
   font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#ef4625;
   text-decoration:underline
  }
.acontent {
   font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#ef4625;
   text-decoration:underline
  }
.atop {
   font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#000000;
   text-decoration:none
  }
a.menu:link    { color:#000000; text-decoration:none; }
a.menu:visited { color:#000000; text-decoration:none; }
a.menu:hover   { color:#ef4625; text-decoration:none; }
a.menu:active  { color:#000000; text-decoration:none; }
hr{
background-color:#989898; /* Mozilla 1.4 */
color:#989898; /* IE 6 */
border: #989898; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
.repeatx {
background-repeat:repeat-x
       }
.norepeat{
background-repeat:no-repeat
       }