/** umfassend **/

#wrapperoutside {
   position: relative;
   height: 100%;
   width: 100%;
   background-image: url(../images/bg_wrapper_outside.gif);
   background-position: center top;
   background-repeat: repeat-y;
}

#logowrapper {
   position: absolute;
   top: 2px;
   height: 183px;
   width: 100%;
   background-image: url(../images/hintergrund_logo.gif);
   background-position: center top;
   background-repeat: no-repeat;
   left: 0;
}

#wrapper {
   position: relative;
   width: 980px;
   padding: 50px 5px 0;
   margin: 0 auto;
}

/** headwrapper **/

#headwrapper {
   height: 94px;
   z-index: 2;
}

.HPLogo {
   position: absolute;
   left: 0;
   top:  15px;
   z-index: 5;
}

/** contentwrapper **/

#contentwrapper {
   position: relative;
   padding-top: 5px;
   z-index: 5;
   width: 980px;
}

#piccontainer{
   width: 730px;
   height: 475px;
}

#slogan {
   height: 99px;
   width: 680px;
   position: absolute;
   top: 320px;
   left: 0;
   padding: 0 25px;
   background-image: url(../images/slogan.png);
   background-position: left top;
   background-repeat: repeat;
}

#slogan h5{
   padding: 10px 0;
   ont-size: 110%;
   font-weight: normal;
}

#slogan h6{
   position: absolute;
   bottom: -9px;
   right: 25px;
   
   font-size: 50px;
   color: #DE0039;
   margin-top: 18px;
   font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
   font-style: italic;
   text-align: right;
   line-height: 55px;
   font-weight: normal;
}

#slogan strong {
   font-weight: bold;
}

#leftcontainer {
   width: 735px;
   float: left;
   position: relative;
   padding: 0 0 25px;
}

#rightcontainer {
   width: 245px;
   float: left;
   position: relative;
   padding: 0 0 25px;
}

#opening {
   position: relative;
   background-color: #71B01E;
   min-height: 160px;
   margin-bottom: 5px;
}

#clear {
   position: relative;
   clear: both;
}

/** Opening **/

#opening h1 {
   color: #fff;
   border-bottom: 1px solid #fff;
   padding: 5px 10px 3px 10px;
   text-transform: uppercase;
   font-size: 110%;
}

#opening h3 {
   color: #333;
   padding: 0 10px;
   margin: 11px 0 2px;
   font-weight: normal;
   font-size: 92%;
}

#opening p {
   padding: 0 10px;
   font-size: 86%;
   color: #fff;
}

/** Fullsizewrapper **/

#fullsizewrapper {
   position: relative;
   width: 100%;
   background-color: #333;
   overflow: hidden;
}

#innerwrapper {
   position: relative;
   width: 990px;
   overflow: hidden;
   margin: 0 auto;
}

#pagerouter {
   width: 980px;
   margin: 0 auto;
}

#pagerouter li {
   display: block;
   float: left;
}

#pagerouter li.goup {
   padding: 8px 0;
   position: absolute;
   right: 5px;
}

#pagerouter li.print {
   padding: 8px 0;
}

#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited {
   color: #fff;
   text-decoration: none;
}

#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active,
#pagerouter a.selected,
#pagerouter a.selected:link,
#pagerouter a.selected:visited,
#pagerouter a.selected:focus,
#pagerouter a.selected:hover,
#pagerouter a.selected:active {
   text-decoration: underline;
}

/** Print **/

#print_adresse,
#print_logo {
   display: none;
}