#wrapper {
   position: relative;
   width: 998px;
   margin: 0 auto;
   padding-top: 188px;
   background-color: #000;
   text-align: left;
   border-bottom: 20px solid #fdf8f2;
   border-top: 20px solid #fdf8f2;
}

#schatten{
   background-color: #b2b9bc;
   opacity: 0.20;
   height: 2.2em;
   position: absolute;
   right: 0;
   bottom: 0;
   width: 998px;
}

#head {
   position: absolute;
   top: 0;
   left: 0;
   width: 998px;
   height: 188px;
   border-bottom: 1px solid #fff;   
   background-image: url(../images/background_header.gif);
   background-repeat: no-repeat;
}

#contentwrapper{
   position: relative;
   float: right;
   width: 670px;
   border-right: 100px solid #000;
   border-top: 20px solid #000;
   border-bottom: 30px solid #000;
}
   
#content {
   padding: 15px 10px;
   background-color: #fff;
   min-height: 250px;
}

#adresse {
   position:absolute;
   bottom: 0px;
   left: -180px;
   color:#9D9D9D;
   line-height:160%;
   text-align: left;
}
#adresse p{
   margin: 10px 0 0 0;
   padding: 0;  
}

.rottenschlager{
   position: absolute;
   bottom: -20px;
   left: 10px;
   color: #aaa;
   text-decoration: none;
}

#footer {
   list-style: none;
   clear: right;
   position: relative;
   padding: 0 0 5px 0;
   margin: 0;
   width: 100%;
   text-align: right;
   color: #9d9d9d;
}
#footer li{
   display: inline;  
}

#footer a {
   color: #9d9d9d;
   font-size: 86%;
   font-weight: normal;
   text-decoration: none;  
   padding-left: 5px;
   padding-right: 30px;
}
#footer img{
   padding-right: 3px;  
}

#footer a:focus,
#footer a:hover,
#footer a:active {color: #fff;}

#logo {
   position:absolute;
   right: 150px;
   bottom: 55px;
}
/*
   VERWALTUNG
*/
#verwaltung{
   background-color: #f2f0e3;
   border-bottom: 1px solid #003467;
   text-align:center;
   padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
   color : #fff;
   background-color: #036;
   border-right:1px solid #f2f0e3;
   margin:0;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
   background-color: #369;
   
}