body,td,th {
    font-size: medium;
}
body {
    background-color:#fff;
}

#MainFrame {
    position:relative;
    width:750px;
    z-index:1;
    height: Auto;
}

a:link {text-decoration: none; color: #fff;}

a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #00569F;
}

a:active {text-decoration: none;color: #fff;}

a:visited {text-decoration: none; color: #fff;}

#LogoFrame {
    position:absolute;
    width:149px;
    height: 149px;
}

#Adresse {
    position: absolute;
    right: 0px;
    top: -5px;
}

#Abdeck {
    position: absolute;
    left: 289px;
    top: -5px;
}

#NaviFrame {
    background-color: #00569F;
    position:absolute;
    top: 150px;
    width:150px;
    z-index:2;
    height: 146px;
    font-size:14px;
}

#Liste {text-align: left; font-stretch:extra-expanded}

#Bildleiste {
    position: absolute;
    top: 150px;
    left: 150px;
    height: 150px;
}

#BoxRechts {
    background-color:#00569F;   
    position: absolute;
    top: 150px;
    left: 651px;
    height: 150px;
    width: 99px;
}

#Ausgabe {
    position: absolute;
    top: 335px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

#MainFrame #NaviFrame ul #Liste a {font-size: 14px;}

#tabsF {
      position: absolute;
      float:left;
      width:100%;
      top: 296px;
      background:#fff;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #666;
      right: 0px;
      bottom: 0px;
      left: 0px;
      margin: auto;      
}
    #tabsF ul {
    margin:0;
    padding:10px 10px 0 50px;
    list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("../Bilder/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      //float:left;
      display:block;
      background:url("../Bilder/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#00f;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#00a;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
    
