div#header {position: absolute;
  top: 0px; left: 0px; 
  }

  
  div#navigation {position: absolute;
   top: 96px; left: 0px;
    text-align: right;
    padding-top: 60px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;	
    width: 257px;
    list-style-type:none;
    line-height: 16px;
    font-weight: bold;
    background-color: #a29c9c;
  }
  
  
  div#content {position: absolute;
  top: 96px; left: 287px; 
  width:693px;
  background-color: #ffffff;
  }
  
  
  div#footer { clear:both;
     text-align:center;
     padding:5px;
  }
  
  body { font-family: verdana;
    color: #777777;
    font-size: 0.7em;
    background-color: #f2f2f2;
    scroll: auto;
  }
  
    a {
    color: #CCCCCC;
    text-decoration: none;
    font-weight: bold;
    }
     
     
  a:hover {color: #777777;
  font-weight: bold;
  }
  
  a:visited {color: #777777;}
 
  h1, h2, h3 { color: #777777;}
  
  div#navigation ul {list-style-type:none;}
  
  ul.navi li a { color:#DDDDDD;
  font-weight: bold;}
  
  ul.navi li a:visited { color:#DDDDDD;}
  
  ul.navi li a.aktiv { color:#6e6e6e;}
  
  ul.navi li a:hover { color:#ffffff;}

   
  div#wrap { width: 980px;
  }  
  
label { display:block;
  padding-right:5px;
  width:200px;
  float:left;
  text-align:right;
  font-weight:bold;
}

div#seitentext {
padding-right: 40px;
padding-left: 40px;
padding-bottom: 10px;
}
