*  {
	margin: 0;
	padding: 0;
}
body  {
	font-family: Verdana;
	font-size: 75%;
	line-height: 1em;
	text-align:left;
	color: #000000;
	padding: 10px 0;
	background: #FFFFFF;
}
div {
   font-size: 1em;
}
img {
   border: 0;
}
a,
a:link  {
   background-color: inherit; 
   text-decoration: underline;
   /*font-style:italic;*/
   color: #000000; 
}
a:visited {
   background-color: inherit;
   color: #000000;
}
a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #000000;
}
a:active  {
		background-color: inherit; 
		font-style:italic;
	  color: #000000; 
}

/* HEADINGS */
h1 {
   font-size: 2em;
   line-height: 1em;
	 background-color: inherit;
   margin: 0;
}
h2 {
	color: #000000; 
	font-size: 1.5em; 
	text-align: left; 
	padding-bottom: 1px;
  line-height: 1.5em;
  margin: 0 0 0.1em 0;
}
h3 {
   color: #000000; 
	 background-color: inherit;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0.2em 0 0.3em 0;
}
h4 {
   color: #000000; 
	 background-color: inherit;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #000000; 
	 background-color: inherit;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000000; 
	 background-color: inherit;
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

hr  {
	height: 1px;
	border: 0;
	margin: 3px 15% 3px 12%;
	border-bottom: 1px solid #999999;
}
blockquote  {

}
cite  {
	font-style:italic;
	font-size: 95%;
}

#wrapper {
	width: 902px;
	margin: auto;
	padding-bottom: 10px;
	position:relative;
	overflow:hidden;
}

p  {
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
}
input, select, textarea  {
	border: 1px solid #000000;
	width:auto;
	padding: 0 3px;
}
select  {
	padding-right: 0;
}
option  {
	width: 100%;
	padding-right: 50px;
}

/* ------------- Header ------------- */
#header  {
	height: 198px;
	width: 902px;
	background: #D0D0D0 url(pix/Header.jpg) no-repeat left top;
	clear:both;
	position:relative;
	z-index:1;
}
#header h1 a  {
	position: absolute;
	top: 55px;;
	left: 125px;
	display: block;
	width: 230px;
	height: 70px;             /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	font-style:normal;
	background-color: transparent;
	overflow:hidden;
}

#colorBar  {
	border: 1px solid #8ABD0F;
	border-top: 0;
	border-bottom: 0;
}

#basket  {
	padding: 3px 15px 5px;
	font-weight:bold;
	font-size: 90%;
	text-align: right;
	background: #FBFBEB url(pix/leaf_bg.jpg) no-repeat 178px -17px;
}

#basket span  {
	position:relative;
	top:-2px;
}
/* ------------- END Header ------------- */

#wrap {
	width:716px;
	float:left;
	background-color: #FBFBEB;
}

#background  {
	width: 900px; /* 902 */
	float:left;
	background-color: #FBFBEB;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius:  8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border: 1px solid #8ABD0F;
	border-top: 0;
  padding-bottom: 10px;
}

#content {
	position:relative;
	z-index:3;
	float:right;
	width:462px;		/* 476px gesamt, 14px padding right */
	margin-bottom: 2px;
	padding-right:14px;
	overflow: hidden;
	background: #FBFBEB url(pix/leaf_bg.jpg) no-repeat -59px -42px;
}
#content ul  {
	margin-left: 20px;
	margin-right: 20px;
}
#content ul li  {
	line-height:1.2em;
	margin-bottom:5px;
	text-align:justify;
}
#content dl  {

}
#content dt  {
	background-color: inherit;
	color:#000000;
	padding: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1.2em;
}
#content dd  {
	margin-top: 0;
	padding-top: 0;
	padding-left: 20px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
}

#intro  {
	margin-bottom:15px;
	line-height: 1.2em;
}

/* ------------- InfoPage ------------- */
h2.InfoPage  {
	width: 404px; /* 454 */
	height: 37px; /* 47 */
	margin: 0;
	padding: 10px 25px 0 25px;
	color: #FFFFFF;
	background: #FFFDF1 url(pix/infoPage_header_jiaogulan3.jpg) no-repeat left top;
}
div.infoPage  {
	width: 428px; /* 454px */
	margin: 0;
	padding: 20px 12px;
	background-color: #FFFDF1;
	border: 1px solid #7FB507;
	border-top: 0;
	border-bottom: 0;
}
div.infoPage img  {
	border: 0;
}
div.infoPage hr, hr  {
	width: 75%;
	height: 1px;
	background-color: #848d11;
	margin-bottom: 8px;
	border-top: 1px solid #848d11;
	border-bottom: 0;
}
div.infoPage p  {
	line-height: 1.5em;
}
div.infoPageFooter  {
	width: 454px;
	background: #FFFDF1 url(pix/infoPage_footer.jpg) no-repeat left top;
}

/* ------------- Navigation ------------- */
#leftNav  {
	position:relative;
	top:0;
	z-index:3;
	width:230px;			/* 240px gesamt! 10px Padding */
	padding-left: 10px;
	float:left;
	overflow: hidden;
	background: #FBFBEB url(pix/leaf_bg.jpg) no-repeat 178px -42px;
}

#shopLink  {
	display: block;
	width: 212px;
	height: 47px;
	background: url(pix/zumshop.png) no-repeat top left;
	margin-bottom: 20px;
}

ul.nav  {
	list-style: none;
	line-height: 16px;
	margin: 0;
	background-color: #FEFDF3;
}
ul.nav li  {
	border-bottom: 1px solid #FFFFFF;
	width: 210px;
}
.nav li a  {
	display: block;
	font-weight: normal;
	font-size: 120%;
	font-style:normal;
	text-decoration: none;
	padding: 6px 0 4px 5px;
}
.nav li a:hover, .nav li a:active  {
	text-decoration: none;
	background: url(pix/arrowright.png) no-repeat 2px 10px;
}
ul.nav li a b  {
  font-weight: normal;
	font-style:normal;
}

.nav a.selected  {
	background: #FFFFFF;
}

#leftNav .nav .menu_sel:hover  {
	border-bottom: 1px solid #FFFFFF;
	height: auto;
}
#leftNav .nav .menu_sel ul li a  {
	border: 0;
}

div.box  {
	width: 207px;
	background: #FEFDF3 url(./pix/box_footer_left.gif) no-repeat bottom left;
	margin-bottom: 20px;
	overflow: hidden;
}
div.box h2  {
	width: 178px; /* 208 px */
	height: 29px; /* 39 px */
	font-size: 140%;
	font-weight: normal;
	background:#80B608 url(pix/box_header_left.gif) no-repeat top left;
	color: #FFFFFF;
	padding:6px 10px 4px 20px;
	margin: 0;
}

ul.navig  {
	list-style: none;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.navig li  {
	border: 0;
	border-bottom: 0;
}

ul.navig li a  {
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	height: 20px;
	border-left: 0;
	font-weight: bold;
	font-style:normal;	
	text-decoration: none;
	color: #7FB507;
	margin: 0 15px;
	border-bottom: 1px solid #8ABD0F;
}

ul.navig li a:hover  {
	/*font-weight: bold;*/
}

ul.navig li:hover  {
	/*background-color: #FEFDF3;*/
}

ul.subnav  {
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}

ul.subnav li  {
	height: 20px;
	overflow: visible;
}

ul.subnav li a  {
	text-align: center;
	display:block;
	font-size: 110%;
	font-weight: bold;
	font-style:normal;
	text-decoration: none;
	color: #7FB507;
}

ul.subnav li a:hover  {
	/*font-weight: bold;*/
}

ul.subnav li:hover  {
	/*background-color: #FEFDF3;*/
}

/* ---------------- Right column ---------------- */
#rightNav {
	position:relative;
	z-index:3;
	width:184px;
	float:left;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #FBFBEB;
}
#rightNav div.box  {
	width: 174px;
	background:#FEFDF3 url(pix/box_footer_right.gif) no-repeat bottom left;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 20px;
}
#rightNav div.box h2  {
	width: 174px;
	height: 28px;
	font-size: 140%;
	text-align:center;
	background-color:#80B608;  /*#DAADCB*/
	background:#80B608 url(pix/box_header_right.gif) no-repeat top left;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}
#rightNav img  {
	margin-bottom: 10px;
}

#newsletterform  {
	display: block;
	margin-bottom: 8px;
	text-align: center;
}
#searchform label, #newsletterform label  {
	text-indent: -999em;
	height: 1px;
	display: block;
	overflow: hidden;
}
#newsletterform label  {
	width: 1px;
	height: 1px;
	display: block;
	text-indent: -999em;
	overflow:hidden;
}
#newsletterform input  {
	margin: 0 auto;
	border: 0;
}
input#newsletterEmail  {
	display: block;
	width: 132px; /* 148 */
	height: 17px; /* 25 */
	padding: 4px 8px;
	margin-bottom: 2px; 
	background: transparent url(pix/newsletter_bg.gif) no-repeat bottom right;
}
input#newsletterSubmit  {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	padding: 0;
	background-color: transparent;
	text-decoration: underline;
}
#newsletterform p  {
	clear:both;
	margin: 0;
	padding: 2px 4px;
	line-height: 1em;
}

ul.promo  {
	padding: 0 2px 0 2px;
	margin-top: 5px;
	list-style: none;
	text-align:center;
	margin-bottom: 5px;
}

ul.promo li  {
	background: transparent url(pix/bullet_blue.gif) 1px 7px no-repeat;
	height: 28px;
	padding-left: 15px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 2px
}
/* ---------------- End right column ---------------- */

#banner  {
	width: 120px;
	margin-left: 10px;
	overflow:hidden;
	float: left;
}

/* ------------- End Navigation ------------- */

#impressum, #impressum p  {
	text-align: center;
}

.left  {
	width: 49%;
	text-align: left;
	float:left;
}
.right  {
	width: 49%;
	text-align: right;
	float:left;
}
.clear  {
	visibility: hidden;
	clear:both;
	display: block;
}

/* ------------- Basket ------------- */
table.warenkorb  {
	width: 98%;
	border-collapse: collapse;
	/*border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #8ABD0F;*/
}
.warenkorb th  {
	background-color: #8ABD0F;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 3px;
}
.warenkorb td  {
	padding: 2px 3px;
	border: 1px solid #757575;
}
.warenkorb tfoot  {
	background-color: #D0D0D0;
	border-top: 1px solid #757575;
}
/* ------------- End Basket ------------- */

/* ------------- Article Front Page ------------- */
.article  {
	position:relative;
	float: left;
	width: 140px;
	margin: 10px 5px 0 5px;
	height: 250px;
	text-align: center;
}
.article h4  {
	font-size: 100%;
}
.article p  {
	text-align: center;
	margin-bottom: 1px;
	font-size: 90%;
}
.article p.price  {
	position: absolute;
	bottom: 20px;
	left: 5px;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 1px;
	width: 100px;
	color: #000000;
}
.article p.price span.uvp  {
	font-size: 90%;
	color: #000000;
	text-decoration: line-through;
}
.article p.price strong  {
	line-height: 1.5em;
}
.article p.price span.price  {
	font-size: 130%;
}
.article form  {
	position: absolute;
	bottom: 49px;
	right: 8px;
	display: block;
	width: 35px;
}
.article form fieldset  {
	display: block;
}
.article img  {
	width: 136px;
	border: 0;
}
.article .disclaimer, .disclaimer  {
	display: block;
	text-align: center;
	margin: 2px 0 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.3em;
	text-decoration: none;
}
.article .disclaimer  {
	text-decoration: underline;
}
.disclaimer a  {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
input.buyNow  {
	position: relative;
	top: 4px;
	border: 0;
	cursor: pointer;
	width: 18px;
	height: 18px;
	overflow:hidden;
}
/* ------------- End Article Front Page ------------- */

/* ------------- Article Details ------------- */
#articleImage  {
	width: 49%;
	float:left;
	display: block;
}
#articleImage img  {
	border: 0;
}
#articleBonusImage  {
	width: 49%;
	float:left;
}
#brandImage  {
	text-align: right;
}
#detailImage  {
	text-align: center;
}
#awards  {
	text-align: left;
}
#orderBox  {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #8ABD0F;
	background-color: #FEFDF3;
	width: 206px;
	margin: 5px 10px;
	float: right;
}
#orderBox h3, #orderBoxOut h3  {
	background-color: inherit;
	background: #8ABD0F; 
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #8ABD0F;	
	color: #FFFFFF;
	font-size: 120%;
	height: 22px;
	padding: 4px 5px 2px 10px;
	margin: 0;
}
#orderBoxForm  {
	padding: 0 6px;
}
#orderBoxForm label  {
	float: left;
	width: 45%;
	padding: 2px 6px;
	margin-top: 3px;
}
#orderBoxForm input  {
	margin-top: 2px;
}
#orderBoxForm #artikelnr  {
	display: block;
	margin-top: 5px;
}
#orderBoxForm #a_size, #orderBoxForm  #a_color  {
	width:185px;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
	height: auto;
}
#orderBoxForm #Submit  {
	width: 100%; 
	margin: 0;
	display: block;
	font-size: 80%;
	font-weight: bold;
}
#orderBoxLegend  {
	clear:both;
	margin-bottom: 16px;
}
#orderBoxLegend p  {
	font-size: 80%;
	text-align: left;
	margin-bottom: 4px;
}
#articleDescription  {
}
#orderBoxOut  {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #8ABD0F;
	background-color: #FEFDF3;
	width: 206px;
	margin: 5px 5px;
	float: right;
}
#orderBoxOutContent  {
	padding: 5px 6px 16px 6px;
	margin: 0;
	text-align: left;
}
/* ------------- End Article Details ------------- */

#loginForm  {
	width: 280px;
	margin-bottom: 5px;
}
#loginForm label  {
	float: left;
	display: block;
	width: 100px;
	margin-top: 3px;	
}
#loginForm input  {
	float: left;
	display: block;
	width: 100px;
	margin: 1px 10px 1px 1px;
}
#loginForm .buttongo  {
	margin-left:100px;
}
#sslImage  {
	float: right;
	width: 175px;
	text-align:center;
}

fieldset  {
	border: 0;
	padding:0;
	margin:0;
	width: 100%;
}

.data div.box  {
	width:100%; 
	float:left; 
	border:0; 
	margin: 0;
	margin-bottom: 5px;
	padding: 0 0 8px 0;
	border: 1px solid #8ABD0F;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: transparent;
	overflow: visible;
}

.data div.box label  {
	width:20%;
	padding-left: 3px;
	float:left;
	margin-top: 4px;
}

.data div.box input  {
	width:75%;
	margin: 1px 4px 1px 1px;
	float:left;
	margin-top: 1px;
	border:1px solid #AFAFAF;
}

.data span.legend  {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #8ABD0F;
	background-color: #8ABD0F;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 5px;
	display:block;
	height:14px;
}

/* ---------- Category pages ---------- */
.categoryText a  {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.categoryText a:hover  {
	text-decoration: underline;
}
/* ---------- END Category pages ---------- */

/* aus dem Shop-Template */

.eingabe {
	height: 14px;
	font-style: normal;
	color: #000000;
	border: 1px solid #000000;
	padding: 1px 2px;
	text-align: left;
	width: 240px;
}

.eingabe-warenkorb {
	height: 18px;
	font-style: normal;
	color: #000000;
	border: 1px solid #000000;
	text-align: left;
	width: 240px;
}

.eingabeohne { 
	height: 14px; 
	font-style: normal; 
	color: #000000; 
	border: 1px solid #000000;
	text-align: left; 
	margin-bottom:4px;	
}

.button {
	text-decoration: none;
}

.buttongo {
	border: 1px solid #8ABD0F;
	margin: 2px auto; 
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.buttongo input {
	width: 100%;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 1px 3px;
	text-decoration: none;
	font-weight:bold; 
	text-align:center;
	background-color:#8ABD0F; 
	color: #FFFFFF;
}

.data div.box .eingabeland {
	height: 16px;
	font-style: normal;
	color: #000000;
	border: 0;
	padding: 1px 2px;
	text-align: left;
	width: 125px; 
}

.anmerkungen {
	width: 350px;
	border:1px solid #AFAFAF;
	height: 70px;
	margin-top: 4px;
/*	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #859FB8;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
*/	
	color: #000000;
	margin-bottom:4px;
}

.landmenue {
	color: #000000;
	text-decoration: none;
}

.handcursor {
	cursor: pointer;
	position: relative;
	top: 1px;
	left: -3px;
}

.landmenubox {
	cursor: pointer;
	border: 0;
}