/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

 


/* Boxen (ohne Bestseller) des Shops */
.boxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
}
/* Boxen chrift Farbe INhalt bei Links */

.boxText a{color:#5b5b5b;}
.boxText a:hover{color:#5b5b5b;text-decoration:underline;}

.CLASS_rot_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
}
.CLASS_rot_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
}


.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #2e2e2e; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; font-weight: bold; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: red; text-decoration: underline; }

/* Hauptbereich des Shops */

BODY {
	color: #2e2e2e;
	margin: 0px;
	background-color: #bb7c2c;
}
/* Farbe der Links im Shop */
A {
  color: #2e2e2e;
  text-decoration: none;
}
/* Farbe bei MouseOver */
A:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

FORM {
	display: inline;
}

/* Kopfbereich der Seite wo das Banner von oscommerce eingefuegt ist */
TR.header {
}
/* Navigationszeile z.B. die >> Zeichen */
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: url(images/daunendecken-leiste-top-18.jpg) repeat-x;
  color: #FFFFFF;
  	height: 35px;

  font-weight : bold;
}

TD.headerNavigation1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  color: #ede4e00;
  	height: 40px;

  font-weight : bold;
}
/* Navigationszeile Textfarbe zwischen den Zeichen >>*/
A.headerNavigation1 { 
  color: #ede4e00; 

}

/* Navigationszeile Textfarbe zwischen den Zeichen >>*/
A.headerNavigation { 
  color: #FFFFFF; 

}
/* Navigationszeile bei MouseOver */
A.headerNavigation:hover {
  color: #2e2e2e;
}
/* Einblendung bei Fehler oder Warnung z.B. AGBs nicht akzeptiert */
TR.headerError {
  background: #ff0000;
}
/* Einblendung bei Fehler oder Warnung z.B. AGBs nicht akzeptiert */
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
/* Einblendung beim Versand eines neuen Passworts */
TR.headerInfo {
  background: #00ff00;
}
/* Einblendung beim Versand eines neuen Passworts */
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/* Balken unten mit Datum und Anzahl Zugriffe */
TR.footer {
	background: #ede4e00;
	height: 22px;
}
/* Balken unten mit Datum und Anzahl Zugriffe */
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ede4e00;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
}
/* Farbe des Rahmen um alle Boxen */
.infoBox {
}
/* Fuellfarbe aller Boxen (Bestseller) */
.infoBoxContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
}

/* Farbe der Rahmen aller gro�en Boxen in der Mitte (Login) */
.infoBoxLogin {
	border: 1px solid #ddd3c3;
   border-spacing:0;
}

/* Fuellfarbe aller gro�en Boxen in der Mitte (Login) */
.infoBoxContentsLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
	background-color: #faf1e1;
}


.infoBoxContentsProduct_Info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: black;
}

/* Fuellfarbe aller Boxen (Bestseller) */
.infoBoxContentsReviews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #e7c9a1;
}


/* Style der Artikel in der Shopping Cart Box */
.infoBoxShopCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

/* Style Summe in der Shopping Cart Box */
.infoBoxFinalPrice{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/* Fuellfarbe Box in der Mitte (liste der optionen mit Preis */

div.buy_now_box table.infoBoxContents td {
	background-color: #EDD4B6;
	color: #333333;
} 
 
/* Fuellfarbe besuchte Artikel Produkte */
.infoBoxContentsBesuchte {
	background: #e7c9a1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px;
  border-style: solid;
  border-color: #ede4e00;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* Fuellfarbe Ueberschrift aller Boxen */
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: url(/images/infobox/bettwaren-bg_03.gif) repeat-x; /* url(images/bettwaesche-top-ps-2a.jpg) repeat-x */
	color: #2e2e2e;
}


/* Fuellfarbe unsw. Box mit Optionen */
TD.infoBoxHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	/*background: url(/images/infobox/bettwaren-bg_03.gif) repeat-x;*/
	background: url(/images/infobox/BoxTop.jpg) repeat-x;
}

TD.boxRight{
	background: url(/images/infobox/BoxRight.jpg) repeat-y;
}
TD.boxLeft{
	background: url(/images/infobox/BoxLeft.jpg) repeat-y;
}
TD.boxBottom{
	height:12px;
	background: url(/images/infobox/BoxBottom.jpg) repeat-x;
	background-color:#fff;
}



/* Fuellfarbe Ueberschrift nur Box in der Mitte */
TD.infoBoxHeadingMiddle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: url(/images/infobox/bg_infobox_middle.gif) repeat-x; /* url(images/bettwaesche-top-ps-2a.jpg) repeat-x */
	color: #2e2e2e;
}

.infoBoxHeading a:link {
	color: #FFFF66;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.infoBoxHeading a:hover {
	color: #00FFFF;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* Farbe Produktliste ungerade Zeilen */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
/* Farbe Produktliste gerade Zeilen */
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}



/* Produkttabelle Ueberschrift Fuellfarbe */
TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}
/* �berschrift der Produktliste (Art.Nr usw.) */
.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
   background: #edd8b0;
	color: #950128;
	font-weight: normal;
	height: 26px;
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




/* Farbe Seitenauswahl unten rechts */
A.pageResults {
  color: #0000FF;
}
/* Farbe Seitenauswahl unten rechts bei bei MouseOver */

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}




/* Ueberschrift Farbe wie unser Angebot, Kategorien, etc. */
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  
  color: #2e2e2e;
}

TR.subBar {
  background: #f4f7fd;
}
/* Sub Titelzeile z.B. Es wurden keine Artikel gefunden ... */
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #2e2e2e;
}
/* Haupt-Schrift */

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: 20px;
  font-weight: bold;
}




/* Farbe der neuen Artikel im Warenkorb */
SPAN.newItemInCart {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

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;
}
/* Box Telefonisch bestellen Beratung Zeile1 */
.Bestellannahme1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
}
/* Box Telefonisch bestellen Beratung Zeile2 */
.Bestellannahme2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
}


/* Produktbeschreibung Betreff (Bezug) */
.Prod_betreff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: bold;
	font-style: normal;
}

/* Produktbeschreibung Text (*/
.Prod_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: normal;
	font-style: normal;
}


/* Produktbeschreibung link zu den Informationsseiten (*/
.Prod_link {
	font-family:  Arial, Helvetica,  sans-serif;
	font-size: 10px;
	font-weight: normal;

}



/* Produktbeschreibung Unverbindliche Preisempf. (*/
.Prod_preis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: bold;
	font-style: normal;
}


/* Farbe Schriftzug Gast bei der Begruessung */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000099;
  font-weight: bold;
}

/* Preisangabe zuzgl. Versandkosten inkl MwSt*/
.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #758389;
}

/* Formularbereich bei Weiterempfehlungen und Kundenkonto */

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 0px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #0000FF;
}


/* MouseOver-Balken im checkout-Bereich */
.moduleRow { }
.moduleRowOver { background-color: #edd8b0; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #edd8b0; }

/* Navigationsleiste unten im checkout */

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #2e2e2e; }

/* 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; }
/* Rechnung Lieferschein */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.smallText { font-family: Verdana, Arial, sans-serif; font-size: 8px; }
.smallText2 { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
}
.errorText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; }
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
}

h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
}

h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
}

.h1 {
	font-size: 18px;
	color: #ede4e00;
	font-family: Arial, Helvetica, sans-serif;
}
.TextIndexFarbe {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Kategorie_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: normal;
	font-style: normal;
}
.Kategorie_betreff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #385f46;
	font-weight: bold;
	font-style: normal;
}
.errorTextKopie {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1px;
	color: #0000FF;
	background-color: #FFFFFF;
}

/* Special Scroller */

#pscroller1 {
	height: 260px;
	border: 0px;
	padding: 5px;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass {
  	font-family: sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
}

td.category_box a, td.category_box span.errorTextkopie {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
}

td.category_box span.errorTextkopie {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;

}TD.headerNavigation2 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;  

}


 /* Bilder Austausch auf Titelseite kleine Bilder Nummr 2 von links */
  #wechsel a {
   background: url(images/Bilder-slice-titel/daunendecken-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel  a:hover img {
	visibility:hidden;
}
   #wechsel  a:activ img {
   visibility: hidden;
 }
 #wechsel  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel  a {
   margin-right:1px;
 }
 * html #wechsel  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
 
 
 
 
 /* Bilder Austausch auf Titelseite kleine Bilder Nummr 2 von links */
  #wechsel_2 a {
   background: url(images/Bilder-slice-titel/oberbetten-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_2  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_2  a:hover img {
	visibility:hidden;
}
   #wechsel_2  a:activ img {
   visibility: hidden;
 }
 #wechsel_2  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_2  a {
   margin-right:1px;
 }
 * html #wechsel_2  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
 
/* Bilder Austausch auf Titelseite kleine Bilder Nummr 3 von links */
  #wechsel_3 a {
   background: url(images/Bilder-slice-titel/kopfkissen-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_3  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_3  a:hover img {
	visibility:hidden;
}
   #wechsel_3  a:activ img {
   visibility: hidden;
 }
 #wechsel_2  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_3  a {
   margin-right:1px;
 }
 * html #wechsel_3  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
/* Bilder Austausch auf Titelseite kleine Bilder Nummr 4 von links */
  #wechsel_4 a {
   background: url(images/Bilder-slice-titel/kinderbetten2-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_4  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_4  a:hover img {
	visibility:hidden;
}
   #wechsel_4  a:activ img {
   visibility: hidden;
 }
 #wechsel_4  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_4  a {
   margin-right:1px;
 }
 * html #wechsel_4  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
/* Bilder Austausch auf Titelseite kleine Bilder Nummr 5 von links */
  #wechsel_5 a {
   background: url(images/Bilder-slice-titel/sofakissen2-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_5  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_5  a:hover img {
	visibility:hidden;
}
   #wechsel_5  a:activ img {
   visibility: hidden;
 }
 #wechsel_5  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_5  a {
   margin-right:1px;
 }
 * html #wechsel_5  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
 /* Bilder Austausch auf Titelseite kleine Bilder Nummr 6 von links */
  #wechsel_6 a {
   background: url(images/Bilder-slice-titel/bettwaesche-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_6  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_6  a:hover img {
	visibility:hidden;
}
   #wechsel_6  a:activ img {
   visibility: hidden;
 }
 #wechsel_6  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_6  a {
   margin-right:1px;
 }
 * html #wechsel_6  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
 
  /* Bilder Austausch auf Titelseite kleine Bilder Nummr 7 von links */
  #wechsel_7 a {
   background: url(images/Bilder-slice-titel/bademaentel-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_7  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_7  a:hover img {
	visibility:hidden;
}
   #wechsel_7  a:activ img {
   visibility: hidden;
 }
 #wechsel_7  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_7  a {
   margin-right:1px;
 }
 * html #wechsel_7  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 



      /* Bilder Austausch auf Titelseite kleine Bilder Nummr 7 von links */
  #wechsel_8 a {
   background: url(images/Bilder-slice-titel/matratzen-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_8  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_8  a:hover img {
	visibility:hidden;
}
   #wechsel_8  a:activ img {
   visibility: hidden;
 }
 #wechsel_7 a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_8  a {
   margin-right:1px;
 }
 * html #wechsel_8  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
 
 
 
 
       /* Bilder Austausch auf Titelseite kleine Bilder Nummr 8  von links */
  #wechsel_9 a {
   background: url(images/Bilder-slice-titel/lattenroste-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_9  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_9  a:hover img {
	visibility:hidden;
}
   #wechsel_9 a:activ img {
   visibility: hidden;
 }
 #wechsel_9  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_9  a {
   margin-right:1px;
 }
 * html #wechsel_9  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
        /* Bilder Austausch auf Titelseite kleine Bilder Nummr 9  von links */
  #wechsel_10 a {
   background: url(images/Bilder-slice-titel/spar-angebote-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_10  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_10  a:hover img {
	visibility:hidden;
}
   #wechsel_10 a:activ img {
   visibility: hidden;
 }
 #wechsel_10  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_10  a {
   margin-right:1px;
 }
 * html #wechsel_10  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
        /* Bilder Austausch auf Titelseite kleine Bilder Nummr 10  von links */
  #wechsel_11 a {
   background: url(images/Bilder-slice-titel/sonderangebote-b.jpg) no-repeat;
   display:block; width:88px; /* Linkbereich begrenzen */
 }
 #wechsel_11  img {
   display:block; width:88px; height:77px; border:0;
 }
#wechsel_11  a:hover img {
	visibility:hidden;
}
   #wechsel_11 a:activ img {
   visibility: hidden;
 }
 #wechsel_11  a:hover { /* Workaround fuer IE 5.5 und 6 */
   border:0;
 }
 * html #wechsel_11 a {
   margin-right:1px;
 }
 * html #wechsel_11  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 
 .ersteZeile{
	font-size: 12px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

*.boxArrow img {margin-bottom:13px;margin-left:2px;}


.productsOption{
	font-size: 14px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.productsOptionValue{
	font-size: 12px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.productsOptionValue2{
	font-size: 12px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.cart_info{
	color: #990000;
}
.CLASS_rot_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
}
.CLASS_rot_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
}

*.selectSearch{
	width:150px;
}

.payment{
	font-size:10pt !important;
	color:#2e2e2e !important;
}

.klarna_input{
	border:2px solid red;
	background-color: #FFFF66;
} 

body {background-color:#f1dbb3;background:url("images/traum/bodyBackground.jpg") ;margin:0;padding:0;font-family:tahoma;overflow-x:hidden;height:100%; }

a   {text-decoration:none;}

#wrap{width:1008px;margin:0 auto;position:relative;height:100%;}
#info{background:url("images/traum/infoBackground.jpg") no-repeat;width:996px;height:96px;padding:0px 0 0 0px}
#header{background:url("images/traum/headerBackground.jpg") repeat-x;width:996px;height:76px}
#links{background:url("images/traum/linkBackground.jpg") repeat-x;width:976px;height:40px;padding:7px 0 0 20px}
#content{background:url("images/traum/contentBackground.png") repeat-y;width:1008px;height:100%;padding-left:7px;}

#headerHotline{background:url("images/traum/headerHotline.jpg") 25px 18px no-repeat;width:170px;height:60px;padding:10px 0 0 70px}
#headerService{background:url("images/traum/headerService.jpg") 25px 18px no-repeat;width:177px;height:66px;padding:10px 0 0 70px}
#headerEHI{background:url("images/traum/headerLogo.jpg") 55px 6px no-repeat;width:277px;height:76px;}
#headerCart{background:url("images/traum/headerCart.jpg") 23px 14px no-repeat;width:142px;height:60px;padding:16px 0 0 80px}

#linkSearch{border:1px solid #c1c1c1;}
#linkSearch input {border:0;}

#mainLeft{width:226px;}
#mainLeftTop{background:url("images/traum/mainLeftTop.jpg") 0px 0 no-repeat;width:226px;margin:25px 0 0 17px}
#mainLeftContent{background:url("images/traum/mainLeftContent.jpg") -10px 0 repeat-y;width:216px;margin-left:10px}

#mainRight{width:740px}
#breadcrumb{width:754px;border-bottom:1px solid #d6d6d6}

#topProducts{background:url("images/traum/topProductsBackground.jpg") no-repeat;width:753px;height:360px;margin-top:15px;padding:13px 0 0 13px}
#topProducts div{width:723px;height:321px;}

.productListingBox{background:url("images/traum/listingBox.jpg") no-repeat;width:249px;height:328px;margin:6px 6px 20px 0;padding:0px 0 0 0px;float:left;}
.productListingBoxImage{width:222px;padding:11px 0 0 11px;height:222px;overflow: hidden;top:0;left:0;z-index:1;position: relative;}
.productListingBoxImage img {border:1px solid #c4b6a1}
.productListingBoxContent{padding:5px 13px 0 13px;height:63px}
.productListingBoxButton{background:url("images/traum/listingBoxButton.jpg") 151px 0 no-repeat;padding-left:151px;width:92px;height:20px}
.productListingBoxButton a{padding-left:26px;width:70px;height:20px;display:block;}

.productListingTop{background:url("images/traum/listingTopBackground.jpg") no-repeat;width:753px;height:30px;margin:5px 0px 10px 0;padding:8px 0 0 5px}

div.productListing{background:url("images/traum/listing.jpg") left bottom no-repeat;width:754px;margin:0px 0px 10px 0;padding:0px 0 0 0px;border-top:1px solid #ddd3c3;}
div.productListingImage{height:125px;width:152px;padding:9px 0 9px 11px;float:left;top:0;left:0;z-index:1;position: relative;}
.productListingImage img {border:1px solid #c4b6a1 !important;}
.productListingSmallImage img{border:1px solid #c4b6a1 !important;margin-right:5px;}
.productListingSmallImage{padding:0 0 10px 11px}
.productListingContent{width:437px;padding:8px 0px 0 0px;float:left;}
.productListingContent ul{margin:0px 0 0 10px;padding:0;}
.productListingContent li, .productListingContent p{font-size:12px;color:#6d6d6d;font-weight:normal;}
.productListingContent table {width:100%}

.productBox{background:url("images/traum/boxContent.jpg") 0 bottom no-repeat;width:189px;margin:6px 6px 20px 12px;padding:5px 0 0 0px;border-top:1px solid #b7526d}
.productBoxImage{width:162px;padding:11px 0 0 11px;}
.productBoxImage img {border:1px solid #c4b6a1;width:160px;}
.productBoxContent{padding:0px 13px 5px 13px;height:81px}
.productBoxButton{background:url("images/traum/boxButton.png") 98px 2px no-repeat;padding:3px 0 0 99px;width:92px;height:20px}
.productBoxButton a{padding-left:26px;width:70px;height:20px;display:block;}

#footer{background:url("images/traum/footerBackground.jpg") 0px 0;width:994px;height:286px;margin-top:25px}
#logo{background:url("images/organic/organic.png") no-repeat;width:348px;height:208px;position:absolute;top:14px;left:655px}

/*  Normal
#flower1{background:url("images/traum/wrapBackground1.jpg") no-repeat;width:153px;height:580px;position:absolute;top:223px;left:-145px;z-index:1;}
#flower2{background:url("images/traum/wrapBackground2.jpg") no-repeat;width:256px;height:270px;position:absolute;top:10px;left:1003px;z-index:1;}
*/

/* Weihnachten
#flower1{background:url("images/traum/christmas_1.jpg") no-repeat;width:249px;height:981px;position:absolute;top:0px;left:-241px;z-index:-1;}
#flower2{background:url("images/traum/christmas_2.jpg") no-repeat;width:249px;height:981px;position:absolute;top:0px;left:1003px;z-index:2;}
*/

/* Winter */
#flower1{background:url("images/traum/winter_1.jpg") no-repeat;width:248px;height:983px;position:absolute;top:0px;left:-241px;z-index:-1;}
#flower2{background:url("images/traum/winter_2.jpg") no-repeat;width:256px;height:983px;position:absolute;top:0px;left:1003px;z-index:2;}


#flower3{background:url("images/traum/wrapBackground3.jpg") no-repeat;width:152px;height:434px;position:absolute;top:323px;left:-145px;z-index:1;}
#flower4{background:url("images/traum/wrapBackground4.jpg") no-repeat;width:212px;height:322px;position:absolute;top:10px;left:1003px;z-index:1;}

.headerDivider{background:url("images/traum/headerDivider.jpg") no-repeat;width:2px;height:76px;}

div.headerNavigation {width:754px;border-bottom:1px solid #d6d6d6;;margin-bottom:10px;height:20px}
div.headerNavigation,a.headerNavigation{color:#a3a3a3;font-size:9pt;}

div.categorie{padding-top:5px;height:18px;width:190px;border-bottom:1px solid #d6d6d6;}
div.categorie a {height:18px;width:190px;display:block}

div.activ{background:url("images/traum/categoryBackground.jpg") repeat-y}

a.level_1{margin-left: 10px;}
a.level_2{margin-left: 20px;}

img   {border:0;}

.productImages{width:292px;margin:12px 0 0 12px;}
.productImages img {}

.productInfo table{width:100%;color:#6d6d6d !important;}
.productColors{margin-right:4px}
.productColors p{margin:4px 0 10px 0;padding:0;text-align:center;line-height:0.6em;text-transform: capitalize; }
.productColors img{border:4px double #ffffff}
.currentColor {border:4px double #C5B8A2 !important;}

.inputLogin{width:140px;height:18px;border:1px solid #9e2545}

.color1      {color:#6d6d6d !important;} /*grau*/
.color2      {color:#950128 !important;} /*weinrot*/
.color3      {color:#292929 !important;} /*dunkelgrau*/
.color4      {color:#ffffff !important;} /*wei?*/
.color5      {color:#5b5b5b !important;} /* Dunkelgrau*/
.color6      {color:#696968 !important;} /*grau*/
.color7      {color:#ffc65e !important;} /*gold*/
.color8      {color:#4a4a4a !important;} /*grau*/
.color9      {color:#9c9c9c !important;} /*grau*/
.color10      {color:#2e2e2e !important;} /*schwarz*/
.color11    {color:#27b60b !important;}
.color12    {color:#758389 !important;}



a.level_0:hover,a.level_1:hover,a.level_2:hover,div.activ a{color:#950128 !important;font-weight: bold;text-decoration: none;}

.size      {font-size:7pt !important;}
.size0      {font-size:8pt !important;}
.size1      {font-size:9pt !important;}
.size2      {font-size:10pt !important;}
.size3      {font-size:11pt !important;}
.size4      {font-size:12pt !important;}
.size5      {font-size:14pt !important;}

.bold      {font-weight:bold;}
.kursiv      {font-style:italic; }
.left      {float:left;}
.clear      {clear:both;}

p   {margin:0;padding:0;}


#slider {
    width:723px;
    overflow:hidden;
}
#slider img{
    border:none;
}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    display:block;
}
#slider li { 
    width:723px;
    overflow:hidden; 
}

#slider li a.sliderBackground{ 
    height:421px;
    width:723px;
    padding: 57px 0 0 510px;
    display:block;
}

.sliderLink, .sliderLink a{ width:500px !important;height:421px;display: block;}
.sliderText{width:200px}
.sliderText h1{ color:#ffb830 !important;font-weight:normal}
.sliderText p{ color:#ffffff !important;font-weight:normal;font-size:12px}

.activSearchGroup{color:#ffc65e;text-decoration: underline;}

.information p {margin:10px 0 !important;}

.productHtml {
    margin: 0;
    padding: 0 0 0 25px;
}

.productHtml li {
    list-style-image: url("images/traum/hook.png");
    float: none !important;
}

 .categorie_description{
   font-family: Arial,Helvetica,sans-serif;
   line-height: 16px;
   font-size:13px
}


.imageZoom{z-index:2;left:0;top:0;position: absolute; cursor: pointer; display: none; border: 0;}
.productListingBoxImage .imageZoom{padding:190px 0 0 64px;} 
.productListingImage .imageZoom{padding:15px 0 0 25px;}
