#wrapper {
   position: relative;
   width: 990px;
   margin: 0 auto 0;
   background-color: #fff;
}

/** Contentbereich **/
#contentwrapper {
   position: relative;
   width: 990px;
   background-image: url("../images/bg_content.jpg");
   background-position: 205px top;
   background-repeat: repeat-y;
   background-color: #fff;
}

#content{
   float: left;
   line-height: 150%;
   color: #525252;
   min-height: 250px;
   margin-top: 15px;
   padding:  5px 40px 15px 30px;
   width: 520px;
}
#rightcontainer h2 {
   position: relative;
   list-style: none;
   color: #241647;
   text-transform: uppercase;
   padding: 4px 5px 4px 10px;
   z-index: 50;
   font-weight: bold;
   display: block;
   font-size: 92%;
   line-height: 150%;
   background-image: url("../images/bg_sub_h.jpg");
   background-position: left top;
   background-repeat: repeat-x;
}

#rightcontainer {
   position: relative;
   background-color: #fff;
   float: left;
   margin: 15px 10px 14px 0;
   width: 190px;
   min-height: 250px;
   background-color: #fff;
   
}

#leftcontainer {
   position: relative;
   float: left;
   margin: 15px 0 14px 10px;
   width: 190px;
   min-height: 250px;
   background-color: #fff;
}

#bannerbk { 
   background-color: transparent;
   margin-bottom:  20px;
   position: relative;
   color: #525252;
   font-size: 92%;
}

/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   height: 60px;
   width: 990px;
   clear: both;
   border-bottom: 14px solid #9ACCCD;
   background-color: #fff;
   background-image: url("../images/bg_schatten_u.jpg");
   background-position: 205px -5px;
   background-repeat: no-repeat;
}

#printpage {
   position: relative;
   float: left;
   padding: 5px 0;
   margin: 15px 0 0 210px;
   position: relative;
}
#goup {
   position: relative;
   float: left;
   margin: 15px 40px 0 0;
   padding: 5px 20px;
   position: relative;
}


/** Linkzustände im Pagerouter **/

#goup a,
#goup a:link,
#goup a:visited {
   color: #241647;
   font-weight: normal;
   text-decoration: none;
   padding: 5px 20px 5px 0 ;
   background-image: url("../images/bg_goup.gif");
   background-position: right 5px;
   background-repeat: no-repeat;
}

#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;
   color: #241647;
   
}

#printpage a,
#printpage a:link,
#printpage a:visited {
   color: #241647;
   font-weight: normal;
   text-decoration: none;
   padding: 5px 25px 5px 0 ;
   background-image: url("../images/bg_print.gif");
   background-position: right 5px;
   background-repeat: no-repeat;
}

#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;
   color:#241647;
}

/** Headbereich **/

#bildcontainer {
   position: relative;
   height: 175px;
   width: 990px;
   background-color: #fff;
   border-bottom: 14px solid #9ACCCD;
}

#menu_topcontainer {
   position: relative;
   height: 100px;
   width: 990px;
}

.HPLogo {
   position: absolute;
   top: 20px;
   left: 24px;
   z-index: 20
}

/** Print Bereich **/

#print_logo,
#print_adresse {
   display: none;
}

#suche {
   position: absolute;
   right: 0;
   color: #333;
   right: 0;
   width: 200px; 
   top: 0;
   z-index: 10;
}

#suche .vt {
   position: absolute;
   top: 3px;
   left: 10px;
   height: 12px;
   width: 138px;
   background-color: #FFF;
   border: 1px solid #9ACCCD;
   padding: 2px 5px;
   font-size: 100%;
   background-image: none;
}

#suche .vtlink,
#suche .vtlink a,
#suche .vtlink a:link,
#suche .vtlink a:visited {
   position: absolute;
   margin: 0;
   padding:0;
   top: 2px;
   right: 10px;
   color: #fff;
   background-color: transparent;
   text-decoration: none;
}


#suche .vtlink :hover,
#suche .vtlink a:focus,
#suche .vtlink a:hover,
#suche .vtlink a:active,
#suche .vtlink a.selected,
#suche .vtlink a.selected:link,
#suche .vtlink a.selected:visited,
#suche .vtlink a.selected:focus,
#suche .vtlink a.selected:hover,
#suche .vtlink a.selected:active {
   color: #fff;
   text-decoration: none;
   background-color: transparent;
}


/** Verwaltung **/

#verwaltung{
    background-color:#fff ;
    border-bottom: 1px solid #fff;
    text-align:center;
    padding: 8px;
}

#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #fff;
    background-color: #241647;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #241647;
}


