    body {
      margin : 0px;
      padding : 0px;
      background-color : #ffffff;
    }
    
    div {
      font: normal 12px Verdana, Helvetica, sans-serif;
    }
    
    a:link, a:visited, a:active {
      color:            #494533;
      text-decoration:  underline;
      padding-left:     0px;
    }

    a:hover {
      color:            #8e8d86;
      text-decoration:  underline;
      padding-left:     0px;
    }
    
    /* geruest */

    #container {
      margin : 0px auto;
      width : 1000px;
    }

    #header {
      width : 1000px;
      height : 100px;
      background-image: url(images/header.jpg);
      background-repeat: no-repeat;
    }
    
    
    #content {
      width : 978px;
      padding : 10px;
      background-color : #ffffff;
      line-height : 170%;
      border-left: 1px solid #e8e6da;
      border-right: 1px solid #e8e6da;
    }

    #footer { 	     float : left;
      clear : both;
      padding : 10px;
      width : 978px;
      color : #585947;
      text-align : center;
      background-color : #e8e6da;
    }
    
    /* spezial */
    
#navcontainer ul
{
margin : 0;
}

#navlist
{
padding: 5px 0;
margin-left: 0;
border-bottom: 1px solid #e8e6da;
font: normal 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 5px 0.5em;
margin-right: 3px;
border: 1px solid #e8e6da;
border-bottom: none;
background: #E8E6DA;
text-decoration: none;
}

#navlist li a:link { color: #585947; }
#navlist li a:visited { color: #585947; }

#navlist li a:hover
{
color: #000;
background: #f9f7ea;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
