/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal; }


.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; 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: #0000FF; text-decoration: underline; }

/* Hauptbereich des Shops */

BODY {
	color: #000000;
	margin: 0px;
}
/* Farbe der Links im Shop */
A {
  color: #000000;
  text-decoration: none;
}
/* Farbe bei MouseOver */
A:hover {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFF66;
}

FORM {
	display: inline;
}


/* short_description (in der Produkliste) */

.Stil3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #100768;
}
/* short_description (in der Produkliste) plus Collection */

.Stil4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF3300;
  font-weight: bold;
}

/* Kopfbereich der Seite wo das Banner von oscommerce eingefuegt ist */
TR.header {
	height: 45px;
}
/* Navigationszeile unmittelbar unter dem Kopfbereich */
TR.headerNavigation {
	height: 30px;
	}

/* Navigationszeile z.B. die >> Zeichen */
TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight : bold;
	height: 40px;
}

TD.headerNavigation1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFFFFF;
	height: 40px;
	font-weight: bold;
	color: #000066;
}

TD.headerNavigationMENU {
  font-family: Verdana, Arial, sans-serif;
  font-size: 19px;
  background: #FFFFFF;
  color: #000066;
  	height: 20px;

  font-weight : bold;
}

/* Navigationszeile Textfarbe zwischen den Zeichen >>* "Ihr Konto" "Warenkorb"*/
A.headerNavigation1 { 

}

/* Navigationszeile Textfarbe zwischen den Zeichen >>*/
A.headerNavigation { 
  color: #ffffff; 

}
/* Navigationszeile bei MouseOver */
A.headerNavigation:hover {
  color: #000066;
}
/* 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 {
	height: 22px;
}
/* Balken unten mit Datum und Anzahl Zugriffe */
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: url(/images/infobox/box-bg_04.jpg) repeat;
	color: #000033;
	font-weight: bold;
	height: 22px;
	border: thin solid #003399;
}
/* Farbe des Rahmen um alle Boxen */
.infoBox {
}
/* Fuellfarbe aller Boxen (Bestseller) */
.infoBoxContents {

	font-family: Verdana, Arial, sans-serif;
		background: url(/images/infobox/box-bg_04.jpg) repeat;

	font-size: 10px;
	font-weight: bold;
}
/* Fuellfarbe besuchte Artikel Produkte */
.infoBoxContentsBesuchte {
	background: #FFFFCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: thin solid #003399;
}

.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/bg-blau-20.jpg) repeat-x; /* url(images/bettwaesche-top-ps-2a.jpg) repeat-x */
	color: #ffffff;
	height: 19px;
}

.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: 10px;
  background: url(/images/infobox/box-bg_04.jpg) repeat;
	color: #000066;
	font-weight: bold;
	height: 19px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}




/* 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: 18px;
  font-weight: bold;
  color: #0F127B;
}

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: #000000;
}
/* 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: 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;
}

/* Produktbeschreibung Betreff (Bezug) */
.Prod_betreff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	font-style: normal;
}

/* Produktbeschreibung Text (*/
.Prod_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	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: #000099;
	font-weight: bold;
	font-style: normal;
}


/* Farbe Schriftzug Gast bei der Begruessung */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000033;
  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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

/* 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: #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; }
/* 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; }
.errorText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; }
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
.h1 {
	font-size: 18px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

.TextIndexFarbe {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Kategorie_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	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: 10px;
	color: #0000FF;
	background-color: #FFFFFF;
}
.Stil10 {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.TextIndex {

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.feinelinieinblau {
	border: thin inset #0000FF;
	border: thin #0000FF;
	background-color: #FFFFCC;
}
/* 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: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

td.category_box span.errorTextkopie {
	color: red;
	background-color: #FFFFCC;

	font-size: 12px; font-weight: bold;
}


 /* Bilder Austausch auf Titelseite kleine Bilder Nummr 2 von links */
  #wechsel a {
   background: url(images/Bilder-slice-titel/herren-bademantel-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:0px;
 }
 * 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/damen-bademantel-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:0px;
 }
 * 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/kinderbademantel-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:0px;
 }
 * 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/hochwertiger-pyjama-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:0px;
 }
 * 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/hausanzug-herren-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:0px;
 }
 * 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/hausanzug-damen-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:0px;
 }
 * 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/hochwertige-bettwaesche-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:0px;
 }
 * 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/frottier-handtuch-waschlappen-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:0px;
 }
 * 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/kinder-bettwaesche-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:0px;
 }
 * 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/alles-fuer-das-baby-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:0px;
 }
 * 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/microfaser-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:0px;
 }
 * html #wechsel_11  a:hover {
   width:88px; margin-right:0; /* Workaround fuer IE 5.01 */
 }
 


