/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
   
img, div, input, a, png, { behavior: url("iepngfix.htc") }

body {
	color: #eae5cf;
	margin: auto;
	font-size: 12px;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	background: #281d0d url(img/background-body3.jpg) repeat-x;
}

#header {
	width: 980px;
	margin: auto;
	height: 180px;
}

img{
	border:0;
	}

A {
  color: #a0dff9;
  text-decoration: none;
}

h3 {
  color: #f9f3e3;
  text-decoration: none;
	font-size: 16px;
}

A:hover {
  color: #a0dff9;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


A.pageResults {
	color: #aee2ef;
}

A.pageResults:hover {
  color: #ffffff;}


TD.main, P.main {
  font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family:  Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 98%;
  font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
	color: #eae5cf;
	width: 980px;
	margin: auto;
}

.parseTime {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

.copyright a {
  color: #eae5cf;
}

.copyright a:hover {
  color: #a0dff9;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #f870d1;
	text-decoration: line-through;
	font-size: 11px;
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-weight: bold;
	color: #008ee8;
	font-size: 14px;
	width: 720px;
	border-bottom: 1px solid #bbafa0;
}


/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #de5400; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #de5400; }

/* input requirement */

.inputRequirement { font-size: 12px; color: #de5400;
	font-weight: bold;
}








.poweredby {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

.onepxwidth {
	width: 1px;
}



/*		Eigene Formatierung		*/

.clrneu {clear: both; margin: 0; padding: 0;
}

.clr {clear: both; padding: 0;
}
.clrsmall {clear: both; margin: 0; padding: 0; height: 1px; overflow: hidden;
	border-bottom: 1px solid #281d0d;
}
.clrabstand {clear: both; margin: 0; padding: 0; height: 1px; overflow: hidden;
	border-bottom: 1px solid #281d0d;
}
.clrnone {clear: both; margin: 0; padding: 0; height: 5px; overflow: hidden;}
.clrmiddle {clear: both; margin: 0; padding: 0; height: 20px; overflow: hidden;}

label {width: 180px; display: block; float: left;}
legend {color: #598bbd;}
fieldset {border: 1px solid #e9e9d1; padding: 5px 5px 5px 10px;}





#headerbox {
	width: 980px;
	height: 90px;
	margin-bottom: 1px;
}


#usermenu {
  padding: 10px 0 10px;
	float: right;
	margin-right: 0;
	height: 30px;
}



.user {
  margin: 0;
  padding: 0;
}

.bag {
	background: url(img/bag.gif) no-repeat left center;
	padding-left: 40px;
	color: #271f14;
}




.user li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.user li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #281d0d;
	padding-right: 10px;
	float: right;
	line-height: 30px;
}

.user li a:hover {color: #008ee8;
	text-decoration: none;
}


#loginboxtop {
  padding: 10px 0 10px;
	float: right;
	width: 200px;
	margin-right: 40px;
	text-align: center;
	background: url(img/loginbox.png) no-repeat;
	height: 20px;
}

#loginboxtop a {color: #fff;
	font-size: 13px;
}

#loginboxtop a:hover{color: #afc336;
	text-decoration: none;
}


#topimg {
  float: left;
	margin: 0 0 0 0px;
	width: 241px;
	display: inline;
	height: 114px;
}


#toplinkcopy {
  font-size: 10px;
  color: #454545;
  text-align: center;
  width: 120px;
  float: right;
  margin: 1px 0 0 0px;
  padding: 0 1px 0 0;
}

.hotline {
	color: #281d0d;
	text-transform: uppercase;
	font-size: 13px;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}


#topmenu {
  height: 50px;
  float: right;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}


.menutop {
  padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}




.menutop a {
  text-align: center;
  font-size: 15px;
  color: #281d0d;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	background: url(img/png20.png) repeat-x;
	margin-left: 1px;
	padding: 16px 20px;
	float: left;
}

.menutop a:hover {
	background: url(img/png40.png) repeat-x;
	color: #ff67ce;
	text-decoration: none;
}


.menutopright {
  display: inline;
  list-style-type: none;
  padding: 0 10px 0 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}


.menutopright a {
	  display: inline;
  width: auto;
  height: 50px;
  text-align: center;
  font-size: 12px;
  color: #281d0d;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
	float: right;
}

.menutopright a:hover {color: #008ee8;
	text-decoration: none;
}


#searchbox {
  float: right;
	margin-top: 5px;
	color: #e9e9d1;
	width: 370px;
	height: 35px;
	padding-top: 10px;
	padding-left: 30px;
}


.helltext {
	color: #bbafa0;
}

#navtrail {
  width: 960px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	color: #e9e9d1;
}

.navtrailp a {
	color: #a0dff9;
	font-size: 10px;
}

#maintopbg {
  width: 980px;
  margin: 0 auto auto;
	background: url(img/contenttop.png) no-repeat 0 top;
	height: 10px;
}


#maincontent {
  width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#mainbottombg {
  width: 980px;
  margin: auto auto 10px;
	background: url(img/contentbottom.png) no-repeat 0 bottom;
	height: 10px;
	clear:both
}

#leftmenu {
  width: 210px;
  float: left;
  display: inline;
}


#content {
  width: 750px;
  float: left;
	display: inline;
	padding-left: 10px;
	margin: 0;
}

.markenbox {
  width: 730px;
  float: left;
	display: inline;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.markenbox img{
	padding: 5px;
}

.tabelle {
  width: 400px;
  float: left;
	padding-left: 10px;
	margin: 0 0 1px;
	height: 25px;
	padding-top: 5px;
	color: #382e22;
	border: 1px solid #e9e9d1;
	font-size: 14px;
	text-align: left;
}

.tabellerechts {
  width: 120px;
  float: left;
	padding-left: 10px;
	margin: 0 0 1px 1px;
	height: 25px;
	padding-top: 5px;
	color: #382e22;
	border: 1px solid #382e22;
	background-color: #e9e9d1;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
}

#contentext {
  float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 930px;
	margin-bottom: 10px;
}

.contentgallery {
  float: left;
	margin-left: 0;
	margin-right: 10px;
	width: 220px;
	margin-bottom: 10px;
	height: 200px;
	padding: 6px;
	background-color: #e9e9d1;
}

.contentgalleryr {
  float: left;
	margin-left: 0;
	margin-right: 0;
	width: 220px;
	margin-bottom: 10px;
	height: 200px;
	padding: 6px;
	background-color: #e9e9d1;
}

.contentgallerytext {
	color: #382e22;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	width: 208px;
}


#schlau {
  float: left;
	margin-left: 10px;
	width: 250px;
	background-color: #382e22;
	color: #e9e9d1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#schlautext {
  float: left;
	width: 659px;
	background-color: #e9e9d1;
	color: #271f14;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}




.adbox {
  width: 240px;
  float: left;
	height: 157px;
	margin-left: 15px;
}



.adboxr {
  width: 240px;
  float: left;
	height: 157px;
}


#rightmenu {
  width: 165px;
  padding: 0 5px 0 0;
  float: left;
	display: inline;
}


#shippingbg {
  width: 100%;
	margin: 10px auto auto;
	background: #eae5cf url(img/bgshipping.gif) repeat-x 0 top;
	height: 120px;
}

#shipping {
  width: 730px;
	height: 100px;
	padding-left: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.shippingbox {
  width: 210px;
	float: right;
	text-align: center;
}

.shippingbox a{
	color: #281d0d;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.shippingbox a:hover{
	color: #a0dff9;
}


#footerbg {
  width: 100%;
	margin: auto;
	background: #eae5cf;
	padding-top: 10px;
}


#footer {
  width: 980px;
  height: 160px;
	margin: 5px auto auto;
	border-top: 1px dotted #281d0d;
}

#footerlist {
	float: left;
	width: 600px;
	margin-top: 35px;
	margin-left: 10px;
	  font-size: 12px;
  color: #281d0d;
	text-transform: uppercase;
}

.footerlist a {
  font-size: 12px;
  color: #281d0d;
	text-transform: uppercase;
	margin-right: 5px;
}

.footerlist a:hover {color: #008ee8;
	text-decoration: none;
}

#commercial {
  width: 982px;
  height: 100px;
  margin: 0 auto 0 auto;
  text-align: center;
}

#boxmarken {
  width: 970px;
	float: left;
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 10px;
	border-bottom: 1px solid #281d0d;
	padding-bottom: 5px;
}

.markentitel{
	color: #281d0d;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.malisting{
	font-size: 16px;
	list-style-type: none;
	line-height: 2em;
}


a.marken:link  {
	color: #281d0d;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 5px;
	line-height: 22px;
}


a.marken:visited  {
	color: #281d0d;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 5px;
	line-height: 22px;
}

a.marken:hover  {
	text-decoration: underline;
}


a.marken:active  {
	color: #281d0d;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 5px;
	line-height: 22px;
}

#footernews {
  width: 350px;
  margin: 10px auto 0 10px;
	float: left;
		padding-right: 5px;
}

#footerbottomright {
  width: 500px;
  margin: 20px auto 0;
	float: right;
	color: #e9e9d1;
}

/*		########## Menu-Boxen Start ##########		*/

.menutopleft {
  width: 205px;
  color: #a0dff9;
	text-transform: uppercase;
	height: 18px;
	padding-left: 5px;
	font-size: 18px;
}



.menucontentcat {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 12px;
	font-weight: bold;
	width: 200px;
}

.menucontent {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 12px;
  border-top: 0;
}

.bestsellerbox {
  border-bottom: 1px dashed #cccccc;
  margin: 0 0 5px 0;
  padding: 4px;
}

.bestsellertopic {
  font-size: 10px;
  text-align: right;
  margin: 0; padding: 0;
}


/*		########## Menu-Boxen Ende ##########		*/






/*		######## Start Produktinfo-Seite ########			*/


.pinfofacts {
  float: left;
  width: 170px;
  height: 17px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #ba3026;
  background: #ffdcd7;
}

.productbut {
  float: left;
  width: 170px;
  height: 20px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #6691c0;
  background: #dbe8fa;
}

.reviewsboxinfo {
  padding: 5px;
  background: #d0e0f6;
  border: 1px solid #4d7fb4;
  margin: 0 0 10px 0;
  font-size: 10px;
}

.leftsideproduct {
  clear: both;
  width: 210px;
  height: 225px;
  overflow: hidden;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 116px 0 0;
  border: 1px solid #b2bc73;
  text-align: center;
}

.rightsideproduct {
  width: 207px;
  float: left;
  margin: 0;
}

.productdesc {
  clear: both;
  padding: 5px;
  margin: 0 0 10px 0;
  border: 1px solid #b2bc73;
}

.productdeschead {
  font-weight: bold;
  color: #000000;
  background: #dee5bd;
  border: 1px solid #b2bc73;
  border-bottom: 0;
  width: 200px;
  margin:0;
  padding: 5px;  
}

/*		######## Ende Produktinfo-Seite ########			*/



/*		######## Start Categorie-Listing ########			*/

.abstandcat {width: 12px; overflow: hidden; float: left;}

.subcat {
  width: 172px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.subcat a {
  display: block;
  width: 160px;
  height: 28px;
  padding: 5px;
  background: #fafafa;
  border: 1px solid #adc2de;  
}

.subcat a:hover {background: #6691c0; color: #ffffff; text-decoration: none;}


/*		######## Ende Categorie-Listing ########			*/


/*		######## Start Bewertungen ########			*/


.reviewsbox {
  padding: 5px;
  background: #dbe8fa;
  border: 1px solid #6691c0;
  margin: 0 0 10px 0;
}

.reviewsboxinfo {
  padding: 5px;
  background: #dbe8fa;
  border: 1px solid #6691c0;
  margin: 0 0 10px 0;
  font-size: 10px;
}


/*		######## Ende Bewertungen ########			*/


/*		########## Ueberschriften ##########		*/

.h1topic {
  color: #a0dff9;
  padding: 6px 0 2px;
  margin: 0 0 10px 0;
	font: normal 24px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #a0dff9;
}

.h1topiccat {
  color: #a0dff9;
  padding: 6px 0 2px;
  margin: 0 0 10px 0;
	font: normal 16px Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #a0dff9;
}

.h2topic {
  font-size: 14px;
  margin: 1px 0 5px;
  padding: 0;
}

.h2topiclist {
  font-size: 14px;
  margin: 1px 0 4px;
 overflow: hidden;
	text-align: left;
	font-weight: bold;
	height: 30px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.h2topiclist a {color: #598bbd;}


/*		########## Diverses ##########		*/

.logoffbut {
  clear: both;
  margin: 0;
  padding: 12px 0 0 25px;
}

.logoffbut a {color: #ff0000; font-weight: bold;}


.boxlisting {
  width: 220px;
  height: 350px;
  float: left;
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background: url(img/boxlistingbg.jpg) repeat-x;
}

.crossboxlisting {
  width: 220px;
  height: 350px;
  float: left;
	display: inline;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 2px;
	background: url(img/boxlistingbg.jpg) repeat-x;
}


.boxlistingpic {
  text-align: center;
  height: 199px;
	width: 199px;
	border: 1px solid #ccc;
	padding: 10px;
	background-image: url(img/block.jpg);
}

.pic {
  text-align: center;
  height: 198px;
	width: 198px;
	background-color: #fff;
}



.contenttextbox {
	color: #382e22;
	width: 700px;
	padding: 10px;
	background-image: url(img/background.gif);
	border: 1px solid #bbafa0;
}


.pricebox {
  text-align: right;
	padding-left: 10px;
	padding-top: 35px;
}




.priceboxsale {
  text-align: right;
	padding-left: 10px;
	padding-top: 35px;
	background: url(img/salebg.png) no-repeat left 6px;
}

.pricebox a{
	color: #eae5cf;
}



.taxinfo {
  font-size: 9px;
	color: #eae5cf;
	text-align: left;
}

.listabstand {
  float: left;
  width: 20px;
  overflow: hidden;
}

.crosslistabstand {
  float: left;
  width: 0px;
  overflow: hidden;
}

.listabstand2 {
  float: left;
  width: 35px;
  overflow: hidden;
}


.headmessage {
  border: 1px solid #f18200;
  padding: 5px;
  margin: 5px 0 5px 0;
  text-align: center;
	background-color: #de5400;
}

.accountleftbox {
  width: 250px;
  padding: 5px;
  float: left;
  margin: 0 0 0 7px;
  font-size: 11px;
}

.accountprice {
  text-align: right;
  padding: 0;
  margin: 0;
}

.trenner {
  height: 1px;
  overflow: hidden;
  background: #bbafa0;
  margin: 4px 0 4px 0;
}


.listhori {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.listhori li {float: left;}

.historytabtop {
  border-bottom: 1px solid #4881c0;
  font-weight: bold;
  background: #598bbd;
  color: #ffffff;
  padding: 2px 0 2px 0;
}

.histsub {
  font-size: 12px;
}

.historyinvoice {
  width: 350px;
  height: 120px;
  padding: 5px;
  float: left;
  font-size: 12px;
}

.historyblock {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 12px;
  margin: 3px 0 6px 0;
}

.historyvalue {
  float: right;
  width: 400px;
  font-size: 12px;
  text-align: right;
}

.addresscolor {
  background: #fff;
  padding: 4px;
	margin-bottom: 1px;
	border: 1px solid #bbafa0;
	color: #281d0d;
}

.addressleft {
  width: 320px;
  padding: 3px;
  margin: 0 50px 0 0;
  float: left;
  font-size: 12px;
  background: #fff;
}

.addressbutleft {
  width: 200px;
  float: left;
}

.giftcartbox {
  border: 1px solid #bbafa0;
  padding: 3px;
  text-align: center;
  background-image: url(img/png60.png);
}

.littleaddress {
  font-size: 12px;
  border: 1px solid #a4c0d8;
  padding: 3px;
  margin: 2px 0 5px 23px;
}


.checkoutbox {
  width: 170px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #e9e9d1;
  font-size: 12px;
	font-weight: bold;
	color: #281d0d;
}

.checkoutboxa {
  width: 170px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #a0dff9;
  font-size: 12px;
	font-weight: bold;
	color: #281d0d;
}


.payartbox {
  border: 1px solid #5281b5;
  padding: 4px;
  margin: 3px 0 6px 0;
  background: #f7fbff;
	color: #261e0e;
}

.payselection {
  float: left;
  width: 40px;
	color: #261e0e;
}

.freeshipping {
  background: #e9e9d1;
  padding: 4px;
  margin: 4px 0 4px 0;
}

.partytitle {
	font-size: 13px; font-weight: bold;
  width: 410px;
  float: left;
  margin: 0 5px 0 0;
	color: #281d0d;
}

.agbcheckbox {
  background: #a0dff9;
  padding: 2px;
  margin: 3px 3px 15px 0;
	color: #382e22;
}

.bearbeiten {
  color: #6584a2;
}

.confirmationbox {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 12px;
}

.navigator {font-size: 11px;}



.productpricebox {
  width: 721px;
  float: right;
  text-align: right;
}

.productbox{
  width: 375px;
  float: left;
  text-align: left;
	height: 200px;
	margin-left: 20px;
}

.productboxsale{
  width: 375px;
  float: left;
  text-align: left;
	height: 200px;
	margin-left: 20px;
	background: url(img/sale.png) no-repeat right top;
}



.productboxbestseller{
  width: 375px;
  float: left;
  text-align: left;
	height: 200px;
	margin-left: 20px;
	background: url(img/bestseller.gif) no-repeat right top;
}


.productcartbox{
  width: 375px;
  float: left;
  text-align: right;
	height: 130px;
	margin-left: 20px;
	margin-top: -20px;
}

.productname {
  margin: 0 0 10px;
	color: #a0dff9;
	text-align: left;
	font: 28px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}



.pinfoprice {
	color: #a0dff9;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}

.kurz {
	color: #a0dff9;
	font-size: 12px;
}

.kurzb {
	color: #eae5cf;
	font-size: 12px;
}

.star {
	color: #de5400;
	font-size: 12px;
}

.pprice {
	color: #eae5cf;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	height: 35px;
	padding-left: 10px;
	margin-top: 4px;
	width: 200px;
}

.mwst {
	color: #a0dff9;
	font-size: 10px;
	float: none;
	margin-left: 4px;
	margin-right: 4px;
}


.ppics {
  width: 80px;
  float: left;
  text-align: center;
  border: 1px solid #bbafa0;
	margin-bottom: 2px;
	height: 80px;
	margin-right: 2px;
}

.zoom {
  width: 57px;
  float: left;
	margin-bottom: 2px;
	height: 80px;
	background: url(img/zoom.png) no-repeat 0 bottom;
	margin-left: 4px;
}

.review {
  float: right;
	margin-bottom: 2px;
	height: 80px;
}

.pppics {
  width: 320px;
  float: left;
  text-align: center;
  border: 1px solid #bbafa0;
	height: 320px;
	margin-bottom: 2px;
	background-color: #fff;
	padding: 0;
	vertical-align: middle;
}

.productdesc {
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 15px 0 15px 0;
  background: #f6f6f6;
}

.pinfooptions {
  text-align: right;
  color: #eae5cf;
  font-size: 14px;
	width: 368px;
	padding: 2px 5px 2px 2px;
	border-top: 2px solid #bbafa0;
}

.headinggreen {
  padding: 4px;
  background: #598bbd;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
}

.downloadbox {
  border: 1px solid #cccccc;
  padding: 4px;
  margin: 10px 0 10px 0;
}

.errosearchbox {
  width: 350px;
  padding: 5px;
  margin: 0 auto 0 auto;
  border: 1px solid #96beea;
  background: #d7e8fa;
}

.upcoming {
  width: 400px;
  float: left;
}

.upcomingdate {
  width: 140px;
  float: left;
  text-align: right;
}

.upcomingover {
  border-bottom: 1px solid #cccccc;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
}

.artcont {
  width: 410px;
  float: left;
}

.artcontsize {
  width: 130px;
  float: left;
  text-align: right;
}

.artcontbox {
  border-bottom: 1px solid #cccccc;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
}

gratuatebox {
  width: 200px;
}

.gratuatedleft {
  width: 100px;
  float: right;
  padding: 2px 0 2px 0;
}

.gratuatedright {
  width: 100px;
  float: right;
  padding: 2px 4px 2px 0;  
}

.smallText {
  font-size: 12px;
}

.totalblock {
  text-align: right;
  float: right;
}


/*		########## Menu ##########		*/
ul.navilist { list-style-type:none; margin:0px;padding:0px;}
li.maincat {padding:0px; margin: 0;}

 /*		##########Hauptkategorie ##########		*/
.maincat { list-style-type:none;
	width: 190px;
}
.maincat a {font-size: 16px; color: #eae5cf; padding: 10px 0 0 5px; display: block;
	height: 40px;
	margin-bottom: 1px;
	margin-top: 1px;
	background: url(img/png40.png) repeat-x;
	width: 190px;
}
.maincat a:hover{background: url(img/png60.png) repeat-x; color: #a0dff9; text-decoration: none;}
.maincat a.gewaehlt{background: url(img/png60.png) repeat-x; color: #eae5cf; text-decoration: none;}
.maincat a.gewaehlt:hover{background: url(img/png60.png) repeat-x; color: #a0dff9; text-decoration: none;}



 /*		##########Unterkategorie 1 Ebene  ##########		*/

.subcatlevel1 { list-style-type:none;
	width: 190px;
}
.subcatlevel1 a {font-size: 14px; color: #a0dff9; padding: 10px 0 0 20px; display: block;
	height: 30px;
	margin-bottom: 1px;
	margin-top: 1px;
	background: url(img/png40.png) repeat-x;
	width: 175px;
}
.subcatlevel1 a:hover{background: url(img/png60.png) repeat-x; color: #a0dff9; text-decoration: none;}
.subcatlevel1 a.gewaehlt{background: url(img/png60.png) repeat-x; color: #eae5cf; text-decoration: none;}
.subcatlevel1 a.gewaehlt:hover{background: url(img/png60.png) repeat-x; color: #a0dff9; text-decoration: none;}


/*		##########Unterkategorie 2 Ebene  ##########		*/
.subcatlevel2 { list-style-type:none;
	width: 190px;
}
.subcatlevel2 a {font-size: 14px; color: #a0dff9; padding: 5px 0 0 35px; display: block;
	height: 22px;
	margin-bottom: 1px;
	margin-top: 1px;
	background: url(img/png20.png) repeat-x;
	width: 160px;
}
.subcatlevel2 a:hover{background: url(img/png40.png) repeat-x; color: #a0dff9; text-decoration: none;}
.subcatlevel2 a.gewaehlt{background: url(img/png40.png) repeat-x; color: #eae5cf; text-decoration: none;}
.subcatlevel2 a.gewaehlt:hover{background: url(img/png40.png) repeat-x; color: #a0dff9; text-decoration: none;}

/*		##########Unterkategorie 3 Ebene  ##########		*/
.subcatlevel3 {margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.subcatlevel3 a{font-size: 11px; color:#101010; padding: 5px 5px 5px 35px; display: block; background: #f1f1f1;}
.subcatlevel3 a:hover {background: #6691c0; color: #ffffff; text-decoration: none;}
.subcatlevel3 a.gewaehlt{background: #6691c0; color: #ffffff;}
.subcatlevel3 a.gewaehlt:hover{background: #6691c0; color: #ffffff; text-decoration: none;}


/*		########## categorie listing  ##########		*/
.cat1 {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.cat1 a {font-size: 14px; color: #e9e9d1; padding: 5px 15px 0 10px; 
	height: 22px;
	background: url(img/png60.png) repeat-x;
}
.cat2 a:hover{background: url(img/png40.png) repeat-x; color: #a0dff9; text-decoration: none;}
.cat2 a.gewaehlt{background: url(img/png40.png) repeat-x; color: #eae5cf; text-decoration: none;}
.cat2 a.gewaehlt:hover{background: url(img/png40.png) repeat-x; color: #a0dff9; text-decoration: none;}


.cat2 {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.cat2 a {font-size: 14px; color: #a0dff9; 
	height: 22px;
	background: url(img/png20.png) repeat-x;
	padding: 5px 15px 0 10px;
}
.cat2 a:hover{background: url(img/png40.png) repeat-x; color: #a0dff9; text-decoration: none;}
.cat2 a.gewaehlt{background: url(img/png40.png) repeat-x; color: #eae5cf; text-decoration: none;}
.cat2 a.gewaehlt:hover{background: url(img/png40.png) repeat-x; color: #a0dff9; text-decoration: none;}

/*		########## trenner  ##########		*/

.agb {
width: 710px;
padding: 20px 20px 10px;
background-image: url(img/png40.png);
	margin-top: 5px;
	margin-bottom: 5px;
}

.agbtext{width:705px;color: #261e0e;font-size: 14px;background:url(img/bg_boxheader.png) no-repeat;height:35px;margin-left:20px;margin:0;padding-left:10px;padding-top:9px;
	font-weight: bold;
}


#agbinfo {
width: 675px;
padding: 20px 20px 10px;
background-image: url(img/background.gif);
border: 1px solid #e9e9d1;
	margin-top: 5px;
	margin-bottom: 5px;
}

.agbtextinfo {
width: 660px;
	color: #fff;
	font-size: 13px;
	height: 120px;
	margin-left: 20px;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	background-color: #de5400;
}


/*  jquery slider */

.widget {
width: 700px;
margin: 5px 0 15px;
padding: 10px;
background-image: url(img/block.jpg);
border: 1px solid #bbafa0;
	float: right;
}

	.widget a {
	color: #afc336;
	text-decoration: none;
}
	
	.widget a:hover {
	color: #382e22;
	text-decoration: underline;
	}

	.tabnav li {
	list-style: none;
	padding-right: 5px;
	display: inline;
}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #281d0d;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
	border-right: 1px dotted #e6e6e6;
	border-left: 1px dotted #e6e6e6;
	background-color: #eae5cf;
}
		
		.tabnav li a:hover {
		background: #fff;
		color: #a0dff9;
		text-decoration: none;
		}
		
		.tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #a0dff9;
		color: #281d0d;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px dotted #bbafa0;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: none;
		margin-left: 20px;
}

.ui-tabs-hide {
		display: none;
		}



.tabdivwidgetbox {
	float: left;
	width: 400px;
	color: #382e22;
	font-size: 12px;
}

.tabdivwidgetbox1 {
	float: right;
	width: 200px;
	color: #382e22;
	font-size: 12px;
	padding: 10px;
	height: 100%;
	text-align: left;
	border-left: 1px solid #e3d8c7;
}

.tabdivwidgetbox1info {
	font-size: 16px;
	color: #598bbd;
}

.gruentext14 {
  float: left;
	color: #afc336;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.cross {
  width: 160px;
  height: 280px;
  float: left;
}

.crossname {
  text-align: left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin: 0;
}

.crossname a {
	color: #598bbd;
}

.crosspricebox {
  text-align: left;
	width: 160px;
	height: 120px;
}


.pics { height: 300px; width: 720px; background-color: #e9e9d1; padding:0; margin: 10px 0 0; overflow: hidden }
.pics img { height: 300px; width: 720px; background-color: #bbafa0; top:0; left:0 }


.titleneu {
	color: #f9f3e3;
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
}

.bald {
	color: #eae5cf;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}

.textneu {
	color: #f9f3e3;
	font-size: 16px;
}

.textneu a{
	color: #a0dff9;
}

.textneu a:hover{
	text-decoration: underline;
}

.markenneu{
	color: #afc336;
	font-size: 12px;
	text-transform: uppercase;
}

.markenneu a{
	color: #afc336;
	font-size: 12px;
	text-transform: uppercase;
}

.textneuu{
	color: #eae5cf;
	font-size: 10px;
	text-transform: none;
}

.productnamebox {
	color: #eae5cf;
	font-size: 14px;
	width: 199px;
	text-align: left;
	height: 24px;
	overflow: visible;
	padding-left: 10px;
	margin-top: -3px;
	vertical-align: baseline;
}

.productnamebox a{
	color: #eae5cf;
}

.productnamebox a:hover{
	color: #a0dff9;
	text-decoration: none;
}

#saletop {
position: absolute; 
z-index: auto; 
background: transparent;
top: 0;
left: 0;
	visibility: visible;
	margin-left: 75%;
}



