<!--
body {
      font-family:Tahoma,sans-serif;
      font-size:0.8em;
      color:black;
      font-weight:normal;
      background-color:#FFFF99;
}

#logo {
       position:absolute;
       top:20px;
       left:20px;
       width:700px;

}
#navigation {
       position:absolute;
       top:100px;
       left:15px;
       width:750px;
}

a,a:hover,a:active,a:visited{
color:blue;
}
.logo {
      text-decoration:none;
      font-family:Tahoma,sans-serif;
      font-size:2em;
      color:blue;
      font-weight:900;
}
.unterlogo {
      text-decoration:none;
      font-family:Tahoma,sans-serif;
      font-size:0.7em;
      color:black;
      font-weight:300;
}

.navoben {
      font-family:Tahoma,sans-serif;
      font-size:0.8em;
      color:black;
      font-weight:300;
      line-height:1.8em;
      text-decoration:none;
}

.navoben a{
      font-family:Tahoma,sans-serif;
      font-size:0.8em;
      color:black;
      font-weight:300;
      line-height:1.8em;
      text-decoration:none;
}

.navoben:active {
      font-family:Tahoma,sans-serif;
      font-size:0.8em;
      color:black;
      font-weight:300;
      line-height:1.8em;
      text-decoration:none;
}
.navoben:visited {
      font-family:Tahoma,sans-serif;
      font-size:0.8em;
      color:black;
      font-weight:300;
      line-height:1.8em;
      text-decoration:none;
}

.navoben:hover{
      font-family:Tahoma,sans-serif;
      font-size:0.8em;
      color:black;
      font-weight:900;
      line-height:1.8em;
      text-decoration:underline;
}

.navaktiv{
      font-family:Tahoma,sans-serif;
      font-size:0.8em;
      color:black;
      font-weight:900;
      line-height:1.8em;
      text-decoration:underline;
}

.navaktiv:hover{
      color:black;
      text-decoration:underline;
}

.adresse{
      font-family:Tahoma,sans-serif;
      font-size:0.7em;
      color:black;
      font-weight:300;
      line-height:0.3cm;
}
h2{
      font-family:Tahoma,sans-serif;
      font-size:1.2em;
      color:black;
      font-weight:900;
}
h3{
   font-family:Tahoma,sans-serif;
      font-size:1.0em;
      color:black;
      font-weight:900;
}
p,ul{
      font-family:Tahoma,sans-serif;
      color:black;
      font-weight:normal;
      /*line-height:0.4cm;*/
}

-->