/*
  $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; }


.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: #FF0066; text-decoration: underline; }

/* Hauptbereich des Shops */

BODY {
	color: #000000;
	margin: 0px;
	background-color:#c9c7c7; 
	background-image:url(images/bg-13.jpg); 
	background-repeat:repeat-x;;
}
/* Farbe der Links im Shop */
A {
  color: #000000;
  text-decoration: none;
}
/* Farbe bei MouseOver */
A:hover {
  color: #000099;
  text-decoration: underline;
}

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 {
  background: #FFFFFF;
}
/* Navigationszeile unmittelbar unter dem Kopfbereich */
TR.headerNavigation {
	height: 44px;
	
}
/* Navigationszeile z.B. die >> Zeichen */
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #850017;
  color: #bbbbbb;
  font-weight : bold;
}
TD.headerNavigation1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFFFFF;
	height: 30px;
	font-weight: bold;
	color: #990000;
}
/* Navigationszeile Textfarbe */
A.headerNavigation { 
  color: #bbbbbb; 
	font-weight: bold;
}
/* Navigationszeile bei MouseOver */
A.headerNavigation:hover {
  color: #F90314;
}
/* 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: #bbbbbb;
	height: 22px;
}
/* Balken unten mit Datum und Anzahl Zugriffe */
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #FF9966;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
}
/* Farbe des Rahmen um alle Boxen */
.infoBox {
  background: #CC6666;
}
/* Fuellfarbe aller aller Boxen (Bestseller) */
.infoBoxContents {
  background: #FF9966;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold; 
}


/* Fuellfarbe besuchte Artikel Produkte */
.infoBoxContentsBesuchte {
	background: #FF9966;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 0px;
  border-style: solid;
  border-color: #000066;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* Fuellfarbe Ueberschrift aller Boxen */
TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #850017;
	color: #bbbbbb;
	height: 21px;
}

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: #FF9966;
	color: #34010A;
	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: 19px;
  font-weight: bold;
  color: #990000;
}

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: #660033;
	font-weight: bold;
	font-style: normal;
}

/* Produktbeschreibung Text (*/
.Prod_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	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: #660033;
	font-weight: bold;
	font-style: normal;
}


/* Farbe Schriftzug Gast bei der Begruessung */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #990000;
  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: 1px;
}

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: #000099;
	font-size: 11px;
}


/* 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: 10px; }
.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: #ff0000; }
.Prod_Headline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660033;
	font-weight: bold;
	font-style: normal;
}
.conditionsHead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #850017;
	font-weight: bold;
	font-style: normal;
}
.conditionsText {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #850017;
	font-weight: normal;
	font-style: normal;
}
.ClimaBalance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #850017;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 5px;
}

h1 {
	font-size: 18px;
	color: #660000;
}
.h1 {
	font-size: 18px;
}
/*** Begin Header Tags Opti ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #660000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #660000;
}
/*** End Header Tags Opti ***/.textmarkierung {
	background: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
	border: none;
}

/* Schrift in der Box Categories */

td.category_box a, td.category_box span.errorTextkopie {
	color: #333333;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; font-weight: bold;
}

td.category_box span.errorTextkopie {
	color: red;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC99;
}.GreetingLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990033;
	font-weight: bold;
	font-style: normal;
}
