h1{
 color: #000080;
 font-family: verdana, arial;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 5px;
 }

.standard, li{
 color: #000000;
 font-family: verdana, arial;
 font-size: 12px;
 font-weight: normal;
 }
 
 ul li{
 	margin-bottom: 15px;
 }

ul li ul li{
 	margin-bottom: 5px;
 }

.standardklein{
 color: #000000;
 font-family: verdana, arial;
 font-size: 9px;
 font-weight: normal;
 }

/*Bereichstitel, oben rechts*/
.ueberschrift{
 color: #000000;
 font-family: arial black, arial;
 font-size: 20px;
 font-weight: normal;
 font-style: italic;
 padding: 0 0 0 10;
 color: #DD0000;
 text-align: right;
 }

a{
  color: #0000CC;
  font-weight: bold;
  }

a:hover{
  color: #FFFFFF;
  background-color: 0000CC;
  font-weight: bold;
  }
td.menu{
   background-color: #000080;
   color: #FFFFFF;
   font-family: verdana, arial;
   font-weight: bold;
   font-size: 10px;
   height: 25px;
   padding: 2px;
   padding-left: 5px;
   vertical-align: middle;
   text-align: left;
   cursor: hand;
   border-left-color: #8080FF;
   border-left-width: 5px;
   border-left-style: solid;
   }
hr.linie{
   height: 1px;
   width: 80%;
   color: #000080;
   border-style: dotted;
   }
 