@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	background: #fff url(gfx/bg_h.jpg) repeat-x fixed 0 0;
	height: 100%;
	overflow-y: scroll;
}
body,
body#start {
	background: url(gfx/bg_v.png) repeat-y top center;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 100%;
	height: auto !important;  /*moderne Browser*/
	height: 100%;  /*IE*/
	width: 100%;
	min-width: 968px;
}
body#start {
	background: url(gfx/bg_v_home.png) repeat-y top center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.right {
	text-align: right;
}
.seperator {
	background: #72a234;
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: 10px;
}
.green {
	color: #004e25;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #004e25;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #004e25;
	text-decoration: none;
}
a.more,
a:visited.more {
	color: #004e25;
	text-decoration: none;
}
a:hover.more {
	color: #004e25;
	text-decoration: underline;
}
a.infolink,
a:visited.infolink {
	color: #004e25;
	text-decoration: none;
}
a:hover.infolink {
	color: #004e25;
	text-decoration: underline;
}
#top a,
#top a:visited {
	color: #929395;
	text-decoration: none;
}
#top a:hover {
	color: #000;
	text-decoration: none;
}
#home a,
#home a:visited,
#home-en a,
#home-en a:visited {
	color: #004e25;
	text-decoration: none;
}
#home a:hover,
#home-en a:hover {
	color: #000;
	text-decoration: none;
}
#home a.bold:hover,
#home-en a.bold:hover {
	color: #004e25;
	text-decoration: underline;
}
a.buynow,
a:visited.buynow {
	background: #72a234;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
a:hover.buynow {
	background: #72a234;
	color: #000;
	text-decoration: none;
}
a.shoplink,
a:visited.shoplink {
	color: #72a234 !important;
}
a:hover.shoplink {
	color: #000 !important;
}
a.aktuelllink,
a:visited.aktuelllink {
	color: #f49e00 !important;
}
a:hover.aktuelllink {
	color: #000 !important;
}
.breadcrumb a,
.breadcrumb a:visited {
	color: #004e25;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #72a234;
	text-decoration: none;
}


/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	margin: 0;
	line-height: normal !important;
	padding: 0;
}
h1 {
	color: #c6c7c8;
	font-size: 60px;
	font-weight: normal;
	padding: 0;
	font-family: District Thin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 74px;
	font-size: 60px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h2, h3, h4 {
	font-size: 14px;
	margin: 8px 0 12px 0;
}
h3, h4 {
	color: #f29e07;
}
p {
	margin: 0 0 18px 0;
	padding: 0;
}
#sidebar p {
	margin: 0 0 5px 0;
	padding: 0;
}
#header p {
	margin: 0;
	padding: 0;
}
.breadcrumb {
	color: #004e25;
	font-size: 10px;
}
#top p {
	float: left;
}
#home p,
#home-en p {
	margin: 0;
	padding: 0;
}
.home1 {
	display: inline;
	float: left;
	margin-left: 200px;
	width: 146px;
}
.home2 {
	display: inline;
	float: left;
	width: 170px;
}
.home3 {
	display: inline;
	float: left;
	width: 170px;
}
.home4 {
	display: inline;
	float: left;
	width: 256px;
}
.home2 ul,
.home3 ul {
	font-size: 11px;
	margin: 7px 0 0 0;
	padding: 0;
}
.home2 ul li,
.home3 ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 4px 0;
}

ul.language {
	float: right;
	line-height: normal;
	margin: 0;
	padding: 2px 0 0 0;
}
ul.language li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0 0 0 5px;
}
p.logo {
	border-bottom: 2px solid #c6c7c8;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
}
p.jobs {
	float: left;
	width: 237px;
}
p.news {
	float: right;
	text-align: right;
	width: 237px;
}
.news a,
.news a:visited {
	color: #f29e07;
}
p.entrance {
	float: left;
	text-align: center;
	width: 468px;
	word-spacing: 10px;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	border-top: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 958px;
}
#header {
	background: #fff;
	float: left;
	margin: 0 8px;
	padding: 0 0 12px 0;
	width: 942px;
}
#top {
	color: #929395;
	float: left;
	font-size: 10px;
	margin: 0;
	line-height: 20px;
	padding: 0;
	width: 100%;
}
#container {
	float: left;
	margin: 0 8px;
	padding: 0 0 20px 0;
	width: 942px;
}
#home {
	background: url(gfx/bg_home.png) no-repeat center 45px;
	float: left;
	margin: 0;
	padding: 210px 0 0 0;
	width: 100%;
	min-height: 346px;
	height: auto !important;  /*moderne Browser*/
	height: 346px;  /*IE*/	
}
#home-en {
	background: url(gfx/bg_home-en.png) no-repeat center 74px;
	float: left;
	margin: 0;
	padding: 240px 0 0 0;
	text-align: center;
	width: 100%;
	min-height: 326px;
	height: auto !important;  /*moderne Browser*/
	height: 326px;  /*IE*/	
}
#navigation {
	float: left;
	margin: 0 16px 0 15px;
	padding: 0;
	width: 193px;
}
#content {
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
	width: 555px;
}
.bildbox {
	float: left;
	margin: 0;
	padding: 0;
	width: 133px;
}
.textbox {
	float: left;
	margin: 0;
	padding: 0;
	width: 422px;
}
.rightdist {
	margin-right: 13px;
}
#product {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#productphotos {
	float: left;
	margin: 0;
	padding: 0;
	width: 225px;
}
ul.thumbs {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.thumbs img {
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 4px 0 0;
}
ul.thumbs li span {
	border: 1px solid #707173;
	float: left;
}
ul.thumbs li a,
ul.thumbs li a:visited {
	border: 1px solid #707173;
	float: left;
}
ul.thumbs li a:hover {
	border: 1px solid #000;
}
#productinfos {
	float: left;
	font-size: 10px;
	margin: 0 0 0 20px;
	padding: 0;
	width: 310px;
}
p.price {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 310px;
}
p.priceinfo {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 310px;
}
#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 138px;
}
.shopinfos {
	border: 1px solid #72a234;
	float: left;
	margin: 14px 0 16px 0;
	padding: 0;
	width: 136px;
}
.shopinfos h4 {
	background: #72a234;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 2px 5px;
}
.shopinfos ul {
	margin: 2px 0;
	padding: 0;
}
.shopinfos ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
.shopinfos ul li a,
.shopinfos ul li a:visited {
	background: url(gfx/bg_level2.png) no-repeat 5px 9px;
	color: #004e25;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 0 3px 13px;
	text-decoration: none;
	width: 125px;
}
.shopinfos ul li a:hover {
	background-image: url(gfx/bg_level2_on.png);
	color: #004e25;
	text-decoration: none;
}
.productbox {
	border: 1px solid #72a234;
	float: left;
	font-size: 9px;
	margin: 14px 0 16px 0;
	padding: 0;
	text-align: center;
	width: 136px;
}
.productbox h4 {
	color: #000;
	font-weight: normal;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 2px 0;
}
.productbox strong {
	color: #72a234;
}
.productbox strong a {
	color: #72a234;
  text-decoration: none;
}
p.shoppinglinks {
	background: #72a234;
	line-height: 18px;
	margin: 0 !important;
	padding: 0 !important;
}


/* Sitemap */
ul#sitemap {
	margin: 0;
	padding: 0;
}
ul#sitemap li {
	background: url(gfx/pfeil-nach-rechts.jpg) no-repeat 0 7px;
	color: green;
	font-size: 18px;
	margin: 0;
	list-style: none;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
}
ul#sitemap ul {
	margin: 0 0 0 12px;
	padding: 0;
}
ul#sitemap ul li {
	background: none;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
ul#sitemap ul ul {
	margin: 0 0 0 24px;
	padding: 0;
}
ul#sitemap ul ul li {
	background: none;
	font-size: 11px;
	font-weight: normal;
	list-style: disc;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}


/* Warenkorb
------.-----------------------------------------*/
.checkorder {
	border: none;
	width: 100%;
}
.editrow {
	width: 145px;
}
.artrow {
	width: 305px;
}
.number {
	text-align: right;
}
.checkorder strong {
	font-size: 12px;
}
.checkorder td,
.checkorder th {
	border: none;
	border-bottom: 1px solid #72a234;
	font-size: 10px;
	padding: 6px 3px 3px 3px;
	vertical-align: top;
}
.middle {
	vertical-align: middle !important;
}
.checkorder th {
	font-size: 12px;
}
.sum {
	background: #72a234;
	color: #fff;
}
.edit,
.delete {
	color: #000;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
.edit {
	background: url(gfx/back.png) no-repeat 0 0;
}
.delete {
	background: url(gfx/x.png) no-repeat 0 0;
}
.edit:hover,
.delete:hover {
	color: #000;
	text-decoration: underline;
}
.ordersteps {
	float: left;
	padding: 23px 0 15px 0;
	width: 100%;
}
.ordersteps p {
	float: left;
	margin: 0;
	padding: 0;
	width: 276px;
}
.ordersteps p.osf {
	width: 552px;
}
.weitershoppen,
.weitershoppen:visited {
	background: #72A234 url(gfx/bg_weitershoppen.png) no-repeat 0 0;
	color: #000;
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 134px;
}
.prevorderstep,
.nextorderstep,
.prevorderstep:visited,
.nextorderstep:visited {
	background: #9c9e9f url(gfx/bg_orderstep.png) no-repeat 0 0;
	color: #000;
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	#width: 84px;
}

.nextorderstep,
.nextorderstep:visited {
	float: right;
}
.prevorderstep:hover,
.nextorderstep:hover {
	background: #adafb0 url(gfx/bg_orderstep.png) no-repeat 0 -20px;
	color: #000;
	text-decoration: none;
}
.takeit,
.takeit:visited {
	background: #9c9e9f url(gfx/bg_takeit.png) no-repeat 0 0;
	border: none;
	color: #000;
	display: block;
	float: right;
	height: 20px;
	margin: 6px 0 10px 0;
	line-height: 20px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 177px;
}
.takeit:hover {
	background: #adafb0 url(gfx/bg_takeit.png) no-repeat 0 -20px;
	border: none;
	color: #000;
	text-decoration: none;
}
.checkoutpayment {
	font-size: 12px;
	margin: 0;
}
.checkoutpayment th,
.checkoutpayment td {
	border: none;
	padding: 2px 0;
	vertical-align: top;
}
label.standard {
	float: left;
	width: 158px;
}
.checkoutpayment input,
.checkoutpayment select {
	border: 1px solid #ccc;
	width: 280px;
}
#anrede-pay {
	width: 70px;
}
#titel-pay {
	width: 70px;
}
label.titelpay {
	padding-left: 101px;
}
#plz-pay {
	width: 70px;
}
p.widerruf,
p.widerruf2 {
	font-weight: bold;
	font-size: 14px;
}
p.widerruf {
	color: #004e25;
	margin: 25px 0 15px 0;
	padding: 0;
}
p.reli {
	margin-top: 65px;
}
label.ckb {
	display: inline;
	float: none;
	width: auto;
}
.fehler {
	color: #FF0000;
}


/*sidebar*/
.sidebarcart {
	color: #004e25;
	font-size: 10px;
	width: 138px;
}
.sidebarcart td {
	padding: 2px 3px;
	vertical-align: top;
}
h4.cartheader {
	border-bottom: 1px solid #72a234;
	color: #004e25;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 7px;
}
td.sbc-menge,
td.sbc-item {
	border-bottom: 1px solid #72a234;
	background: #fff;
	padding: 1px 0;
	text-align: right;
}
td.sbc-menge {
	font-weight: bold;
	padding-left: 7px;
	text-align: left;
	width: 27px;
}
td.sbc-item {
	width: 108px;
}
td.sbc-sumtxt,
td.sbc-sum {
	color: #004e25;
	font-weight: bold;
}
td.sbc-sumtxt {
	padding-left: 7px;
	width: 62px;
}
td.sbc-sum {
	text-align: right;
	width: 69px;
}
td.sbc-price {
	background: #f1f4e9;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #c4c7c0;
	font-weight: bold;
	padding: 1px 3px;
	text-align: right;
}
.go2pay {
	background: #72a234;
	border: none;
	color: #fff;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 0 0 1px 0;
	text-align: center;
	width: 138px;
}
.go2pay:hover {
	color: #004e25;
}


/* Bestellstatus
-----------------------------------------------*/
ol.bestellablauf {
	color: #9c9e9f;
	font-weight: normal;
	font-size: 10px;
	margin: 0 0 19px 0;
	padding: 0;
}
ol.bestellablauf li {
	margin: 0;
	float: left;
	list-style: none;
	padding: 0;
	width: 11 px;
}
ol.bestellablauf li span {
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #9c9e9f;
	display: block;
	float: left;
	height: 32px;
	margin: 12px 0 19px 0;
	padding: 4px 0 0 27px;
	text-decoration: none;
	width: 83px;
}
ol.bestellablauf li span.step1 {
	background-image: url(gfx/step1.png);
}
ol.bestellablauf li span.step2 {
	background-image: url(gfx/step2.png);
}
ol.bestellablauf li span.step3 {
	background-image: url(gfx/step3.png);
}
ol.bestellablauf li span.step4 {
	background-image: url(gfx/step4.png);
}
ol.bestellablauf li span.step5 {
	background-image: url(gfx/step5.png);
}
ol.bestellablauf li span.position {
	background-position: 0 -32px;
	color: #000;
}
ol.bestellablauf li span.done {
	background-position: 0 -69px;
}

/* Formulare
-----------------------------------------------*/
#orderproduct {
	float: left;
	margin-top: 20px;
}
fieldset.selection {
	border: none;
	float: left;
	height: 137px;
	margin: 0;
	padding: 0;
}
.selection p {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.prodvar {
	float: none;
	font-size: 10px;
	width: 310px;
}
.prodvarlbl {
	float: none;
	text-align: left;
	width: 50px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
}
.orderbutton {
	background: #9c9e9f url(gfx/bg_orderbutton.png) no-repeat 0 0;
	border: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	margin: 8px 0 0 0;
	line-height: 20px;
	padding: 0 0 4px 0;
	text-align: center;
	width: 135px;
}
.orderbutton:hover {
	background: #adaeaf url(gfx/bg_orderbutton.png) no-repeat 0 -20px;
	color: #000;
}





/* Navigationen
-----------------------------------------------*/
ul#menu,
ul#menu2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#menu li,
ul#menu2 li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited,
ul#menu2 li a,
ul#menu2 li a:visited {
	color: #004e25;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 0;
	text-decoration: none;
	width: 172px;
}
ul#menu li a:hover,
ul#menu2 li a:hover {
	color: #72a234;
	text-decoration: none;
}
/* 2. Ebene */
ul#menu ul,
ul#menu2 ul {
	margin: 0;
	padding: 0;
}
ul#menu ul li,
ul#menu2 ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu ul li a,
ul#menu ul li a:visited,
ul#menu2 ul li a,
ul#menu2 ul li a:visited {
	background: url(gfx/bg_level2.png) no-repeat 12px 9px;
	color: #929395;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 0 3px 21px;
	text-decoration: none;
	width: 151px;
}
ul#menu ul li a:hover,
ul#menu2 ul li a:hover,
ul#menu ul li a.current,
ul#menu2 ul li a.current {
	background-image: url(gfx/bg_level2_on.png);
	color: #004e25;
	text-decoration: none;
}
/* 3. Ebene */
ul#menu ul ul,
ul#menu2 ul ul {
	margin: 0;
	padding: 0;
}
ul#menu ul ul li,
ul#menu2 ul ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu ul ul li a,
ul#menu ul ul li a:visited,
ul#menu2 ul ul li a,
ul#menu2 ul ul li a:visited {
	background: url(gfx/bg_level2.png) no-repeat 24px 9px;
	color: #929395;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 0 3px 33px;
	text-decoration: none;
	width: 139px;
}
ul#menu ul ul li a:hover,
ul#menu2 ul ul li a:hover,
ul#menu ul ul li a.current,
ul#menu2 ul ul li a.current {
	background-image: url(gfx/bg_level2_on.png);
	color: #004e25;
	text-decoration: none;
}

/* SHOP Menu */
ul#shopmenu {
	border-top: 2px solid #c6c7c8;
	border-bottom: 2px solid #c6c7c8;
	float: left;
	margin: 3px 0;
	padding: 2px 0;
	width: 100%;
}
ul#shopmenu li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#shopmenu li a,
ul#shopmenu li a:visited {
	color: #72a234;
	display: block;
	float: left;
	font-weight: bold;
	padding: 4px 0;
	text-decoration: none;
	width: 172px;
}
ul#shopmenu li a:hover {
	color: #000;
	text-decoration: none;
}
/* 2. Ebene */
ul#shopmenu ul {
	margin: 0;
	padding: 0;
}
ul#shopmenu ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#shopmenu ul li a,
ul#shopmenu ul li a:visited {
	background: url(gfx/shop_level2.png) no-repeat 0 10px;
	color: #72a234;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0 3px 9px;
	text-decoration: none;
	width: 163px;
}
ul#shopmenu ul li a:hover {
	background-image: url(gfx/shop_level2_on.png);
	color: #004e25;
	text-decoration: none;
}
/* 3. Ebene */
ul#shopmenu ul ul {
	margin: 0;
	padding: 0;
}
ul#shopmenu ul ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#shopmenu ul ul li a,
ul#shopmenu ul ul li a:visited {
	background: url(gfx/bg_level2.png) no-repeat 12px 9px;
	color: #929395;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 0 3px 21px;
	text-decoration: none;
	width: 151px;
}
ul#shopmenu ul ul li a:hover {
	background-image: url(gfx/bg_level2_on.png);
	color: #004e25;
	text-decoration: none;
}
/* 4. Ebene */
ul#shopmenu ul ul ul {
	margin: 0;
	padding: 0;
}
ul#shopmenu ul ul ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#shopmenu ul ul ul li a,
ul#shopmenu ul ul ul li a:visited {
	background: url(gfx/bg_level2.png) no-repeat 24px 9px;
	color: #929395;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 0 3px 33px;
	text-decoration: none;
	width: 139px;
}
ul#shopmenu ul ul ul li a:hover {
	background-image: url(gfx/bg_level2_on.png);
	color: #004e25;
	text-decoration: none;
}
