#wrapper{
	position: relative;
   width: 920px;
   margin:0 auto;
   padding: 0;
}

#head{
   position: relative;
   width: 920px;
   margin: 0 auto;
   padding: 0;
   z-index: 999;
}

#layoutcontainer{
   position: relative;
   width: 920px;
   z-index: 2;
   background-position: top left;
   background-repeat: no-repeat;
}
#layoutcontainer img{
   display: block;  
}

#schatten{
   position: absolute;
   margin: 0;
   padding: 0;
   background-color: #fff;
   height: 30px;
   width: 920px;
   opacity:0.85;
   bottom:0;
   z-index: 5; 
}

#logo{
   position: relative;
   height: 51px;
   background-image:url(../images/bg_logo.gif);
}
.HPLogo{
   position: absolute;
   margin-top: 5px;
   left: 2px;  
}

#logotext{
   position: absolute;
   margin-top: 47px;
   left: 85px;
}

#contentwrapper{
   position: relative;
   background-color: #fff;
   margin: 0;
   padding: 0;
   border-top: 7px solid #E1A432;
}

#content{
   position: relative;
   min-height: 150px;
   padding: 20px 20px 20px 20px;
   width: 880px;
}

#bannerbk{
   right: 25px;
   width: 150px;
   margin-top: 20px;
   float: right;
}

#searchBox{
   position: absolute;
   right: 0;
   margin-top: 47px;
   height: 27px;
   padding:4px 10px;
   width: 11.5em;
}
#searchBox form input.searchInput{
   background-color:#d1e0bd;
   border:1px solid #000;
   float:left;
   margin: 3px 0 0 0;
   padding: 2px 4px 1px 4px;
   width:10em;
   font-size: 92%;
}

#searchBox form input.searchButton{
   background-color: transparent;
   border: 0 none;
   margin: 3px 0 0 3px;
   padding: 0;
   float:right;
   width: 16px;
}
/* Print      ***********************************************/
#print_adresse,
#print_logo {
   display: none;
}

/* Verwaltung ***********************************************/
#verwaltung{
   position: relative;
   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;
   
}
