/** Allgemein **/
#wrapper {
   position: relative;
   margin: 0 auto 50px;
   padding: 285px 0 0 0;
   width: 990px;
   background-color: #fff;
}

/** Headwrapper **/

#headwrapper {
   position: absolute;
   left: 0;
   top: 0;
   height: 285px;
   z-index: 5;
   width: 990px;
   background-color: #fff;
}

#header {
   position: relative;
   height: 255px;
   width: 990px;
   background-repeat: no-repeat;  
}

#adress {
   width: 990px;
   text-align: center;
   position: absolute;
   top: 5px;
   color: #fff;
}

.HPLogo {
   height: 255px;
   width: 990px;
   position: absolute;
   top: 0;
   left: 0;
}

#slogan {
   height: 110px;
   width: 990px;
   position: absolute;
   top: 130px;
}

#print_adresse,
#print_logo {
   display: none;
}


/** suche**/

#suche h1 {
   color: #FD7D1F;
   font-size: 100%;
   font-weight: bold;
   padding: 0 ;
}


#suche  {
   position: relative;
   width: 168px;
   height: 60px;
   color: #333;
}

#suche .vt {
   position: absolute;
   float: left;
   bottom: 19px;
   left: 0;
   height: 18px;
   width: 127px;
   background-color: #fff;
   border: 1px solid #FD7D1F;
   margin-top: 5px;
   padding: 0 5px 0 5px;
   font-size: 100%;

}

#suche .vtlink,
#suche .vtlink a,
#suche .vtlink a:link,
#suche .vtlink a:visited {
   position: absolute;
   float: right;
   top: 21px;
   right: 0;
   color: #fff;
   margin-right: 9px;
   background-color: transparent;
   text-decoration: none;
   width: 20px;
   height: 20px;
}


#suche .vtlink:hover,
#suche .vtlink a:focus,
#suche .vtlink a:hover,
#suche .vtlink a:active,
#suche .vtlink a.selected,
#suche .vtlink a.selected:link,
#suche .vtlink a.selected:visited,
#suche .vtlink a.selected:focus,
#suche .vtlink a.selected:hover,
#suche .vtlink a.selected:active {
   color: #fff;
}


/** Contentwrapper **/

#contentwrapper {
   position: relative;
   padding: 5px;
   background-color: #fff;
   z-index: 2;
   background-image: url(../../images/bg_contentwrapper.gif);
   background-position: left top;
   background-repeat: repeat-y;
   width: 980px;
}

#leftcontainer {
   float: left;
   width: 163px;
   position: relative;
   margin: 13px 0 0 0;
}

#bbk2 {
   margin: 0;
   position: relative;
}

#rightcontainer {
   float: right;
   width: 163px;
   position: relative;
   margin: 13px 0 0 0;
}

#MenuSprache {
   position: relative;
   width: 163px;
   height: 35px;
}

#MenuSprache li {
   float: left;
   display: block;
   margin: 0 24px;
}

#bwm {
   position: absolute;
   bottom: 13px;
   left: 5px;
   z-index: 5;
   font-size: 72%;
   color: #FD7D1F;
}

#bwm a,
#bwm a:link,
#bwm a:visited {
   color: #FD7D1F;
   text-decoration: none;
}

#bwm a:focus,
#bwm a:hover,
#bwm a:active,
#bwm a.selected,
#bwm a.selected:link,
#bwm a.selected:visited,
#bwm a.selected:focus,
#bwm a.selected:hover,
#bwm a.selected:active {
   text-decoration: underline;
}

#print {
   position: absolute;
   bottom: 13px;
   right: 5px;
   z-index: 5;
   font-size: 72%;
}

#print a,
#print a:link,
#print a:visited {
   color: #4A5156;
   text-decoration: none;
}

#print a:focus,
#print a:hover,
#print a:active,
#print a.selected,
#print a.selected:link,
#print a.selected:visited,
#print a.selected:focus,
#print a.selected:hover,
#print a.selected:active {
   text-decoration: underline;
}

#footer {
   clear: both;
   position: relative;
   width: 980px;
   background-color: transparent;
   height: 25px;
   z-index: 2;
}