/***Algemein  **/
#wrapper {
   background-color: #fff;
   margin: 0 auto 42px;
   padding: 35px 0 0 0px;
   width: 960px;
   position: relative;
   border-left: 30px solid #70C4A7;
   border-right: 1px solid #70C4A7;
   border-bottom: 1px solid #70C4A7;
}

/** Contentwrapper **/

#contentwrapper {
   position: relative;
   background-color: #F3F3F3;
   margin: 0;
   width: 960px;
   padding: 0;
   background-image: url(../images/bg_contentwrapper.gif);
   background-position: left top;
   background-repeat: repeat-y;
}

#imagecontainer {
   border-top: 2px solid #70C4A7;
   height: 208px;
   border-bottom: 2px solid #70C4A7;
   margin: 0;
   padding: 0;
}

#rightcontainer {
   float: left;
   position: relative;
   width: 787px;
   margin: 0;
   padding: 0;
}

#leftcontainer{
   width: 170px;
   position: relative;
   float: left;
   margin: 0;
   padding: 0;
}

.HPLogo {
   position: absolute;
   right: 20px;
   top: 95px;
   margin: 0;
   padding: 0;
}

#headpic{
   position: relative;
   width: 609px;
   height: 208px;
   margin: 0;
   padding: 0;
}

#headline {
   position: relative;
   float: right;
   width: 592px;
   height: 36px;
   background-repeat: no-repeat;
}

#footer {
   clear: both;
   height: 50px;
   display: block;
   background-color: #fff;
   border-top: 1px solid #70C4A7;
   width: 860px;
   color: #858585;
   font-size: 86%;
   padding: 0 5px;
}

#footer a,
#footer a:link,
#footer a:visited {
   color: #858585;
   text-decoration: none;
}

#pagerouter {
   float: left;
   list-style: none;
   margin: 20px 20px 0 0;
   padding: 0;
}

#madeby {
   position: relative;
   float: right;
   width: auto;
   margin: 20px 0 0 0;
   padding: 0;
}

#pagerouter li {
   float: left;
   margin: 0;
   padding: 0;
   display: block;
}

#clearfoot {
   height: 1px;
   background-color: #fff;
   clear: both;
}
          
#print_adresse,
#print_logo {
   display: none;
}


/** Verwaltung **/

#verwaltung{
    background-color: #70C4A7;
    border-bottom: 1px solid #fff;
    text-align:center;
    padding:8px;
}

#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #70C4A7;
    background-color: #fff;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    background-color: #70C4A7;
    color: #fff;
}
