/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Berlin Sans FB, Verdana, Arial, sans-serif; font-size: 14px; font-weight: normal; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 11px; background: #F31C04; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #000000; text-decoration: underline; }

/* Hauptbereich des Shops */
BODY {
  background: #cdb480;
  color: #000000;
  margin: 0px;
}

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

A:hover {
 color: #000;
 font-size: 14px;
 text-decoration: none;
 font-weight: none;
}

FORM {
	display: inline;
}

/* Kopfbereich der Seite wo das Banner von oscommerce eingefuegt ist */
TR.header {
  background: #cdb480;
}

/* Navigationszeile unmittelbar unter dem Kopfbereich */
TR.headerNavigation {
  background: #000000;
}

/* Navigationszeile z.B. die >> Zeichen */
TD.headerNavigation {
  font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
  font-size: 16px;
  background: #238F49;
  color: #ffffff;
  font-weight: bold;
}

/* Navigationszeile Textfarbe */
A.headerNavigation { 
  color: #FFFFFF; 
}

/* Navigationszeile bei MouseOver */
A.headerNavigation:hover {
  color: #ffffff;
  font-size: 16px;
}

/* 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: #238F49;
}

/* Balken unten mit Datum und Anzahl Zugriffe */
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #1E7B3F;
  color: #ffffff;
  font-weight: bold;
}

/* Farbe des Rahmen um alle Boxen */
.infoBox {
  background: #ffffff;
}
  
/* Fuellfarbe Footer Box */
.infoBoxContents_footer {
  font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.infoBoxContentsCo2 {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* Fuellfarbe aller Boxen */
.infoBoxContents {
  background: #cdb480;
  font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 0px, 0px, 10px, 10px;
}

.infoBoxNotice {
  background: #EC0000;
}

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

/* Fuellfarbe Ueberschrift aller Boxen */
TD.infoBoxHeading {
  font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
  font-size: 16px;
  background: #1E7B3F;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

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 {
  background: #fff;
}

/* 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 {
  background: #fff;
}

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

/* Produkttabelle Ueberschrift Fuellfarbe */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #1E7B3F;
  color: #FFFFFF;
  font-weight: bold;
}

A.productListing-heading:hover {
font-size: 11px;
}

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

/* Farbe Seitenauswahl unten rechts */
A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #2DB85D;
}

/* Ueberschrift Farbe wie unser Angebot, Kategorien, etc. */
TD.pageHeading, DIV.pageHeading {
  font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

TR.subBar {
  background: #2DB85D;
}

/* 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: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
  font-size: 14px;
}

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

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

/* Farbe Schriftzug Gast bei der Begruessung */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  font-size: 18px
}

/* 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.productSpecialPriceab {
  font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
  font-size: 25px;
  color: #ff0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* 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: 11px; font-weight: bold; background-color: #F31C04; }
.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; }

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
 font-size: 25px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
 text-align: center;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
 text-align: center;
}
/*** End Header Tags SEO ***/

/*jquery faqs  */
#faqs h2 {
text-align: center;
background: url(images/open.png) no-repeat 0% 10%;
padding:0px 0px 5px 20px;
cursor: pointer;
font:12px/1.6em Verdana, arial, helvetica, sans-serif;
font-weight: normal;
color: #666666;
}

#faqs h2.close {
background-image: url(images/close.png);

}
#faqs .answer {
  background-color: #cdb480;
  padding:0px 0px 5px 30px;
  border-bottom:1px dashed #CCCCCC;
  margin-bottom:5px;  
  text-align: center;
}

/*** Begin Kategoriemenue ***/
#kategoriemenue {
 font-family: Berlin Sans FB, Verdana, Arial, sans-serif;
 line-height: 17px;
 font-size: 12px;
 color: #000;
 text-align: center;
 font-weight: normal;
 
}
#kategoriemenue a {
 color: #000;
 font-size: 14px;
}
#kategoriemenue a:hover {
 color: #fff;
 font-size: 14px;
 text-decoration: none;
 font-weight: bold;
}
/*Begin Boxenlinks*/
a.textbox {
  color: #ffffff;
}
a.textbox:hover {
  color: #ffffff;
  font-size: 16px;
}
/*Begin zzgl Versandkosten, Kurzbeschreibung [mehr...]*/
.tax_info {
  font-size: 10px;
  color: #000000;
}
a.tax_info:hover {
  font-size: 10px;
  color: #ffffff;
}
/*Ende zzgl Versandkosten*/
/*Bof Artikelname*/
a.produktbezeichnung {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
}
a.produktbezeichnung:hover {
  color: #1E7B3F;
}
/*Eof Artikelname*/
/*Bof Hersteller*/
a.hersteller {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
}
a.hersteller:hover {
  color: #ffffff;
}
/*Bof Kurzbeschreibung [mehr...]*/
/*Produktlistingpreisanzeige*/
.produktPreis {
  font-size: 14px;
  color: #000000;
}
/* Bof Newsdesk */
TD.newsdesk {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
a.newsdesk:hover {
  font-size: 14px;
}

