/*
  $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
*/

/*ALLGEMEIN*/
/*body - BACKGROUND-Farbe, COLOR für Text (vieles zb Startseite, Warnbalken, Teile der Boxen), MARGIN: umlaufender Abstand des Shops zum Browserfenster*/
BODY {
	background: #EFA850;
	color: White;
	margin: 0px;
}
/*main text - Text für Startseite, wahrscheinlich auch Contentseite. Line-Height gibt Zeilenhöhe für Text (nur ausserhalb von Kästen?) an*/
TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
/*small text - Text in grosser Neue-Produkte-Box im Content-Feld und OSC-copyright*/
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/*Alle Textlinks ausser Breadcrumps, in gleicher Zeile: Ihr Konto, Warenkorb, Kasse*/
/*links*/
A {
	color: White;
	text-decoration: none;
}
/*links*/
A:hover {
	color: Black;
	text-decoration: none;
}
/*page headings - Seitenüberschriften im Content-Feld*/
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: White;
}
/*table headings - UNKLAR*/
TD.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
}

/*HEADER*/
/*header rows - OSCommerce-Kopfzeile mit Logo - Hintergrundfarbe*/
TR.header {
	background: Silver;
}
/*information messages shown in the header - UNKLAR*/
TR.headerInfo {
	background: #7FB7BF;
}
/*information messages shown in the header - UNKLAR*/
TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #7FB7BF;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/*error messages shown in the header - UNKLAR*/
TR.headerError {
  background: #ff0000;
}
/*error messages shown in the header - UNKLAR*/
TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: White;
	font-weight : bold;
	text-align : center;
}

/*BREADCRUMB NAVIGATIONS-PFAD*/
/*breadcrumb navigation path - HG-Farbe für gesamte Zeile inklusive Ihr Konto, Warenkorb, Kasse*/
TR.headerNavigation {
	background: #7FB7BF;
}
/*breadcrumb navigation path - UNKLAR*/
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 40px;
	background: #7FFFD4;
	color: #FFE4C4;
	font-weight : bold;
}
/*breadcrumb navigation path links - Text-Farbe für gesamte Zeile inklusive Ihr Konto, Warenkorb, Kasse*/
A.headerNavigation {
	color: Black;
}
/*breadcrumb navigation path links Text-Farbe für gesamte Zeile inklusive Ihr Konto, Warenkorb, Kasse bei mouse-over*/
A.headerNavigation:hover {
  color: #ffffff;
}

/*SUB-NAVIGATION - UNKLAR*/
/*sub navigation bar*/
TR.subBar {
	background: #6495ED;
}
/*sub navigation bar*/
TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #D2B48C;
}

/*BOXEN*/
/*Text in vielen Boxen, zb Kategorien, Neue Produkte, Schnellsuche, Informationen, Warenkorb, Weiterempfehlen - NICHT in Hersteller-Info, Benachrichtigungen, Bewertungen*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
/*Error notices*/

/*UNCLEAR*/
.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	background: #FFD700;
	font-weight: bold;
}



/*INFO BOXEN*/
/*information boxes - Umrandung aller Boxen*/
.infoBox {
	background: White;
}
/*information boxes - Hintergrund aller Boxen, ABER Textgröße/farbe nur Hersteller-Info, Benachrichtigungen, Bewertungen*/
.infoBoxContents {
	background: #EF7750;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/*information boxes - UNKLAR*/
.infoBoxNotice {
	background: Blue;
}
/*information boxes*/
.infoBoxNoticeContents {
	background: #66CDAA;
	font-family: "Calisto MT";
	font-size: 12px;
}
/*information boxes - Boxen-Überschriften*/
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: White;
	color: #EF7750;
}
/*information boxes - UNKLAR*/
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 5px;
}

/* MESSAGE BOX */
/* message box */
/*message boxes*/
.messageBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
/*message boxes - Schrift+Hintergrund der Warnzeile über Content-Seite: Warning...*/
.messageStackError, .messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #EFA850;
}
/*message boxes - UNKLAR*/
.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #EFA850;
}

/*LISTINGS - Produkliste - wechselnde Hintergründe*/
/*listing rows - 1. Zeile, 3. Zeile, ...*/
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: #EFC850;
}
/*listing rows - 2. Zeile, 4. Zeile,...*/
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: #EF9750;
}

/*PRODUCT LISTINGS*/
/*product listings - Produktseite: Produkte-Box-Rahmen - geht NICHT in NS*/
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: White;
	border-spacing: 1px;
}
/*product listings - Produktseite: Tabellenüberschrift der Produkte-Box - Schrift+Hintergrund*/
.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #7FB7BF;
	color: White;
	font-weight: bold;
}
/*product listings - Produktseite: Schrift in den Zellen der Produkte-Box*/
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
/*page set links of product listings - UNKLAR*/
A.pageResults {
	color: #B8860B;
}
/*page set links of product listings - UNKLAR*/
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/*used for marking products out of stock - UNKLAR*/
SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}
/*used on special product prices - Schrift neuer Preis bei reduzierten Produkten*/
SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: Yellow;
}

/*ACCOUNT - UNKLAR*/
/*account categories*/
TD.accountCategory {
	font-family: Bart;
	font-size: 12px;
	color: #aabbdd;
}
/*account parameter keys and values*/
TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
/*account parameter keys and values*/
TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/*FOOTER - Fusszeile mit Datumsangebe und Aufrufzähler - Schrift-CSS versehentlich gelöscht?*/
/*footer*/
TR.footer {
	background: Blue;
}

/*SHOPPING CART*/
/*used for marking new products added to the shopping cart*/
SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: Yellow;
}
/*Stock level warning text on shopping cart page*/
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }

/*FORMS*/
/*forms*/
FORM {
	display: inline;
}
/*certain HTML form elements*/
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
/*certain HTML form elements*/
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
/* input requirement */
/*input requirement fields*/
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }
/*form areas*/
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
/*form areas*/
TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}


/*fehlt hier:
TD.checkoutBar
SPAN.checkoutBarHighlighted
The style used for the checkout process bar.*/

/*ERROR*/
/*error text messages - UNKLAR*/
SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #9ACD32;
}

/*SHIPPING AND PAYMENT MODULES*/
/*used for the shipping and payment modules*/
.moduleRow { }
/*used for the shipping and payment modulesr*/
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
/*used for the shipping and payment modules*/
.moduleRowSelected { background-color: #EF7750; }

/*CHECKOUT*/
/*used for the checkout procedure position*/
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
/*used for the checkout procedure position*/
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }
/*product notifications checkbox bar on the checkout success page*/
.productsNotifications {
	background: #EFA850;
}
/*edit links shown on the checkout confirmation page*/
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

/* german styles */
.tax_info {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: Black;
}

/* own styles */
/*Kommentar*/
.menu1 {
	background-color: #7FB7BF;
	font-family : Verdana;
	font-size : 12px;
	color : Black;
	vertical-align : middle;
}
/*Kommentar*/
/*Kommentar*/
.menu2 {
	background-color: #EF7750;
	font-family : Verdana;
	font-size : 12px;
	color : White;
	text-align : center;
	vertical-align : middle;
}
/*Kommentar*/
.table1 {
	border: 1px solid White;
	background : #EFA850;
	padding : 10px;
}

