
#schattenunten {
   position: relative;
   width: 990px;
   height: 55px;
   clear: both;
   margin: 0 auto 50px;
   background-image: url("../../images/bg_schattenunten.jpg");
   background-position: left top;
   background-repeat: no-repeat;   
}

#schattenoben {
   position: relative;
   width: 990px;
   height: 24px;
   z-index: 50;
   margin: 44px auto 0;
   background-image: url("../../images/bg_schattenoben.jpg");
   background-position: left top;
   background-repeat: no-repeat;   
}

#wrapper {
   position: relative;
   width: 990px;
   margin: 0 auto 0;
   background-image: url("../../images/bg_wrapper.jpg");
   background-position: left top;
   background-repeat: repeat-y;
   z-index: 20;
}

#wrapperinner {
   position: relative;
   width: 970px;
   margin:  0 0 0 9px;
}

/** Contentbereich **/

#contentwrapper{
   position: relative;
   width: 970px;
}

#content{
   position: relative;
   float: left;
   line-height: 150%;
   color: #333;
   font-weight: normal;
   padding: 20px;
   min-height: 250px;
   background-color: #fff;
   width: 744px;
   margin-bottom: 50px;
}

#bannerbaukasten {
   position: relative;
   float: left;
   margin-top: 150px;
   margin-right: 20px;
   width: 166px;
}

#bannerbk {
   position: relative;
   display: block;
   border-right: 2px solid #4B91BF;
   border-left: 2px solid #4B91BF; 
   overflow: hidden;
   line-height: 140%; 
}


#bannerschatten {
   position: absolute;
   bottom: 0;
   width: 166px;
   height: 18px;
   background-image: url("../../images/bg_bannershadow.gif");
   background-position: left bottom;
   background-repeat: no-repeat;   
}

#bannergrafik {
   position: relative;
   width: 166px;
   height: 23px;
   margin: 0;
   background-image: url("../../images/bg_bannerbk.gif");
   background-position: left top;
   background-repeat: no-repeat;   
}

.logobanner {
   position: absolute;
   width: 138px;
   height: 196px;
   top: 322px;
   right: 48px;
   z-index: 100;
   background-position: left top;
   background-repeat: no-repeat;
}

/** Elemente des Pagerouters floaten um eine saubere Anordnung links und rechts zu erhalten **/
#footer {
   position: relative;
   clear: left;
   width: 970px;
   overflow: hidden;
}


/** Headbereich **/

#bild {
   position: relative;
   height: 256px;
   width: 970px;
   border-top: 100px solid #fff;
   background-position: left top;
   background-repeat: no-repeat;
   z-index: 0;
}

.HPLogo {
   position: absolute;
   top: -12px;
   left: 20px;
   z-index: 150;
}

/** Print Bereich **/

#print_logo,
#print_adresse {
   display: none;
}

/** copyright **/

#bwcopy {
   position: relative;
   margin-top: 25px;
   float: left;
   width: 600px;
   font-size: 92%;
}

#bwcopy a,
#bwcopy a:link,
#bwcopy a:visited {
   color: #4C90BE;
   font-weight: normal;
   padding:  3px 7px 2px 7px;
   color: #4C90BE;
   text-decoration: none;
   font-weight: normal;
}


#bwcopy a:focus,
#bwcopy a:hover,
#bwcopy a:active {
   color: #4C90BE;
   text-decoration: underline;
   
}

/** Verwaltung **/

#verwaltung{
   position: absolute;
   top: 0;
   width: 100%;
   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: #4C91BF;
    margin: 0 5px;
    padding: 5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color:#4C91BF;
}

/** suche **/

#suche h2 {
   position: absolute;
   top: 6px;
   left: -50px;
   font-weight: normal;
   text-decoration: none;
   color: #4B91BF;
   font-size: 140%;
}


#suche {
   position: absolute;
   top: 66px;
   right: 20px;
   width: 200px;
   height: 25px;
   font-size: 86%;
   color: #333;
   z-index:50;
   background-image: url(../images/bg_suche.gif);
   background-position: left top;
   background-repeat: repeat-x;
}

#suche .vt {
   position: absolute;
   top: 0;
   left: 0;
   height: 17px;
   width: 160px;
   padding: 2px 5px 0 5px;
   border: 0 none;
   background-color: transparent;
   border: 1px solid #4B91BF;
}

#suche .vtlink,
#suche .vtlink a,
#suche .vtlink a:link,
#suche .vtlink a:visited {
   position: absolute;
   top: 0;
   right: 0;
   background-color: transparent;
   text-decoration: none;
   width: 22px;
   height: 19px;
   background-image: url(../images/icon_suche.gif);
}

#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;
}

/** sprache **/

#sprachschaltung {
   position: absolute;
   top: 5px;
   right: 20px;
   width: 100px;
   height: 30px;
   z-index: 100;
}

#MenuSprache{
   list-style: none;
   position: absolute;
   right: 5px;
   top: 5px;
}

#MenuSprache li {
   display: inline;
}

#MenuSprache img {
   height: 14px;
   width: 23px;
}

#MenuSprache a {
   text-decoration: none;
}

#MenuSprache a img {
   border: 0 none;
}




