#wrapper {
   position: relative;
   width: 990px;
   background-image: url("../images/bg_linie.gif");
   background-position: 230px top;
   background-repeat: repeat-y;
}

#content{
   position: relative;
   background-color: #010101;
   width: 505px;
   float: left;
   border-color: #227B03;
   min-height: 250px;
   padding: 28px 20px 0 19px;
}

/** header **/
#header {
   position: relative;
   width: 990px;
   clear: both;
   height: 275px;
   background-image: url("../images/bg_balken_green.png");
   background-position: 230px bottom;
   background-repeat: no-repeat;
}

#menu {
   position: relative;
   float: left;
   width: 542px;
}

#menusubcon {
   position: relative;
   width: 542px;
}

/** Centercontainer **/

#contentwrapper {
   position: relative;
   width: 990px;
   background-image: url("../images/diamonds.png");
   background-position: -30px top;
   background-repeat: repeat-y;
}
/** Leftcontainer **/
#leftcontainer {
   position: relative;
   display: block;
   float: left;
   min-height: 250px;
   margin-bottom: 20px;
   width: 231px;
}
/** Rightcontainer **/
#rightcontainer {
   position: relative;
   float: left;
   width: 206px;
   min-height: 250px;
   padding: 3px;
   margin: 10px 0 20px 0;
   border: 1px solid #247900; 
}

#footer{
   position: relative;
   width: 990px;
   overflow: hidden;
   clear: both;
   background-image: url("../images/bg_balken_green.png");
   background-position: 230px 15px;
   background-repeat: no-repeat;
}
/** Logo **/
.HPLogo {
   position: absolute;
   top: 0;
   right: 0;
}

#logo {
   position: relative;
   float: left;
   height: 210px;
   width: 230px;
}
/** Logo2 **/
#logo2 {
   position: relative;
   float: left;   
   height: 235px;
   width: 218px;
}

#print_adresse,
#print_logo {
   display: none;
}

#bwmcopy {
   position: relative;
   color: #fff;
   padding: 3px 0;
   float: right;
   margin-right: 187px;
   font-weight: normal;
   text-decoration: none;
}

#bwmcopy a,
#bwmcopy a:link,
#bwmcopy a:visited {
   position: relative;
   display: block;
   color: #fff;
   text-decoration: none;
}

#bwmcopy a:focus,
#bwmcopy a:hover,
#bwmcopy a:active {
   color: #fff;
   text-decoration: underline;
}

#printpage {
   position: relative;
   margin: 3px 0 10px 0;
   float: right;
   font-size: 92%;
}

#printpage a,
#printpage a:link,
#printpage a:visited {
   color: #fff;
   padding:  5px 10px;
   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;
}

/** Zum Shop Link **/
#shopbut {
   position: absolute;
   left: 60px;
   top: 200px;
   width: 230px;
   height: 25px;
}

/** Verwaltung **/

#verwaltung{
    background-color:transparent;
    text-align:center;
    padding: 8px;
}

#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #fff;
    background-color: #237801;
    margin: 0 5px;
    padding: 5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #237801;
}



