/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

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

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f4dba5;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
}

img{
	border:0;
}

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

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

FORM {
	display: inline;
	margin:0;
	padding:0;
}

INPUT {	margin:0;
	padding:0;
}

TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6EAD1;
}

P.headerNavigation, TD.headerNavigation {
	font-size: 0.7em;
	color: #7A3535;
	text-decoration:none;
	border-bottom: 1px dashed #8D3232;
	background-color: #FFFFFF;
	padding:5px 5px 5px 5px;
	margin: 0px;
}

A.headerNavigation { 
  color: #7A3535;
  text-decoration:none;
}

A.headerNavigation:hover {
  color: #7A3535;
  text-decoration:underline;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6E6E6; 

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

A.pageResults:hover {
  color: #7A3535;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  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: #F4DBA5;
  border-color: #7B3636;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

DIV.copyright {
  float:left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.5;
  text-align:center;
  width:100%;
}

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

.moduleRow {
 font-size: 11px;
 line-height: 1.5;
 color:#7B3636;
}
.moduleRowOver { 
	background-color: #F4DBA5; 
	font-size: 11px;
    line-height: 1.5; 
	border: 1px solid;
 	border-color: #F4DBA5; 
 	color:#7B3636;
	}
.moduleRowSelected { background-color: #F4DBA5; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; padding: 2px 2px;}


/* 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; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
BODY, HTML {
	height: 100%;
	margin:0;
	font-family: Tahoma, Verdana, Arial;
	}
DIV, FORM, INPUT {
	/*border: 1px solid;*/
	margin: 0;
	padding: 0;}
.content {
	width:996px; 
	margin:auto; 
	text-align:left; 
	}
.content_innen {
	width: 958px;
	float:left;
	height:100%;
	border-left: 1px dashed #8D3232;
	border-right: 1px dashed #8D3232;
	border-bottom: 1px dashed #8D3232;
/*	background-image:url(bilder/hg_icon_kopf.png);
	background-repeat:repeat-x;*/
	/*background-repeat:repeat-y;
	background-image:url(bilder/hg_links.png);*/
	background-image:url(bilder/hg_links_auslauf.png);
	background-repeat: repeat-y;
	}
.content_innen_links {
	float:left;
/*	border-right: 1px dashed #8D3232;
	border-bottom: 1px dashed #8D3232;*/
	width: 166px; /*166*/
	/**/	
	}
.logo {	
	border-bottom: 1px dashed #8D3232;
	border-right: 1px dashed #8D3232;
	background-color:#FFFFFF;
	}
.logo IMG {
	margin: 2px 0 13px 3px;
	}
.login {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	/*height:90px;*/
	color: #7B3535;
	border-bottom: 1px dashed #8D3232;
	}	
.login_links {
	float:left;
	color: #7B3535;
	text-align:right;
	width: 55px;
	}
.login_links STRONG {
	font-size: 0.80em;
	font-weight:700;
	}
.login_links P {
	font-size:0.7em;
	margin: 0.5em 0 0.5em 0;
	}
.login_rechts{
	float:left;
}
.login_rechts FORM {
	margin-top: 20px;
	display: block;
	}
.login_rechts INPUT.text {
	width: 85px;
	border: 1px solid #7B3535;
	font-size: 0.6em;
	/*height: 14px;*/
	margin: 0.2em 0 0 0;
	color: #7B3535;
	}
.login_rechts A {
	font-size: 0.7em;
	color: #7A3535;
	text-decoration:none;
	}
.block1 {
	background-image:url(bilder/button_pfeile.png);
	padding: 0.4em 0 0.5em 0.3em;
	width: 159px;
	margin-top: 0.5em;
}
.block1 P {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight:bold;
	text-decoration:none;
	margin: 0;
	}
.block2 {
	border-left: 1px solid #FFFFFF;
	margin:0;
	}
.block2 P {
	padding: 0.2em 0 0.2em 0.2em;
	margin: 0;
	}
.block2 A {
	font-size: 0.7em;
	color: #7A3535;
}
.block3 {
	background-image:url(bilder/button_kreuz_pfeile.png);
	padding: 0.4em 0 0.5em 0.3em;
	width: 159px;
}
.block3 P {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	}
.block4 {
	border-bottom: 1px dashed #8D3232;
	border-left: 1px solid #FFFFFF;
	margin:0;
	}
.block4 P {
	padding: 0.2em 0 0.2em 0.2em;
	margin: 0;
	}
.block4 A {
	font-size: 0.7em;
	color: #7A3535;
}
.block_kontakt {
	background-image:url(bilder/hg_frau.jpg);
	background-repeat:no-repeat;
	padding: 0.2em 0 0 0.5em;
	color: #7B3535;
	font-size: 0.9em;
	font-weight:bold;
	width: 11em;
	height: 15em;
	}
.block_kontakt_zeile {
	float:left;
	font-size:0.7em;
	font-weight:normal;
	margin: 0.7em 0.3em 0.3em 0.5em;
	}
.block_kontakt_zeile A{
	text-decoration:none;
	color: #7B3535;
	}
.content-div {
	/*border-bottom: 1px dashed #7B3535;*/
	border-left: 1px solid #FFFFFF;
}
.content_innen_kopf {
	background-image:url(bilder/hg_kopf.png);
	border-bottom: 1px dashed #7B3535;
    border-left: 1px solid #ffffff;
	height:69px;
	width: 790px; /*49.4*/
	margin: 0;
	padding: 0;
	}
.content_innen_kopf1 {
	padding: 2em 0 0 0.2em;
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.8em;
	float:left;
	}
.content_innen_kopf1 P{
	font-size: 0.8em;
	font-weight:normal;
	margin: 0.6em 0 0 0;
		}
.content_innen_kopf2 {
	float:left;
	padding: 1.5em 0 0 0.7em;
	}
.content_innen_kopf2 INPUT.text{
	width: 16em;
	}
.content_innen_kopf2 DIV{
	float:left;
	font-size:0.9em;
	font-weight:bold;
	margin-right:0.5em;
	margin-top:0.1em;
	}
.content_innen_kopf2 DIV A{
	color:#FFFFFF;
	text-decoration:none;
	}
.content_innen_kopf3 {
	float:left;
	background:#7A3535;
	margin: 1.8em 0 0 0;
	padding: 1px 1px 1px 1px;	
	color:#FFFFFF;
	font-size: 0.8em;
	width: 12.65em;
	height:3.35em;
	}
.content_warenkorb {
	color:#FFFFFF;
	border: 1px solid white;
	height:3.2em;
	padding: 0 0 0 0.3em;
	}
.content_warenkorb P{
	margin: 0.2em 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
	}
.content_warenkorb a:link,.content_warenkorb a:visited,.content_warenkorb a:hover{
	color:#FFFFFF;
	}
p.gift {
	margin: 0 0 0 0;
	font-size: 0.6em;
}
.content_innen_kopf4 {
	float:right;
	background-image:url(bilder/hg_icon_kopf.png);
	width: 8.9em;
	}
.content_innen_menue_aussen {
	border-bottom: 1px dashed #8D3232;
	width:790px;
	   /* border-left: 1px dashed #8D3232;*/
	}
.content_innen_menue {
	background-color: #F1EAEA;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	/*width: 790px;*/
	height: 1.3em;
	padding-left: 20em;
	}
.content_innen_menue A {
	margin: 0;
	padding: 0;
	}
.content_innen_menue IMG {
	margin: 0.1em 1em 0.1em 1em;
	}
.content_innen_menue DIV {
	float:left;
	border-left: 1px dashed #8D3232;
	}
.content_innen_aussen {
	width: 790px; /*791*/
	border: 0;
	height: 100%;
	}
.content_innen_aktion {
	border: 1px solid #FFFFFF;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background-image:url(bilder/foto_aktion_des_monats.jpg);
	width: 24.55em;
	height: 24.7em;
	float:left;
	}
.content_innen_aktion_kopf {
	background-color: #7A3535;
	color: #FFFFFF;
	font-variant:small-caps;
	font-weight:bold;
	font-size:0.7em;
	padding: 0 0 0.1em 0.3em;
	}
.content_innen_seller_auswahl {
	float:left;
	border-left: 1px dashed #8D3232;	
	}
.content_innen_seller {
	float:left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-image:url(bilder/foto_topseller.jpg);
	width: 34.9em;
	height: 18.2em;
	font-variant:small-caps;
	font-weight:bold;
	font-size:0.7em;
	color: #FFFFFF;
	padding: 0.1em 0 0.1em 0.3em;
	}
.content_innen_auswahl {
	clear:both;
	background-image:url(bilder/foto_auswahl.jpg);
	background-position: 0em 0.9em;
	height: 12.7em;
	border-left: 1px solid #FFFFFF;
	}
.content_innen_auswahl DIV{
	background-color: #7A3535;
	color: #FFFFFF;
	font-variant:small-caps;
	font-weight:bold;
	font-size:0.7em;
	padding: 0 0 0.1em 0.3em;
	width: 34.9em;
	}
.admin {
	border: 1px solid #FFFFFF;
	/*height:90px;*/
	border-bottom: 1px dashed #8D3232;
	color: #7B3535;
	font-size: 0.6em;
	padding: 5px 5px 5px 5px;
}
.real_content{
	width: 789px;
	float:left;
	border-left: 1px solid white;
}
.listing-aktion{
	width: 784px;
	margin:0;
	padding-left:3px;
color: #7A3535;
font-size:11px;
}
.listing-aktion h1{
	background: #7A3535;
	color: #ffffff;
	padding:3px 0px 3px 10px;
	font-size:12px;
	width:774px;
	margin-top:5px;
}
.listing-aktion div.manufacturer-dropdown {
	float: right;
	font-size: 9px;
	padding:0px;
	padding-bottom:5px;
	margin:0px;
}
.listing-aktion div.produkte{
	width: 100%;
}
.listing-aktion div.listing-kategorie{
	float:left;
	margin-left:200px;
	padding-right:15px;
	_height:100%;
	min-height:100%;
}
.listing-aktion table.table-kategorie{
	width:100%;
	font-size:11px;
	color:#7A3535;
}
.listing-aktion table.table-kategorie img{
	padding:0px 20px;
}
.listing-aktion table.table-kategorie a,.listing-aktion table.table-kategorie a:hover{
	color:#7A3535;
	text-decoration:none;
}
.listing-aktion table.table-kategorie ul{
	text-align:left;
	background: #fcf2db;
	list-style:none;
	padding:3px 5px 1px;
	width: 250px;
	border:1px solid #7A3535;
}
.listing-aktion table.table-kategorie ul li{
	background: #f8da99;
	margin-left:0;
	margin-top:0px;
	margin-bottom:3px;
	padding:0px 5px 0px;
}
.listing-aktion div.fred-ganz{
	float:left;
}

div.produkte .produkt {
	float:left;
	width:253px;
	_width:252px;
	_height: 180px;
	min-height: 180px;
	border: 1px solid #dcb239;
	background: #f6ead0;
	font-size:10px;
	color:#7b3636;
	padding-right:5px;
	margin-top:5px;
}
div.produkte .spacer {
	_height: 180px;
	min-height: 180px;
	width:2px;
	float:left;
}
div.produkte .produkt p{
	font-size:10px;
}
div.produkte .produkt a, div.produkte .produkt a:hover{
 color: #7b3636;
}

div.produkte .produkt .description {
	clear: both;
}
div.produkte .produkt IMG {
	padding:5px;
	padding-top:2px;
	float:left;
}
div.navigation {
	clear:both;
	padding-left:10px;
}
div.listing-aktion div.artikel {
	font-size:11px;
	border:1px solid #7A3535;
	background:#f6ead1;
	margin-top:20px;
	width:782px;
}
div.listing-aktion div.artikel div.description{
	padding:10px;
	float:left;
	font-size:11px;
}

div.listing-aktion div.artikel h1{
 font-size:12px;
 padding-top:5px;
 padding-bottom:5px;
 margin-top:0;
 margin-bottom:0;
 border-bottom:1px solid #7A3535;
 background:#f4dba5;
 color:#7A3535;
 font-weight:normal;
 width:772px;
}

div.listing-aktion div.artikel div.product_image {
	padding:10px;
	float:left;
	border-right:1px solid #7A3535;
	border-bottom:1px solid #7A3535;
	margin-top:0px;
}
div.listing-aktion div.infos{
padding:10px 0 10px;
width:700px;
margin-left:35px;
padding-bottom:30px;
}
div.listing-aktion div.infos h1{
width:685px;
font-size:12px;
}
div.listing-aktion table.auch_gekauft{
width:685px;
padding:10px;
color:#7A3535;
}
a, a:hover, a:visited, a:active {
color:#7A3535;
}
div.listing-aktion table.auch_gekauft td{
	border-bottom:1px solid #7A3535;
	font-size:9px;
}
.border-bottom{
	border-bottom:1px dashed #7A3535;
}
div.listing-aktion table.auch_gekauft td span.klein{
	font-size:8px;
}
div.listing-aktion table.auch_gekauft td.main{
	font-size:10px;
}
div.listing-aktion div.description {
 color:#7A3535;
}

div.listing-aktion div.infos div.info{
 float:left;
 background:#f2c565;
 width:138px;
 height:50px;
 border-left:1px solid #7A3535;
 border-top:1px solid #7A3535;
 border-bottom:1px solid #7A3535;
 text-align:center;
}
div.listing-aktion div.infos div.info-last{
 float:left;
 background:#f2c565;
 width:138px;
 height:50px;
 border:1px solid #7A3535;
 text-align:center;
}


div.listing-aktion div.infos div.info p.info,div.listing-aktion div.infos div.info-last p.info{
 margin:0;
 padding:5px 0px 5px;
 background:#f4dba5;
 border-bottom:1px solid #7A3535;
 font-weight:bold;
 color:#7A3535;
 font-size:9px;
}

div.addcart{
padding:10px 0px 20px 580px;
}
div.addcart div{
float:left;
}
.warenkorb{
	width: 770px;
	margin:auto;
	margin-top:15px;
	padding:0px;
	border:1px solid #7A3535;
    background:#f6ead1;
}
.warenkorb h1{
	width: 760px;
	background: #f4dba5;
	color: #7A3535;
	padding: 5px 0px 5px 10px;
	font-size:12px;
	margin:0;
	font-weight:normal;
	border-bottom:1px solid #7A3535;
}
table.warenkorb-listing{
	border-right:1px solid #7A3535;
}
table.warenkorb-listing td.main{
	border-left:1px solid #7A3535;
	border-bottom:1px solid #7A3535;
	vertical-align:middle;
	padding:5px;
}
table.warenkorb-listing td.main .verschreibung{
	font-size: 0.8em;
}
table.warenkorb-listing td.total{
	font-size:9px;
	border-left:1px solid #7A3535;
	vertical-align:middle;
	padding:5px;
}
table.warenkorb-listing td.buttons{
	height:50px;
}

div.listing-aktion div.shipping{
	font-size:9px;
	border:1px solid #7A3535;
	background:#f6ead1;
	margin-top:20px;
	margin-bottom:10px;
	width:770px;
}

div.listing-aktion div.shipping h1{
	width:760px;
 font-size:12px;
 padding-top:5px;
 padding-bottom:5px;
 margin-top:0;
 margin-bottom:0;
 border-bottom:1px solid #7A3535;
 background:#f4dba5;
 color:#7A3535;
 font-weight:normal;
}
div.listing-aktion div.shipping table {
	padding:10px;
}
div.listing-aktion div.produkte table.plisting {
	width:100%;
	font-size:9px;
	border:1px solid #7A3535;
	color:#7A3535;
}
div.listing-aktion div.produkte table.plisting a,div.listing-aktion div.produkte table.plisting a:hover{
	color:#7A3535;
}
div.listing-aktion div.produkte table.plisting .heading{
	background:#f4dba5;
	border-right:1px solid #7A3535;
	border-bottom:1px solid #7A3535;
	color:#7A3535;
	padding:5px;
	border-collapse:collapse;
	font-size:12px;
}
div.listing-aktion div.produkte table.plisting .heading-l{
	background:#f4dba5;
	border-bottom:1px solid #7A3535;
	color:#7A3535;
	padding:5px;
	border-collapse:collapse;
	font-size:12px;
}
div.listing-aktion div.produkte table.plisting .row{
	background:#f6ead1;
	border-bottom:1px solid #7A3535;
	color:#7A3535;
	padding:5px;
	border-collapse:collapse;
}
div.listing-aktion div.produkte table.plisting .row-l{
	background:#f6ead1;
	border-bottom:1px solid #7A3535;
	color:#7A3535;
	padding:5px;
	border-collapse:collapse;
}
div.listing-aktion div.produkte table.plisting td.platzhalter{
	border-bottom:1px solid #7A3535;
	height:5px;
	font-size:0.1em;
}
.verschreibung{
font-size: 12px;
color: #ff0000;
font-weight:bold;
}
