body{
    font-size: 8pt;
    font-family: Arial;
    color:black;
    margin:0;
    background: url(../bilder/layout/kachel.jpg);
    background-repeat: repeat;
    background-position:top center;
  }

a:link {color:black; text-decoration:underline; }
a:visited {color:black; text-decoration:underline; }
a:active {color:black; text-decoration:underline; }
a:hover {color:#8A0808; text-decoration:underline; }

#logo {
    height: 188px;
    width: 768px;
  }

#navi {
    padding-top: 5px;
    margin-top:0px !important;
    margin-top:-3px;
    text-align: center;
    height: 32px;
    width: 768px;
    background: url(../bilder/layout/navi2.jpg);
    background-repeat: no-repeat;
    background-position:top, center;
  }

#back {
    margin-top:-5px;
    background-color: #FFFFFF;
    width: 768px;
  }

#Inhalt {
    font-size: 12pt;
    text-align: center;
    padding-top:20px;
    padding-bottom:50px;
    width: 700px;
    min-height: 400px;
    border: 0px;
  }


#unten {
    padding-top:5px;
    padding-bottom:10px;
    text-align: center;
    width: 700px;
    border: 0px;
  }
