@import url(form.css);

body {
   margin: 0;
   padding: 0;
   background: #CFC4AB url(../img/style/body.gif) repeat-x;
   color: #4A3714;
   font: 80%/1.5 "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}

#wrap {
   width: 775px;
   margin: 0 auto;
   background: #F1E9DA url(../img/style/wrap.jpg) repeat-y;
}

#headmast {
   position: relative;
   width: 775px;
   height: 222px;
   background: url(../img/style/headmast.jpg) no-repeat;
}

#navigation {
   position: absolute;
   width: 545px;
   height: 30px;
   bottom: 0;
   left: 224px;
}

#navigation ul, #navigation li {
   display: inline;
   list-style: none;
}


#navigation a {
   float: left;
   display: block;
   width: 109px;  
   height: 30px;
   font-size: 0;
   line-height: 0;
   text-indent: -10000px;
   background-repeat: no-repeat;
   color: #fff;
   text-decoration: none;
 }

 #navigation a.startseite {
    background-image: url(../img/style/a-startseite.jpg);
 }
 
 #navigation a.ueberuns {
    background-image: url(../img/style/a-ueberuns.jpg);
 }
 
 #navigation a.aktuelles {
    background-image: url(../img/style/a-aktuelles.jpg);
 }
 
 #navigation a.zucht {
    background-image: url(../img/style/a-zucht.jpg);
 }
 
 #navigation a.kontakt {
    background-image: url(../img/style/a-kontakt.jpg);
 } 
 
 #navigation a:hover, #navigation #active {
    background-position: 0 -30px;
 }
 
 #content {
    margin-left: 155px;
    margin-right: 50px;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 90%;
 }
 
 #content h1, #content h2, #content h3 {
    font-size: 170%;
    color: #C3A161;
    border-bottom: 1px solid;
 }
 
 #content h2 {
    font-size: 130%;
 }
 
 #content img {
    padding: 4px;
    border: 1px solid #C3A161;
 }
 
 #content table {
    background-color: #D2B98B;
    width: 100%;
 }
 
 #content th {
    background-color: #9C7B3D;
    color: #fff;
 }
 
 #content td {
    background-color: #DDCAA5;
    text-align: center;
 }
 
a {
    color: #8F3208;
 }
 
a:hover {
    text-decoration: none;
 }
 
 #footer {
    background: #D3BB90 url(../img/style/footer.jpg) repeat-x left bottom;
    margin-left: 17px;
    margin-right: 6px;
    padding: 5px 5px;
    text-align: center;
    font-size: 85%;
    clear: both;
 }
 
