#wrapper {
   position: relative;  
   margin:  30px auto 25px;
   width: 990px;
   padding-top: 180px;
   background-color: #ffe7d3;
   min-height: 588px;
}
#spslogo{
    position: relative;
    background-color: #ffe7d3;
}

#menumain {
   float: left;
   position: relative;
   margin: 0;
   padding: 25px 0px 0px 0px;
   list-style: none;
   float: left;
   background-image: url(../images/nav_left.jpg);
   background-repeat: no-repeat;
   min-height: 513px;
   width: 190px;
   color: #fff;
   font-weight: bold;
}


#bannerbk{
    float: left;
    margin: 0 0 0 0;
    padding: 10px;
    background-image: url(../images/nav_right.jpg);
    background-color: #ec6c00;
    background-repeat: no-repeat;
    min-height: 513px;
    width: 169px;
    color: #fff;
    font-size: 92%;
}

#bannerbk p{margin: 0 0 1em 0;}
hr{
   color: #666;
   background-color: #666;
   border: 0 none;
}

#bannerbk h1 {
    font-size: 140%;
    line-height: 120%;
    margin: 0 0 16px 0;
    font-weight: normal;
    color: #fff;
    -moz-opacity:.75;
    opacity:.75
}

#bannerbk h3 {
    font-size: 120%;
    line-height: 120%;
    margin: 33px 0 18px 0;
    font-weight: normal;
    color: #fff;
}

#bannerbk h5 {
    font-size: 110%;
    line-height: 120%;
    margin: 26px 0 16px 0;
    font-weight: bold;
    color: #fff;
}   

#bannerbk a:link,
#bannerbk a:visited {
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 12px;
   display: block;
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   font-size: 92%
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active,
#bannerbk a.selected:link,
#bannerbk a.selected:visited,
#bannerbk a.selected:focus,
#bannerbk a.selected:hover,
#bannerbk a.selected:active{
   color: #000;
   background-color: #ffb675;
   text-decoration: none;
   font-weight: bold;
   font-size: 92%
}


#header{
    position: absolute;
    top: 0px;
    left: 204px;
    height: 172px;
    width: 784px;
    border: 1px solid #ec6c00;
    background-image: url(../images/head.jpg);
}
#head{
   position: absolute;
   top: 0;
   left: 0;
   width: 950px;
}
.HPLogo{
   position: absolute;
   top: 0;
   left: 0;
   background-color: #fff;
   display: block;
   height: 172px;
   width: 189px;
}

/**************** Print ********************/
#print_adresse {
   display: none;
}
#print_logo {
   display: none;
}

#contentwrapper{
   position: relative;
   background-image: url(../images/bg_back.jpg);
   background-repeat: repeat-y;
   width: 990px;
   min-height: 600px;
}

#content{
    padding: 50px 25px 25px 25px;
    width: 533px;
    background-color: #fff;
    color: #522200;
    border: 1px solid #ec6c00;
    min-height: 463px;
    overflow: hidden;
}

#contentcontainer {
   position: relative;
   float: left;
   margin: 0 13px;
   padding: 0 0 13px 0;
}


#adresse{display: none;}

#footer{
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    height: 50px;
    clear: both;
    width: 990px;
    background-color: #ec6c00;
}
/* 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;
}
