#schattenunten {
   position: relative;
   width: 960px;
   height: 13px;
   background-image: url("../images/bg_contentwrapperu.jpg");
   background-position: left bottom;
   background-repeat: no-repeat; 
   margin: 0 0 50px 0; 
}
#schattenoben {
   position: relative;
   width: 960px;
   height: 15px;
   margin-top: 10px;
   background-image: url("../images/bg_contentwrapperoben.jpg");
   background-position: left top;
   background-repeat: no-repeat;   
}

#wrapper {
   position: relative;
   width: 990px;
   margin: 16px auto 0;
   z-index: 20;
}

/** Contentbereich **/

#contentwrapper{
   position: relative;
   width: 960px;
   background-image: url("../images/bg_contentwrapper.jpg");
   background-position: left top;
   background-repeat: repeat-y;
}

#content{
   position: relative;
   float: left;
   line-height: 150%;
   color: #333;
   font-weight: normal;
   padding: 0 20px;
   min-height: 250px;
   background-color: #fff;
   width: 487px;
   margin-bottom: 50px;
}

#leftcontainer {
   position: relative;
   float: left;
   width: 230px;
   margin-left: 15px;
   min-height: 200px;
}

#bannerbaukasten {
   position: relative;
   float: left;
   width: 170px;
   margin-right: 15px;
   min-height: 250px;
}

#bannerbk {
   position: relative;
}


/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   clear: left;
   width: 960px;
   overflow: hidden;
}

#suche h2 {
   position: relative;
   font-size: 18px;
   color: #333;
   line-height: 130%;
   width: 170px;
   color: #636363;
}


#suche {
   position: relative;
   width: 170px;
   height: 44px;
   color: #333;
   margin-bottom: 15px;
}

#suche .vt {
   position: absolute;
   top: 10px;
   left: 0;
   height: 18px;
   width: 138px;
   margin-top: 14px;
   padding: 0 5px 0 5px;
   font-size: 100%;
   border: 1px solid #ededed;
   background-color: #EBEBEB;
}

#suche .vtlink,
#suche .vtlink a,
#suche .vtlink a:link,
#suche .vtlink a:visited {
   position: absolute;
   float: right;
   top: 24px;
   right: 0;
   color: #fff;
   background-color: transparent;
   text-decoration: none;
   width: 20px;
   height: 20px;
}


#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;
}

/** Linkzustände im Pagerouter **/

#printpage {
   position: relative;
   font-size: 92%;
   float: left;
   margin-left: 10px;
}

#goup {
   position: relative;
   font-size: 92%;
   float: left;
   z-index: 60;
   margin-left: 17px;
}


#goup a,
#goup a:link,
#goup a:visited {
   position: relative;
   display: block;
   color: #231F20;
   padding: 5px 10px 5px 20px;
   text-decoration: none;
   background-image: url("../images/bg_goup.gif");
   background-position: left 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 {
   color: #293D79;
   position: relative;
   text-decoration: underline;
 
   
}

#printpage a,
#printpage a:link,
#printpage a:visited {
   position: relative;
   display: block;
   color: #231F20;
   padding: 5px 10px 5px 20px;
   font-weight: normal;
   text-decoration: none;
   background-image: url("../images/bg_print.gif");
   background-position: left 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 {
   color: #293D79;
   position: relative;
   text-decoration: underline;
}

/** Headbereich **/

#header {
   position: relative;
   height: 298px;
   width: 960px;
   background-image: url("../images/bg_header.jpg");
   background-position: left top;
   background-repeat: no-repeat;
}


#bild {
   position: absolute;
   top: 16px;
   left: 13px;
   height: 260px;
   width: 929px;
   background-position: left top;
   background-repeat: no-repeat;
}

.HPLogo {
   position: relative;
   display: block;
   margin: 0 0 3px 0;
   z-index: 25;
}

/** Print Bereich **/

#print_logo,
#print_adresse {
   display: none;
}

/** Verwaltung **/

#verwaltung{
   position: absolute;
   top: 0;
   width: 100%;
   background-color:#fff ;
   border-bottom: 1px solid #fff;
   text-align:center;
   padding: 8px;
   z-index: 100;
}

#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #fff;
    background-color: #293D79;
    margin: 0 5px;
    padding: 5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #293D79;
}


