/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/

body {
	color: #000000;
	background-color:#000000;
	margin: 0 0 15px 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0;
}

A {
  color: #ffffff;
  text-decoration: none;
}

A:hover {
  color: #ffffff;
  text-decoration: underline;
}

FORM {
	display:inline;
}





A.pageResults {
	color: #000000;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #ffffff;
  background: #5583b7;
}


TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
}

TEXTAREA {
  width: 98%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, 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-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

.copyright a {
  color:#000000;
}

.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #000000;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
	border-bottom: 1px solid #000000;
}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }








.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

.onepxwidth {
	width: 1px;
}



/*		Eigene Formatierung		*/


.clr {clear: both; margin: 0; padding: 0;}
.clrsmall {clear: both; margin: 0; padding: 0; height: 1px; overflow: hidden;}
.clrnone {clear: both; margin: 0; padding: 0; height: 0px; overflow: hidden;}
.clrmiddle {clear: both; margin: 0; padding: 0; height: 4px; overflow: hidden;}

label {width: 180px; display: block; float: left;}
legend {color: #575757;}
fieldset {border: 1px solid #6f9f10; padding: 5px 5px 5px 10px; background:#FFF;}


#topbg {
	height: 164px;
	
}

#topcontent {
  width: 975px;
  height: 73px;
  margin: 20px 0 0 20px;
  padding: 33px 0px 0px 23px;
  background-image: url(img/pb_topmenue_bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  border-top:1px solid #676c6f;
  border-left:1px solid #676c6f;
  border-right:1px solid #676c6f;
}

#topimg {
  float: left;
}

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


#topmenu {
  clear: both;
  width: 794px;
  height: 29px;
  margin: 0 0 0 20px;
  padding-left: 204px;
  background-image: url(img/pb_menue.jpg);
  border-left:1px solid #676c6f;
  border-right:1px solid #676c6f;  
}

#topmenu img {
  float:left;
}

.menutop {
  margin: 0 0 0 0px;
  padding: 0;
}
.menutop li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.menutop li a {
  display: block;
  float: left;
  width: 124px;
  height: 25px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

.menutop li a:hover {color: #ffffff;}

#searchbox {
  width: 370px;
  height: 24px;
  padding: 5px 0 0 10px;
  float: left;
  background-image: url(img/topsearch.jpg);
  margin: 8px 0 0 99px;
}


#maincontent {
  width: 998px;
  background-color:#2c2b2c;
  border-left:1px solid #676c6f;
  border-right:1px solid #676c6f;  
  border-top: 0;
  border-bottom: 0;
  margin: 0 0 0 20px;
  clear:both;
}

#leftmenu {
  width: 200px;
  margin: 0px;
  float: left;
  padding: 0 4px 0 4px;
}

/*i IE6 */
* html #leftmenu {
  width: 200px;
  margin: 0px;
  float: left;
  padding: 0 4px 0 3px;
}


#navtrail {
  width: 988px;
  height: 22px;
  padding: 8px 0 0 10px;
  font-size: 11px;
  margin: 0;
  color:#cccccc;
}

#navtrail a {
color: #ffffff;
}

#content {
  width: 582px;
  float: left;
  display:block;
}

.pro_cont{
background-color:#ffffff;
padding:8px;
border:1px solid #a7a7a7;
}

.pro_cont a{
color:#000000;
}


.ppics{
text-align: center;
width:190px;
height:180px;
float:left;
}

.pro_dd{
margin:16px 31px 10px 0px;
width:325px;
float:right;
}

.pro_titel{
background-color:#669900;
background: url(img/bg_produkt_titel.gif) no-repeat #669900;
height:23px;
width:305px;
color:#ffffff;
font-size:14px;
font-weight:bold;
padding:6px 0px 0px 20px;
}

.preis_box{
float:left;
}

.preis_box a{
color:#000000;
}

.info_box{
float:right;
}


#rightmenu {
  width: 200px;
  padding: 0 4px 0 4px;
  float: left;
  
}

/* IE6 */
* html #rightmenu {
  width: 200px;
  padding: 0 4px 0 3px;
  float:right; 
  margin: 0px;
}



#footer {
  width: 998px;
  height: 42px;
  background-color:#2c2b2c;
  margin: 0 0 10px 20px;
  border-left:1px solid #676c6f;
  border-right:1px solid #676c6f;
  border-bottom:1px solid #676c6f;
}

#footer_mwst{
border-top: 1px solid #a7a7a7;
padding-top:5px;
font-size:10px;
color:#a7a7a7;
margin:0px 4px 0px 4px;
padding:0px;
text-align:center;
width: 990px;
}

#commercial {
  width: 982px;
  height: 100px;
  margin: 0 auto 0 auto;
  text-align: center;
}


/*		########## Menu-Boxen Start ##########		*/

.menutopleft {
  width: 178px;
  height: 21px;
  padding: 9px 0 0 22px;
  background-image: url(img/pb_menuetop_bg.gif);
  margin: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

.menucontentcat {
  padding: 0;
  margin: 2px 0 15px 0;
  font-size: 11px;
  border-top: 0;
}

.menucontent {
  width:182px; 
  color:#ffffff;
  padding: 7px 9px;
  background: #a7a7a7;
  font-size: 11px;
  border: 1px solid #201d1f;
  border-left:0px;
  margin: 2px 0 15px 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 ##########		*/




#loginboxtop {
  clear: both;
  width: 900px;
  padding: 5px 0 0 0;
}

#loginboxtop a {color: #ffffff;}


.loginfloattext {
  float: left;
  margin: 8px 5px 0 5px;
}

.loginfloatbut{
  float: left;
  margin: 4px 5px 0 5px;
}


.loginboxnew {
  margin: 5px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #000000;
}



/*		######## 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: 10px;
  margin: 0 0 10px 0;
  }
  
.productdesc table{
border:1px solid #ccc;

}

.productdesc td{
border:1px solid #ccc;
padding:5px;
}

.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: 182px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.subcat a {
  display: block;
  width: 175px;
  height: 28px;
  padding: 5px;
  background: #fafafa;
  border: 1px solid #adc2de;
  color:#000;
}

.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 {
  width: 572px;
  height: 21px;
  overflow: hidden;
  background-color:#a7a7a7; 
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 0 0 10px;
  margin: 0 0 10px 0;
}

.h2topic {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

.h2topiclist {
  color:#1e8447;
  font-weight:bold;
  margin-top:8px;
  overflow: hidden;  
}
.h2topiclist a {color: #1e8447;}


/*		########## Diverses ##########		*/

.logoffbut {
  clear: both;
  margin: 0;
  padding: 12px 0 0 25px;
}

.logoffbut a {color: #ff0000; font-weight: bold;}

.desc_topiclist{
  height:22px;
  font-size:10px;
  margin-top:4px;
}

.boxlistingpic {
  width:93px;
  height:89px;
  float:left;
  text-align:center;
  padding:5px;
}

.pprice {
  color:#ea0606;
  margin-top:8px;
}

.pricebox {
  text-align: center;
}

.bt_topiclist{
  margin-top:6px;
}

.bt_topiclist_details{
  float:left;
  margin-right:3px;
}

.bt_topiclist_kaufen{

}

.boxlisting_left {
  width: 283px;
  height: 99px;
  border:1px solid #636363;
  background-color:#ffffff;
  float:left;
  margin:0px 0px 8px 0px;
}

.boxlisting_right {
  width: 283px;
  height: 99px;
  border:1px solid #636363;
  background-color:#ffffff;
  float:right;
  margin:0;
  margin:0px 0px 8px 0px;
}

.taxinfo {
  font-size: 10px;
}

.listabstand {
  float: left;
  width: 16px;
  overflow: hidden;
}


.headmessage {
  border: 1px dashed #000000;
  padding: 5px;
  margin: 5px 0 5px 0;
  text-align: center;
}

.accountleftbox {
  width: 250px;
  padding: 5px;
  float: left;
  margin: 0 0 0 7px;
  font-size: 11px;
  background-color:#ffffff;
}

.accountprice {
  text-align: right;
  padding: 0;
  margin: 0;
}

.trenner {
  height: 1px;
  overflow: hidden;
  background: #000000;
  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: #669900;
  color: #ffffff;
  padding: 2px 0 2px 0;
}

.histsub {
  font-size: 11px;
}

.historyinvoice {
  width: 270px;
  height: 100px;
  padding: 5px;
  float: left;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;  
  font-size: 11px;
}

.historyblock {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
  margin: 3px 0 6px 0;
}

.historyvalue {
  float: right;
  width: 400px;
  font-size: 11px;
  text-align: right;
}

.addresscolor {
  background: #d1e0b3;
  padding: 4px;
}

.addressleft {
  width: 270px;
  padding: 3px;
  margin: 0 50px 0 0;
  float: left;
  font-size: 11px;
  background: #d1e5f8;
}

.addressbutleft {
  width: 200px;
  float: left;
}

.giftcartbox {
  background: #ebeff2;
  border: 1px solid #a4c0d8;
  padding: 3px;
  text-align: center;
}

.littleaddress {
  font-size: 11px;
  border: 1px solid #a4c0d8;
  padding: 3px;
  margin: 2px 0 5px 23px;
}


.checkoutbox {
  width: 131px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #cccccc;
  font-size: 10px;
}

.checkoutboxa {
  width: 131px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #a4c268;
  font-size: 10px;
  color:#ffffff;
}


.payartbox {
  border: 1px dashed #a4c268;
  padding: 8px 4px 4px 8px;
  margin: 3px 0 6px 0;
  background: #f7fbff;
}

.payselection {
  float: left;
  width: 30px;
}

.freeshipping {
  background: #d1e5f8;
  padding: 4px;
  margin: 4px 0 4px 0;
}

.partytitle {
  width: 410px;
  float: left;
  margin: 0 10px 0 0;
}

.agbcheckbox {
  background: #d1e0b3;
  padding: 2px;
  margin: 3px 3px 15px 0;
}

.bearbeiten {
  color: #6584a2;
}

.confirmationbox {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
}

.navigator {font-size: 11px;}

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

/*.ppics {
  width: 210px;
  float: left;
  text-align: center;
  border-right: 1px solid #cccccc;
  padding: 0 6px 0 0;
}*/

.pinfooptions {
  padding: 2px;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
}

* html .pinfooptions {
  padding-left: 37px; 
}

.headinggreen {
  padding: 4px;
  background: #6691c0;
  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: 180px;
}

.gratuatedleft {
  width: 60px;
  float: right;
  padding: 2px 0 2px 0;
}

.gratuatedright {
  width: 80px;
  float: right;
  padding: 2px 4px 2px 0;  
}

.smallText {
  font-size: 11px;
  color:#ffffff;
}

.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; margin: 0; padding: 0; border-bottom: 2px solid #2c2b2c;}
.maincat a {font-size: 11px; color:#ffffff; padding: 5px 0px 5px 20px; display: block; background: #a7a7a7; font-weight:bold; background: url(img/menue_bg_nom.gif) no-repeat;}
.maincat a:hover{background: #669900; color: #ffffff; text-decoration: none; background: url(img/menue_bg_act_hov.gif) no-repeat;}
.maincat a.gewaehlt{background: #669900; color: #ffffff; background: url(img/menue_bg_act_hov.gif) no-repeat; }
.maincat a.gewaehlt:hover{background: #669900; color: #ffffff; background: url(img/menue_bg_act_hov.gif) no-repeat;}


 /*		##########Unterkategorie 1 Ebene  ##########		*/

.subcatlevel1 {margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.subcatlevel1 a{font-size: 11px; color:#000000; padding: 5px 5px 5px 15px; display: block; background: #e0dede;}
.subcatlevel1 a:hover {background: #a4c268; color: #ffffff; text-decoration: none;}
.subcatlevel1 a.gewaehlt{background: #a4c268; color: #ffffff;}
.subcatlevel1 a.gewaehlt:hover{background: #a4c268; color: #ffffff; text-decoration: none;}


/*		##########Unterkategorie 2 Ebene  ##########		*/
.subcatlevel2 {margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.subcatlevel2 a{font-size: 11px; color:#101010; padding: 5px 5px 5px 25px; display: block; background: #f1f1f1;}
.subcatlevel2 a:hover {background: #6691c0; color: #ffffff; text-decoration: none;}
.subcatlevel2 a.gewaehlt{background: #6691c0; color: #ffffff;}
.subcatlevel2 a.gewaehlt:hover{background: #6691c0; color: #ffffff; 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;}


.last_lable{
	float:left;
	width:100px;
	}
	
.last_field{
	float:left;
	}


.top_kat{
	border:1px solid #666;
	background:#999;
	padding:5px;
	width:177px;
	display:block;
	float:left;
	margin:0px 3px 5px 2px;
	text-align:center;
	}

*html .top_kat{
	border:1px solid #666;
	background:#999;
	padding:5px;
	width:177px;
	display:block;
	float:left;
	margin:0px 2px 5px 2px;
	text-align:center;
	}

#cart_quantity{
	width:325px;
	padding:0px;
	margin:0px;
	}
	
*html .pro_cont{
background-color:#ffffff;
padding:1px;
border:1px solid #a7a7a7;
}




