#bildwrapper {
   position: relative;
   width: 100%;
   height: 100%;
   background-color: #262318;
   background-repeat: no-repeat;
}
#wrapper {
   position: relative;
   margin: 0 auto;
   width: 960px;
   padding: 40px 0;
}
#headwrapper {
   position: relative;
   height: 242px;
}
#overlay {
   position: absolute;
   width: 960px;
   z-index: 3;
   height: 205px;
   background-image: url(../images/overlay.png);
}
#header {
   position: absolute;
   right: 0;
   top: 0;
   width: 611px;
   height: 205px;
   z-index: 1;
}
#suche {
   position: absolute;
   left: 240px;
   bottom: 45px;
   z-index: 12;
   background-color: #abae48;
   padding: 3px 23px 3px 3px; 
   width: 138px;
}
#suche .vt {
   position: relative;
   border: 1px solid #586b01;
   height: 13px;
   padding: 2px;
   width: 126px;
   text-transform: uppercase;
   color: #586b01;
}
#suche .vtlink {
   position: absolute;
   right: 0;
   top: 0;
}
#suche .vtlink img {
   display: block;
}
.sprache {
   position: absolute;
   left: 10px;
   top: 10px;
   z-index: 12;
   height: 18px;
}
#logo {
   position: absolute;
   top: 70px;
   left: 5px;
   z-index: 9;
}
#contentwrapper {
   position: relative;
   background-color: #efefef;
   background-image: url(../images/overlay_corner.gif);
   background-position: right top;
   background-repeat: no-repeat;
   overflow: hidden;
}
#contentcontainer {
   overflow: hidden;
   position: relative;
   margin: 25px 0;
   background-image: url(../images/contentdivider.gif);
   background-repeat: repeat-y;
   background-position: 232px top;
}
#leftcontainer {
   width: 188px;
   float: left;
   padding: 110px 22px 1px;
   position: relative;
}
#bannerbk {
   position: relative;
}
#content {
   position: relative;
   float: left;
   width: 697px;
   padding: 0 15px;
}
#footer {
   position: relative;
   width: 960px;
   background-image: url(../images/footer_bottom.gif);
   background-repeat: no-repeat;
   background-position: left bottom;
   overflow: hidden;
   margin-top: 20px;
}
#end {
   position: relative;
   height: 30px;
}
.copy {
   position: absolute;
   top: 10px;
   left: 10px;
   color: #fff;
}
.copy a,
.copy a:link,
.copy a:visited {
   color: #fff;
   text-decoration: none;
}
.copy a:focus,
.copy a:hover,
.copy a:active {
   text-decoration: underline;
}
#print_adresse,
#print_logo {
   display: none;
}
