body{
 margin: 0;
 font-family: arial;
}

a{
 text-decoration: none;
}

h1{
 font-size: 20px;
 font-weight: bold;
 color: #ffffff;
}

h1 > span:first-child{
 margin-left: 0 !important;
}

h1 > span{
 background-color: #677d2b;
 padding: 1px 7px;
 line-height: 31px;
 letter-spacing: 3px;
 margin-left: 15px;
}

.header{
 width:100%;
 height:200px;
}

.headerGreenBack{
 background-color: #47580a;
 height: 171px;
 margin-top: 29px;
 position:absolute;
 width: 100%
}

.headerImageWrapper{
 width: 100%;
 position:absolute;
}

.headerShadow{
 height: 171px;
 width: 740px;
 margin: 0 auto;
 /*background: url("../images/shadowvertical.png") repeat-y top left;*/
}

.headerImage{
 height: 171px;
 width: 700px;
 margin: 0 auto;
 background: url("../images/backimage.png") no-repeat top left;
}

.headerGreenLine{
 background-color: #5f7420;
 height: 7px;
 margin-top: 14px;
 position:absolute;
 width: 100%
}

.headerWhiteLine{
 background-color: #ffffff;
 height: 3px;
 margin-top: 152px;
 position:absolute;
 width: 100%
}

.headerLogo{
 width: 700px;
 margin: 0 auto;
 height: 200px;
 background: url("../images/logo.png") no-repeat top right;
}

.headerLogoWrapper{
 width: 100%; 
 position: absolute;
}

.navi{
 width: 700px;
 margin: 0 auto;
 background-color: #687d2b;
 height: 25px;
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
}

.navi > ul{
 list-style: none;
 padding: 0px;
 margin: 0px;
}

.navi li{
 display:inline-block;
}

.navi li.active{
 background-color: #8ba836;
}
 
.navi div{
 width: 172px;
 height: 21px;
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
 padding-top: 4px;
 text-align: center;
}

.navi li:last-child div{
 width: 174px;
}

.subnavi{
 width: 700px;
 margin: 0 auto;
 background-color: #8ba836;
 height: 25px;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
}

.subnavi > ul{
 list-style: none;
 padding: 0px;
 margin: 0px;
}

.subnavi li{
 display:inline-block;
}
 
.subnavi div{
 height: 21px;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
 padding: 4px 22px 0;
 text-align: center;
}

.subnavi .active a{
 text-decoration: underline;
 text-decoration-color: #ffffff;
}

.content{
 margin: 0 auto;
 padding-bottom: 10px;
 width: 700px;
 background: url("../images/contentback.png") no-repeat bottom left;
 font-size: 13px;
 color: #5b5b5a;
 line-height: 20px;
}

.contentLeft{
 margin: 23px 30px 65px 50px;
 width: 355px;
 display: inline-block;
 float:left;
}

.contentLeft ul{
 padding-left: 20px;
}

.contentRight{
 margin: 25px 50px 65px 0;
 width: 215px;
 float:right;
 display: inline-block;
 height: 300px;
}

.contentRight fieldset{
 border-color: #5f6A18;
}

.contentRight legend{
 font-size: 15px;
 color: #5f7420;
 font-weight: bold;
}

.contentRight h2{
 font-size: 14px;
 font-weight: bold;
 color: #5d7016;
}

.contentRight .headline{
 font-size: 14px;
 color: #5d7016;
}

.contentRight .aktion{
 font-size: 11px;
 color: #5d7016;
}

.contentNavi{
 clear: both;
 height: 15px;
 width: 700px;
 margin: 0 auto 0 auto;
 font-size: 12px;
 font-weight: bold;
 color: #5b5b5a;
 text-align: right;
}

.contentNavi > ul{
 list-style: none;
 padding: 0px;
 margin-right: 37px;
}

.contentNavi > ul span:last-child{
 display:none;
}

.contentNavi li{
 display:inline-block;
 margin: 0 13px;
}
 
.contentNavi a{
 font-size: 11px;
 font-weight: bold;
 color: #5b5b5a;
}

.contentBack{
 width: 740px;
 margin: 0 auto;
 background: url("../images/shadowvertical.png") repeat-y top left;
}

.contentFeet{
 width: 700px;
 margin: 0 auto;
 background-color: #5f6e16;
 height: 10px;
}

.contentFeetBackH{
 width: 740px;
 height: 20px;
 margin: 0 auto;
 background: url("../images/shadowhorizontal.png") no-repeat top left;
}

.contentFeetBackV{
 width: 740px;
 height: 10px;
 margin: 0 auto;
 background: url("../images/shadowverticalfeet.png") no-repeat top left;
}

.preis{
 text-align:right;
 margin-bottom: 12px;
}