/*
  $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
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #009241; text-decoration: underline; }
//.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/* Hauptbereich des Shops */
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}


.news_head {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align : center;
  color: #29176D; /*dunkelblau*/
}
.news {
  font-family: Arial,sans-serif,Verdana;
  font-size: 15px;
}
.news_subtitle {
    font-family: Arial,sans-serif,Verdana;
    color: #FF1111;
    font-size: 10px;
    font-weight:bold
}

.news_title {
    font-family: Tahoma,Arial,sans-serif,Verdana;
    color: #29176D;
    font-size: 15px;
    font-weight:bold
}


/*Design der Aufzaehlungen */


OL {	list-style-position:outside;
	list-style-type : decimal;
        list-style-position: outside;
        list-style-image: none;
}

UL {	list-style-position:outside;
	list-style-type : decimal;
	list-style-position: inside;
        list-style-image: none;
}

li {	list-style-position:outside;
	list-style-type : circle;
        list-style-position: outside;
	list-style-image: url(http://martens-elektronik.com/images/punkt_bp.gif);
}

/* Farbe der Links im Shop */
A {
	color: #000000;
	text-decoration: none;
}

/* Farbe bei MouseOver */
A:hover {
	color: #009241; /* gruen */
	/*color: #AABBDD; */
	text-decoration: underline; /*unterstrichen*/
}

FORM {
	display: inline;
}

/* Kopfbereich der Seite wo das Banner von oscommerce eingefuegt ist */
TR.header {
	background: #ffffff;
}

/* Navigationszeile unmittelbar unter dem Kopfbereich */
  TR.headerNavigation {
  background: #29176D; /*dunkelblau*/
  /*background: #bbc3d3; grau*/


}

/* Navigationszeile z.B. die >> Zeichen */

li.agb {
   list-style-type : decimal;
   list-style-position: outside;
   list-style-image: none;
}
li.agb_ol_a {
   list-style-type : lower-latin;
   list-style-position: outside;
   list-style-image: none;
}

td.agb {
    font-family: Verdana, Arial, sans-serif; font-size: 10px;
}

textarea.agb {
    font-family: Verdana, Arial, sans-serif; font-size: 10px;
    text-align: justify;

}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  /*background: #bbc3d3;*/
  color: #29176D; /*dunkelblau*/
  /*color: #ffffff;*/
  font-weight : bold;
}

/* Navigationszeile Textfarbe */
A.headerNavigation {
  color: #29176D; /*dunkelblau*/
  /*color: #FFFFFF;*/ /*weiss*/
}

/* Navigationszeile bei MouseOver */
  A.headerNavigation:hover {
  color: #009241; /* gruen*/
  /*color: #ffffff;*/ /*weiss*/
  text-decoration: underline; /*unterstrichen*/
}

/* 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; /*rot*/
  color: #ffffff; /*weiss*/
  font-weight : bold;
  text-align : center;
}

/* Einblendung beim Versand eines neuen Passworts */
TR.headerInfo {
  background: #FFFFFF; /* weiss*/
  /*background: #00ff00;*/ /*gruen*/
}

/* Einblendung beim Versand eines neuen Passworts */
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFFFFF; /*weiss*/
  /*background: #00ff00;*/ /*gruen*/
  color: #29176D;
  /*color: #ffffff;*/
  font-weight: bold;
  text-align: center;
}

/* Balken unten mit Datum und Anzahl Zugriffe (Fusszeile) */
TR.footer {
  background: #FFFFFF; /*weiss*/
  /*background: #bbc3d3;*/ /*blau-grau*/
}

/* Balken unten mit Datum und Anzahl Zugriffe */
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

/* Farbe des Rahmen um alle Boxen */
.infoBox {
  background: #b6b7cb; /*grau-blau*/
  /*background: #29176D;*/
}

/* Fuellfarbe aller Boxen */
.infoBoxContents {
  background: #f8f8f8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
  /*background: #f8f8f8; *//*hellgrau-blau*/
}

.infoBoxNoticeContents {
  background: #f8f8f8; /*hellgrau-blau*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Rahmen der Ueberschrift ueber den Content-Boxen */
TABLE.infoBoxHeader {
  border-top: 1px solid #b6b7cb; /*grau-blau*/
  border-left: 1px solid #b6b7cb; /*grau-blau*/
  border-right: 1px solid #b6b7cb; /*grau-blau*/
  /*background: #29176D;*/
}


/* Fuellfarbe Ueberschrift ueber den Content-Boxen */
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #29176D; /*dunkelblau*/
  background: #f8f8f9;
  /*color: #ffffff;*//*weiss*/
  /*background: #bbc3d3;*//*grau-blau*/
}

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: #f4f7fd;
}

/* 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: #ffffff;
}

TR.productListing-heading {
   background: #f8f8f8;
  /*background: #d2e9fb;*/
}

/* Produkttabelle Ueberschrift Fuellfarbe */
/* Produkttabelle Ueberschrift im Warenkorb oder bei den Suchergebnissen etc. */
TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
  /*font-size: 10px;*/
  background: #f8f8f8;
  /*background: #d2e9fb;*/
   color: #29176D;
  /* color: #000000; weiss*/
  font-weight: bold;
  /*font-variant: small-caps;*/
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Farbe Seitenauswahl unten rechts */
A.pageResults {
   color: #000000;
   text-decoration: none;
 }

/* Farbe Seitenauswahl unten rechts bei bei MouseOver */
A.pageResults:hover {
   color: #009241; /* gruen */
   text-decoration: underline; /*unterstrichen*/
}

/* Ueberschrift Farbe wie unser Angebot, Kategorien, etc. */
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align : center;
  color: #29176D; /*dunkelblau*/
  /*color: #9a9a9a; *//*grau*/
}

/* Ueberschrift Farbe für die Produktbeschreibung (product_info) */
TD.productHeading, DIV.productHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #29176D; /*dunkelblau*/
}

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: #29176D; /*dunkelblau*/
  /*color: #000000; *//*schwarz*/
}

/* 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: #FFFFFF; /*weiss*/
  color: #aabbdd; /*mittelblau*/
}

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: #009241; /* gruen*/
  /*color: #ff0000; *//*rot*/
}

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: #009241; /* gruen*/
  /*color: #f0a480;*/
  font-weight: bold;
}

/* Formularbereich bei Weiterempfehlungen und Kundenkonto */
TABLE.formArea {
  background: #f1f9fe; /*helles blau ->weiss*/
  border-color: #7b9ebd; /*mittelblau*/
  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; /* rot-violett*/
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000; /*rot*/
}

/* MouseOver-Balken im checkout-Bereich */
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; } /*#D7E9F7 - hellblau*/
.moduleRowSelected { background-color: #E9F4FC; } /*#E9F4FC - hellblau -> weiss*/

/* 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; }