#adresse{display:none;}
   

#wrapper{
   margin: 0 auto;
   position: relative;
   width: 990px;
   background-color: #e1dfe0;
   background-image: url(../images/bg_wrapper.gif);
   background-repeat: repeat-y;
}

#head{
   position: relative;
   height: 110px;
   background-color: #fff;
   z-index: 5;
}
#head .HPLogo{
   position: absolute;
   top: 8px;
   right: 10px;  
}
#head #bgcol{
   width: 260px;
   height: 20px;
   background-color: #fede4b;
   position: absolute;
   top: 0;
   left: 0;  
}

#separator{
   border-bottom: 2px solid #fff;
   background-color: #fff;
   border-top: 8px solid #333;  
}
#separator img{
   display: block;
}
#menu{
   float: left;
   width: 160px;
   /* i use border-left instead of margin because of our lovely ie6... */  
   border-left: 10px solid #939393;
   margin-right: 10px;
   margin-top: 8px;
   min-height: 100px;
}
#bannerbk{
   float: left;
   width: 160px;
   margin-top: 10px;
   margin-left: 10px;
   min-height: 100px;
}
#adresse_start address{ font-style: normal; margin-bottom: 1em; padding: 0 4px;}

#searchBox{margin:0 0 1em 0;padding:0 4px;}
#searchBox form{margin:0; padding:0;}
#searchBox input{
   width: 120px;
   margin-right: 3px;
   float: left;
}
#searchBox a.searchButton{
   float: right;
   text-indent: -1000em;
   display: block;
   width: 16px;
   background-image: url(../images/lupe.gif);
   background-repeat: no-repeat;
   background-position: center;
}

#content{
   float: left;
   width: 606px;
   z-index: 10;  
   min-height: 200px;
   padding: 10px;
   background-color: #fff;
   border-left: 2px solid #fff;
   border-right: 2px solid #fff;
}

#footer{
   background-color: #6c6c6c;
}
#footer #innerfooter{
   padding: 7px 0;
   width: 970px;
   margin: 0 auto;  
}
#footer #copyright{
   float: right;  
   margin: 0;
   padding: 0;
   color: #fff;
}

/*
   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 5px;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
   background-color: #369;
}

