/* CSS Document */
body{
      font-family:Arial;
      font-size:14pt;
      color:black;
      
}
a{
      font-family:ZurichBT-Bold;
      font-size:14pt;
      color:black;
}
h1{
  font-size:18pt;
}
#wrapper{
          margin-right:30px;
          margin-left:30px;
          margin-top:30px;
          border-style:none;
          width:1000px;
          float:left;
          background-color:#FFFACD;
          padding-top:0px;
        
}

#header{
        height:111px;
        width:1000px;
        background-image:url(Logo.jpg);
        background-position:top right;
        background-repeat:no-repeat;
        border-style:none;
        margin:0px;
        float:right;
        background-color:White;
}

.trennlinie{
            background-color:#000000;
            width:790px;
            height:3px;
            margin:0px;
            float:right;
}
#navi{
      width:200px;
      height:auto;
      float:left;
      margin-top:25px;
      }

#navi ul{
        list-style:none;
        margin-bottom:10px;
        margin-left:0px;
        padding-left:0px;
}

#navi a{
        display:block;
        text-decoration:none;
        margin:0px;
        margin-bottom:10px;
        background-color:#FFFACD;
        border-style:solid;
        border-width:0px;
        border-color:#086908;
        border-bottom-width:2px;
        
        
        
        color:#FB0200;
}

#navi a:hover{
            color:black;
}
.Content{
          float:right;
          height:auto;
          width:750px;
          padding:10px;
          font-size:12pt;

}
.clear{
      clear:both;
      height:1px;
}
#navibottom{
            float:right;
            width:700px;
            height:40px;
}
#navibottom a{
        display:block;
        text-decoration:none;
        margin:0px;
        margin-bottom:10px;                 
        color:black;
        font-size:14pt;
        padding-left:30px;
        width:210px;
        height:10px;
        
}

#navibottom table th a:hover{
        text-decoration:underline;
}
.tooltip
{
   position:absolute;
   display:none;
   width:150px; 
   height:auto;
}
.tooltip img{
    width:150px;
}
.forstweg{
  float:left;
}