#wrapper {
   background-color: transparent;
   margin: 12px auto 50px;
   width: 990px;
   position: relative;
}
/** Contentbereich **/

#contentwrapper {
   position: relative;
   background-color: transparent;
   width: 990px;
   min-height: 470px;
   background-image: url("../images/bg_wrapper.png");
   background-position: 157px 0;
   background-repeat: repeat-y;
}

#rightcontainer {
   position: relative;
   background-color: transparent;
   float: right;
   margin: 287px 0 0 0;
   padding:  0 0 0 5px;
   width: 149px;
   min-height: 500px;
}

#leftcontainer {
   position: relative;
   background-color: transparent;
   float: left;
   margin: 287px 0 0 0;
   padding:  0 12px 12px 12px;
   width: 131px;
   min-height: 500px;
}

#rightcontainer h2 {
   padding: 5px 0 5px 5px;
   background-color: #809C27;
   color: #fff;
   margin: 14px 10px 0 ;
   font-size: 100%;
   font-weight: bold;
}

#bannerbk {
   background-color: transparent;
   font-size: 72%;
   padding: 0;
   position: relative;
}

/** Pagerouter **/


/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   width: 660px;
   position: relative;
   margin: 40px 0 0 166px;
   min-height: 27px;
   background-color: #00882F;
   clear: both;
}

#goup {
   position: relative;
   float: right;
   padding: 5px 10px 5px 10px;
   position: relative;
}

#printpage {
   position: relative;
   float: left;
   padding: 5px 10px 5px 10px;
   position: relative;
}

/** Linkzustände im Pagerouter **/

#goup a,
#goup a:link,
#goup a:visited {
   color: #fff;
   font-weight: normal;
   text-decoration: none;
}

#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: normal;
   text-decoration: none;
}

#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;
}

/** Headbereich **/

#header_image {
   width: 660px;
   height: 230px;
   padding: 10px 15px;
}

#bild1 {
   position: absolute;
   top: 10px;
   left: 15px;
   width: 630px;
   height: 225px;
   background-color: transparent;
}

.schatten_oben {
   position: absolute;
   width: 660px;
   height: 5px;
   padding: 5px;
   top: -2px;
   left: 166px;
   background-image: url("../images/bg_schatten_oben.gif");
   background-position: top left;
   background-repeat: no-repeat;
   z-index: 5;
}

.content_oben,
.content_unten
{
  display: none;
}
.schattenli {
   position: absolute;
   width: 5px;
   height: 724px;
   padding: 3px;
   top: -2px;
   right: 155px;
   background-image: url("../images/bg_schatenre.png");
   background-position: top right;
   background-repeat: repeat-y;
   z-index: 5;
}
.schattenre {
   position: absolute;
   width: 5px;
   height: 724px;
   padding: 3px;
   top: -2px;
   left: 157px;
   background-image: url("../images/bg_schatenli.png");
   background-position: top left;
   background-repeat: repeat-y;
   z-index: 5;
}

.HPLogo {
   position:absolute;
   top: 22px;
   left: 12px;
   z-index: 5;
}

#akademiestart {
   position: relative;
   margin: 0 0 14px 0;
   z-index: 5;
}

#akademie {
   position:absolute;
   top: 22px;
   right: 0;
   z-index: 5;
}

/** Print Bereich **/

#print_logo,
#print_adresse {
   display: none;
}

/** Verwaltung **/

#verwaltung{
    background-color: transparent ;
    text-align:center;
    padding: 5px;
}

#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #fff;
    background-color: #00882F;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #00882F;
}

/* Kontaktformular */
.field label
{
  float: left;
  width: 100px;
  margin-top: 4px;
}

.field input,
.field textarea
{
  width: 200px;
}
