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

html, body {
  	height: 100%; /* wichtig */
}


body {
	color: #333333;
	margin: 0 0 0 23;
	background-image: url(img/bg.jpg);
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
}

img{
	border:0;
}

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

A:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

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: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 300px;
}

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;
}
.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: 13px;
  color: #FF6600;
  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: 150px; display: block; float: left;}
legend {color: #333333;}
fieldset {border: 1px solid #ee7f00; padding: 5px 5px 5px 27px;}


#topbg {
	height: 164px;
	background-image: url(img/topbg.jpg);

}

#topcontent {
  width: 980px;
  height: 90px;
  margin: 0 auto 0 auto;
  background-position: top right;
  background-repeat: no-repeat;
}

#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;
}

#topmenubox {
  clear: both;
  width: 980px;
  margin: 0 auto 0 auto;
  color: #ffffff;
  font-size: 11px;
}

#topmenu {
  width: 501px;
  height: 37px;
  float: left;
  background-image: url(img/topmenu.jpg);
}

.menutop {
  margin: 11px 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;
  /** background-image: url(img/topsearch.jpg); **/
  margin: 8px 0 0 0px;
}


#maincontent {
  width: 980px;
  background: #ffffff;
  background-image: url(img/mainbg.jpg);
  background-repeat: repeat-x;
  border: 1px solid #000000;
  border-top: 0;
  border-bottom: 0;
  margin: 0 auto 0 auto;
}

#leftmenu {
  width: 202px;
  margin: 0px;
  float: left;
  padding: 0 0 0 5px;
}

#navtrail {
  width: 950px;
  padding: 6px 0 0 10px;
  font-size: 11px;
  font-weight:bold; 
  color:#333333; 
  margin: 0 0 6px 0;
}

#content {
  width:500px;
  float: left;
  margin: 0 8px 0 8px;
}


#rightmenu {
  width: 202px;
  padding: 0 5px 0 0;
  float: left;  
}




#footer {
  width: 982px;
  height: 42px;
  background-image: url(img/footer.jpg);
  margin: 0 auto 10px auto;
}

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


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

.menutopleft {
  width: 220px;
  height: 21px;
  background-image: url(img/template/background_navileft.jpg);
  margin: 0;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
}

.menutopleft p a:link {
  padding: 0 0 0 45px;
  text-decoration:none;
}

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

.menucontent {
	font-size: 11px;
	background-image: url(img/template/background_navileft.jpg);
	padding-left: 0px;
	padding-bottom: 15px;
  }

.bestsellerbox {
  border-bottom: 1px dashed #cccccc;
  margin: 0 0 5px 0;
  padding: 4px;
}

.bestsellertopic {
  font-size: 10px;
  text-align: left;
  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 0px 20px;
	width: 710px;
	padding-left: 10px;
}



/*		######## 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 {
	width: 769px; 
  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: 0px; overflow: hidden; float: left;}

.subcat {
	width: 247px;
	height: 59px;
	overflow: hidden;
	text-align: center;
	float: left;
	background-image: url(img/back_categorie.jpg);
	margin-left: 5px;
	;
}

.subcat a {
  display: block;
  width: 256px;
  height: 59px;
  padding: 16px 0 0 0;
  font-size:14px; 
  font-weight:bold; 
}

.subcat a:hover {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: #212121;
  border: 1px solid #6691c0;
  color:#FFFFFF; 
  margin: 0 0 10px 0;
  font-size: 10px;
  width: 757px; 
}


/*		######## Ende Bewertungen ########			*/


/*		########## Ueberschriften ##########		*/

.h1topic {
  width: 720px;
  height: 21px;
  overflow: hidden;
  background-color:#FFFFFF; 
  background-image: url(img/contenttop.jpg);
  background-repeat: no-repeat;
  /*border-right: 1px solid #e0dede;*/
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 0 0 5px;
  margin: 30px 0 0px 20px;
}

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

.h2topiclist {
	font-size: 11px;
	padding: 5;
	background: #ff6600;
	background-image:url(img/back_box_top.gif);
	color:#FFFFFF;
	height: 40px;
	overflow: hidden;
	text-align:center;
	vertical-align: middle;
  
}

.h2topiclist a {color: #FFFFFF;}


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

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

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


.boxlistingpic {
	margin: 0px 0 5px 0;
	text-align: center;
	height: auto;
	margin-top: 8px;

  
}

.pprice {
	padding: 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.pricebox {
	text-align: center;
	height: auto;
}

.boxlisting {
  width: 225px;
  height: 300px;
  border: 1px solid #999999;
  float: left;
  background-image:url(img/Bilder/back_prodlist.gif);
  background-repeat:repeat-y;
  
}

.MAINCONTENT {
  width: 720px;
  height: auto;
  margin:0 0 0 20px;
 
}

.taxinfo {
  font-size: 10px;
}

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


.headmessage {
  border: 1px dashed #000000;
  padding: 10px;
  text-align: center;
  width: 705px;
  font-weight:bold;
  color:#666666; 
}

.accountleftbox {
  width: 340px;
  padding: 5px;
  float: left;
  margin: 0 0 0 20px;
  font-size: 11px;
  border:1px dashed #CCCCCC; 
}

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

.trenner {
  height: 1px;
  overflow: hidden;
  background: #CCCCCC;
  margin: 4px 0 4px 0;
}


.listhori {
  list-style-type: none;
  margin: 0 0 0 0px;
  padding: 0 0 0 23px;
}

.listhori li {float: left;}

.historytabtop {
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
  background: #ff6600;
  color: #ffffff;
  padding: 2px 0 2px 0;
}

.histsub {
  font-size: 11px;
}

.historyinvoice {
  width: 347px;
  height: 120px;
  padding: 5px;
  float: left;  
  font-size: 11px;
  margin:0 0 0 22px; 
}

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

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

.addresscolor {
  background: #333333;
  padding: 4px;
  color:#FFFFFF;
  border:1px solid #FF6600; 
}

.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: 178px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #cccccc;
  font-size: 10px;
}

.checkoutboxa {
  width: 160px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 23px;
  background: #ff6600;
  font-size: 10px;
}


.payartbox {
  border: 1px dashed #FF6600;
  padding: 4px;
  margin: 3px 27px 6px 23px;
  background: #f2efed;
  width: auto; 
}

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

.freeshipping {
	background: #ee7f00;
	padding: 4px;
	margin: 4px 27px 4px 23px;
	color: #FFFFFF;
}

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

.agbcheckbox {
  background: #FF6600;
  padding: 2px;
  margin: 3px 3px 10px 23px;
  color:#FFFFFF;
  width: 720px; 
}

.bearbeiten {
  color: #FF6600;
}

.confirmationbox {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 11px;
	width: 720px;
	margin-left: 23px;
  
}

.navigator {font-size: 11px;}

.productpricebox {
	width: 340px;
	float: left;
	text-align: left;
	margin: 0 0 0 25px;
}

.headline_product_info {
	font-size:11px;
	color:#FFFFFF;
	width: auto;
	font-weight:bold;
	background-image:url(img/back_box_top.gif);
	background-repeat:repeat-x;
	height: auto;
	padding: 5px 3px 5px 3px;
}

.headline_Beschreibung{
	font-size:12px; 
	color:#FFFFFF;
	padding: 4px 0 0 5px;
	margin:0 0px 0px 0;  
	width: auto;
	font-weight:bold;
	background-image:url(img/back_product_2.gif);
	background-repeat:repeat-x;
	height: 24px;
}

.ppics {
	width: 350px;
	float: left;
	text-align: left;
	padding: 0 5px 0 5px;
	margin: 0 0 0 23px;
}

.productdesc {
  border: 1px dashed #ff6600;
  padding: 2px;
  margin: 15px 0 15px 0;
  background: #efeeed;
  width: 100%; 
}

.pinfooptions {
  padding: 5px;
  background: #ff6600;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  margin:10px 0px 0px 0px; 
  width:526px; 
}

.headinggreen {
  padding: 5px;
  background: #ff6600;
  margin: 15px 0px 0px 0px;
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
  width: 757px; 
}

.downloadbox {
  border: 1px solid #cccccc;
  padding: 4px;
  margin: 10px 0 10px 0;
}

.errosearchbox {
	width: auto;
	padding: 5px;
	margin: 0 100px 0 100px;
	border: 1px solid #96beea;
	background: #ff6900;
}

.upcoming {
  width: 400px;
  float: left;
}

.upcomingdate {
  /* width: 140px; */
  float: left;
  text-align: right;
}

.upcomingover {
  border-bottom: 1px dashed #CCCCCC;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
  width: 759px; 
}

.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: 11px;
}

.totalblock {
  text-align: right;
  float: right;
  margin:5px 15px;
}


/*		########## 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; background-image: url(img/template/back_navi1.jpg)}
.maincat a {font-size: 11px; color:#333333; font-weight:bold; padding: 5px 0 5px 27px; display: block; background-image: url(img/template/back_navi1.jpg)}
.maincat a:hover{
	color: #999999;
	text-decoration: none;
	background-image: url(img/template/back_navi1.jpg);
}
.maincat a.gewaehlt{ color: #ffffff; background-image: url(img/template/back_navi2.jpg)}
.maincat a.gewaehlt:hover{background-image: url(img/template/back_navi2.jpg); color: #ffffff;}


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

.subcatlevel1 {margin: 0; padding: 0;}
.subcatlevel1 a{font-size: 11px; color:#FFFFFF; padding: 5px 5px 5px 27px; display: block; background-image: url(img/template/back_navi3.jpg);}
.subcatlevel1 a:hover { background-image: url(img/template/back_navi3.jpg); color: #ee7f00; text-decoration: none;}
.subcatlevel1 a.gewaehlt{ background-image: url(img/template/back_navi3.jpg); color: #ee7f00; font-weight:bold; }
.subcatlevel1 a.gewaehlt:hover{ background-image: url(img/template/back_navi3.jpg); color: #ffffff; text-decoration: none;}


/*		##########Unterkategorie 2 Ebene  ##########		*/
.subcatlevel2 {margin: 0; padding: 0;  }
.subcatlevel2 a{font-size: 11px; color:#FFFFFF; padding: 5px 5px 5px 27px; display: block; background-image: url(img/template/back_navi3.jpg);}
.subcatlevel2 a:hover {background-image: url(img/template/back_navi3.jpg); color: #ee7f00; text-decoration: none;}
.subcatlevel2 a.gewaehlt{background-image: url(img/template/back_navi3.jpg); #ee7f00; font-weight:bold;}
.subcatlevel2 a.gewaehlt:hover{background-image: url(img/template/back_navi3.jpg); 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 27px; display: block; background-image: url(img/template/back_navi3.jpg)}
.subcatlevel3 a:hover {background-image: url(img/template/back_navi3.jpg); color: #ffffff; text-decoration: none;}
.subcatlevel3 a.gewaehlt{background-image: url(img/template/back_navi3.jpg); color: #ee7f00; font-weight:bold; }
.subcatlevel3 a.gewaehlt:hover{background-image: url(img/template/back_navi3.jpg); color: #ffffff; text-decoration: none;}



/* STYLES NEU GRAFEN NEWMEDIA */

#button_send input[type=image] {
width:auto;
margin-bottom:10px; 
}

input[type=image] {
width:auto;
margin-bottom:10px; 
}

input[type=radio] {
width:auto;
}

input[name="cart_quantity[]"] {
width:auto;
}

input[name="cart_delete[]"] {
width:auto;
}

input[name="products_qty"] {
width:auto;
}

input[name="conditions"] {
width:auto;
}

input[name="inc_subcat"] {
width:auto;
}

#toplisting {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	height:35px;
	background-color:#FF6600;
	background-image:;
	padding:5px;
	text-align:center;
}

#toplisting a {
	color:#FFFFFF;
	font-weight:bold;
}

