body
  {
    background-color: #C3B9B9;
    background-image: url("hg.png");
    margin-top: 0px;
    background-position: top;
    background-repeat: repeat-x;
  }

p
  {
     font-family: Trebuchet ms, Tahoma;
     font-size: 12pt;
  }
p.bildunten
  {
  font-size: 9pt; 
  text-align: center;
 }
  p.menue
  {
     font-family: Trebuchet ms, Tahoma;
     font-size: 12pt;
     color: white;
  }
  p.menue2
 {
 font-family: Trebuchet ms, Tahoma;
 font-size: 12pt;
 color: black;
 text-align: center;
 }
  p.mitte
  {
   font-family: Trebuchet ms, Tahoma;
   font-size: 14pt;
   color: black;
   font-weight: bold;
  }
  p.datum
   {
   font-family: Trebuchet ms, Tahoma;
   font-size: 14pt;
   color: black;
   font-weight: bold;
   margin-bottom: 0px;
 }
  p.unterdatum
  {
  margin-top: 0px;
  }
  
  td.ueberschrift
  {
  font-family: Trebuchet ms, Tahoma;
  font-size: 14pt;
  color: black;
 }
  td.ueberschrift2
  {
  font-family: Trebuchet ms, Tahoma;
  font-size: 12pt;
  color: black;
 }
  td.menue
  {
    border-bottom: dotted 1px white;
    padding-left: 15px;
  }
  td.menue2
  {
    border-bottom: dotted 1px white;
    padding-left: 15px;
    border-left: dotted 1px white;
    font-size: 10pt;
  }
  td.unten
  {
    border-left: dotted 1px white;
    padding-left: 15px;
    font-size: 10pt;
  }
  td.hs
  {
    border-left: solid 2px blue;
    border-right: solid 2px blue;
    border-bottom: solid 2px blue;
    padding: 10px;
  }
   a:link
   {
     color: white;
     text-decoration: none;
        }
   a:hover
   {
     text-decoration: none;
     background-color: red;
        }
   a:visited
   {
     color: white;
     text-decoration: none;
 }
    a:link.a2
   {
     color: black;
     text-decoration: underline;
     font-weight: bold;
   }
   a:hover.a2
   {
     text-decoration: underline;
     background-color: red;
   }
   a:visited.a2
   {
     color: black;
     text-decoration: underline;
   }

div.navi {
  background: blue;
  border-top: outset 1px #FDC749;
  border-bottom: outset 1px #FDC749;
  height: 20px;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.navi div {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  margin-right: 30px;
  z-index: 10;
}
ul.menu {
  display: none;
}
div.aktiv ul.menu {
  display: block;
  position: absolute;
  margin: 0px;
  margin-left: -4px;
  padding: 2px;
  list-style-type: none;
  background: blue;
  border: outset 1px #FDC749;
}
ul.menu li {
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 1px;
  padding: 1px;
  width: 120px;
  cursor: pointer;
}
li.aktiv {
  background: blue;
}
   