#wrapper {
   position: relative;
   width: 990px;
   margin: 0 auto;
   text-align: left;
   padding: 129px 0 0 0;
}

#pagewrapper {
   position: relative;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   background-image: url(../images/mainBG.jpg);
   background-position: left top;
   background-repeat: repeat-x;
}

#headwrapper {
   position: absolute;
   left: 0;
   top: 0;
   width: 990px;
   height: 70px;
   padding: 0;
   margin: 0;
   background-color: #fff;
}
#contentwrapper {
   position: relative;
   background-color: #fff;
   padding: 0;
   margin: 0;
   width: 986px;
   background-image: url("../images/bg_content.png");
   background-repeat: repeat-y;
   background-position: top left;
   }

#contentcontainer {
   position: relative;
   width: 770px;
   background-color: #fff;
   float: right;
   padding: 14px 14px 20px 14px;
}

.HPLogo {
   position: relative;
   float: right;
   margin: 10px;
}
#fullsizewrapper {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   padding: 0;
   margin: 0;
}

#fullsizewrapper2 {
   background-color: #016221;
   height: 25px;
}

#decoborder {
   position: absolute;
   top: 158px;
   left: 0;
   width: 100%;
   background-color: #0A1D5D;
   height: 7px;
   z-index: 2;
}

#decoborderyellow {
   position: absolute;
   top: 158px;
   left: 0;
   width: 100%;
   background-color: #FAD000;
   height: 7px;
}

#pagerouter {
    height: 20px;
    margin: 0 auto 50px;
    padding: 0;
    position: relative;
    width: 983px;
}

#goup {
    float: right;
    margin: 5px 10px;
    padding: 0;
    position: relative;
}

#printpage {
    float: right;
    margin: 5px 10px;
    padding: 0;
    position: relative;
}

/** Linkzustände im Pagerouter **/

#goup a,
#goup a:link,
#goup a:visited {
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#goup a:focus,
#goup a:hover,
#goup a:active,
#goup a.selected:link,
#goup a.selected:visited,
#goup a.selected:focus,
#goup a.selected:hover,
#goup a.selected:active {
   text-decoration: underline;
}

#printpage a,
#printpage a:link,
#printpage a:visited {
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#printpage a:focus,
#printpage a:hover,
#printpage a:active,
#printpage a.selected:link,
#printpage a.selected:visited,
#printpage a.selected:focus,
#printpage a.selected:hover,
#printpage a.selected:active {
   text-decoration: underline;
}

#print_adresse,
#print_logo {
   display: none;
}

#header {
   margin: 0;
   height: 220px;
   width: 600px;
}

#bannerbk {
   position: relative;
   float: right;
   width: 150px;
   margin: 0;
   padding: 0;
}
#greybox {
   list-style: none;
   margin: 0;
   padding: 14px 0;
   position: relative;
   width: 183px;
}
.HocoLogo{
   position: relative;
   top: 0;
   right: 0; 
   margin: 0;
   padding: 0;
}
.DongowskiLogo {
   position: absolute;
   left: 5px; 
   margin: 10px 0 0 0;
   padding: 0;
}

#logoholder{
   position: relative;
   float: right;
   height: 100px;
   margin: 0;
   padding: 0;
}
/*
   Verwaltung
*/
#verwaltung {
   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 5px;
   padding:5px;
   font-weight : normal;
   text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active {
   background-color: #369;
}
