#wrapper{
   position: relative;
   width: 990px;
   margin: 0 auto;
   text-align: left;
   background-color: #fff;
   padding: 13em 0 0 0;
   min-height: 27em;
   border-bottom: 1px solid #921617;
   border-left: 1px solid #921617;
   border-right: 1px solid #921617;
}
#contentwrapper{
   position: relative;
   border-top: 1px solid #DEDEDE;
   min-height: 10px;
   background-image: url(../images/bg_contentwrapper.gif);
   background-repeat: repeat-y;
   background-position: center;
   min-height: 50em;
}

#mainContent{
   float: right;
   width: 800px;
   min-height: 27em;
}

#content {
   border-right: 1px solid #921617;
   border-left: 1px solid #921617;
   float: left;
   width: 607px;
   min-height: 27em;
}
#conmargin{
  margin: 30px;   
}
#bannerbk {
   float: right;
   /*width: 190px;*/
   width: 170px;
   padding: 0 10px 30px 10px;
}


#bannerbk h2 {
   padding: 11px 10px 7px;
   font-size: 120%;
   color: #0D426A;
   background-color:#F8F8F8;
   margin: 14px 0 0 0;
}


#bannerbk a.HocoLogo{
  background-color: #fff;
}

#Navigation{
   float: left;
   width: 190px;
}

#head{
   position: absolute;
   height: 13em;
   top: 0;
   left: 0;
   width: 100%;
   background-repeat: no-repeat;
   background-position: center top;
}

a.HPLogo{
   position: absolute;
   top: 0;
   left: 0;
   width: 190px;
   height: 146px;
   border-right: 1px solid #921617;
}
#adresse {
   position: absolute;
   top: 0;
   right: 0;
   width: 171px;
   height: 146px;
   padding: 10px;
   background-color: #FFF;
   border-left: 1px solid #921617;
   border-bottom: 1px solid #DEDEDE;
}
#adresse address{
   font-style: normal;
   font-size: 92%;
}
#copyright{
   position: absolute;
   bottom: -20px;
   right: 10px;  
}
#copyright a{
   color: #aaa;
   text-decoration: none;
}

/*
   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;
}
