/*
  $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: 11px;line-height:13px;
/*momentus - folgendes hinzugefuegt*/
padding-left:5px;padding-right:5px;
}

.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: #2F6600; text-decoration: none; }


BODY {
  background:#f0f0f5;
  color:#555555;
/* momentus - margin geaendert */
  margin-left:15px; margin-right:15px;
/* momentus - padding ergaenzt*/
  padding:0px;
/* momentus - border hinzugefuegt*/
  border:0px solid #ffffff;
  font-family : Verdana, Arial, sans-serif;
}

A {
  color:#2F6600;
  text-decoration: none;
}

A:hover {
  color: #FF8535;
  text-decoration: underline;
}

FORM {
  display: inline;
}

TR.header {
  background-color:#008700;
}

/*momentus - neue class hinzugefuegt*/
TD.headerLeft {
  background-color:#008700;
  border-color:#ffffff;
  border-style: solid;
  border-left-width: 3px;
  border-right-width: 0px;
  border-top-width: 3px;
  border-bottom-width: 0px;
/*  height: 75px; max-height:75px;  */
  margin:0px;
}


/*momentus - neue class fuer Zitate-Bilder hinzugefuegt*/
TD.headerPic {
  border:#77D71B;
  border-color:#ffffff;
  border-style: solid;
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
  border-bottom-width: 3px;
}



/* momentus - neue Classes fuer Zusatz-Navigationsleiste hinzugefügt */
TR.headerNavigation2 {
  background: #bffc45;
}

TD.notpink {
  margin:0px;
  padding:0px;
  border:3px solid #ffffff;
}

/* momentus - neue Classes fuer Zusatz-Navigationsleiste hinzugefügt */
TD.headerNavigation2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background:#bffc45;
  color: #2f6600;    /* #2f6600f */
  font-weight : bold;
  border-top-width:0px;
  border-right-width:3px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-style:solid;
  border-color:#ffffff;
  padding:0px;
  text-align:center;
  height:23px;
}

/* momentus - neue Classes fuer Zusatz-Navigationsleiste hinzugefügt */
TD.headerNavigation3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background:#bffc45;
  color: #2f6600;     /* #2f6600f */
  font-weight : bold;
  border:0px;
  padding:0px;
  text-align:center;
  height:23px;
}

A.headerNavigation2 {
  color: #2f6600;
  background-color:#bffc45;
  display:block; overflow:hidden;
  font-family: Verdana, sans-serif;
  font-size:11px; font-weight:bold;
  border:0px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
}

A.headerNavigation2:hover {
  color: #ffffff;
  background-color:#77D71B;
  text-decoration:none;
}
/* momentus - Ende neue Class*/


/* momentus - funktionsuntuechtig ???*/
TR.headerNavigation {
  background-color: #008700;
}


/* idee michi */
TD.headerNavigation  {
  color: #ffffff;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  background: #008700;
  padding: 3px;
  border-style: solid;
  border-left-width: 3px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #ffffff;
}


/* momentus - neue class hinzugefuegt*/
TD.headerNavigationRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background:#008700;
  color: #ffffff;
  font-weight: bold;
  border-style:solid;
  border-color: #ffffff;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding:3px;
}

A.headerNavigation {
  color: #ffffff;
}

A.headerNavigation:hover {
  color: #ff8535;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #555555;
  font-weight: bold;
  /* momentus - padding und border hinzugefuegt */
  border:2px solid #ffffff;
  padding:5px;
}

.infoBox {
  background: #ffffff;
/*momentus - border hinzugefuegt*/
  margin-bottom:0px;
  border:0px solid red;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/* momentus - color hinzugefuegt*/
  color:#555555;
}

/* momentus - Funktion ??? */
.infoBoxNotice {
  background: #FF8E90;
}

/* momentus - Funktion ??? */
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
/* momentus - font-size geändert */
  font-size: 11px;
  font-weight: bold;
/*  background: #d5ffb1; */
/*    background: #bffc45;  */
background: #77D71B;
  color: #ffffff;
  padding-left:6px;
  padding-top:3px;
  padding-bottom:3px;

  border-style:solid;
  border-color: #ffffff;
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 0px;
  border-bottom-width: 3px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
/* momentus - ausgeklammert
 background: #f0f0f0; */
}

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

TABLE.productListing {
  border: 3px solid #ffffff;
  border-style:solid;
  border-spacing:0px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #2f6600;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
/* momentus - border auf Null gesetzt*/
  border: 0px;
/*  border-style:solid;
  border-color: #555555 #ffffff; */
  vertical-align:top;
  padding:5px;
}

A.pageResults {
  color: #2f6600;
}

A.pageResults:hover {
  color: #ff8535;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
/* momentus- Schriftgroesse geaendert */
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  padding:5px 9px;
}



/* momentus - ??? */
TR.subBar {
background: #f4f7fd;
}

/* momentus - ??? */
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
/* momentus - color und background-color hinzugefügt */
  color:#555555;
  background-color:#ffffff;
  padding:10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/*  background-color:#ffffff;   */
}

/* momentus - ??? */
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
/* momentus - Schriftgroesse geaendert von12 auf 11 */
  font-size: 11px;
  font-weight: bold;
/* momentus - Farbe hinzugefuegt */
  color:#555555;
}

/* momentus - ??? */
TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
/* momentus - ??? */
TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #2f6600;
/* momentus - hintergrundfarbe hinzugefügt*/
  background-color: #f0f0f0;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
/* momentus - color und background-color hinzugefuegt*/
  background-color:#f0f0f5;
  color:#2f6600;
}


TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
/* momentus - hinzugefuegt color*/
  color:#ff8535;
}

/*Momentus - ???*/
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

/*Momentus - ???*/
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: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #d5ffb1; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ffffff; }

.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: #ff8535; }

/* momentus - neue Class fuer Textueberschriften innerhalb von Produktbeschreibungen (lang) */
.ueberschrift {
  font-weight:bold;
  color:#2f6600;
  font-size:12px;
}

TD.main2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#555555;
  background-color:#ffffff;
  padding:5px 10px;
}

/* class nur für den Internetexplorer, damit die Presstabelle richtig angezeigt wird*/
TD.main3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0px;
  color:#f0f0f5;
  padding:0px 10px;
  overflow:hidden;
}

TD.main4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#555555;
  background-color:#ffffff;
  padding:0px;
  vertical-align:top;
}

TD.main5 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#555555;
  background-color:#ffffff;
  text-align:right;
  padding:0px;
}

/* momentus - eingefuegt */
.untertitel {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style:normal;
/*  color: #404040;  */
/*  color:#5D5F8F;  */
  color:#A6A6A6;
}

.untertitel.orange {color:#ff8535}
/*
dunkelgrün: #008700
*/

a.ueberlist  {
  color:#2F6600;
  text-decoration: none;
  font-size:12px;
  font-weight:bold;
}

a.ueberlist:hover {
  color:#FF8535;
  text-decoration: underline;
  font-size:12px;
  font-weight:bold;
}

.ueberautor  {
  color:#555555;
  font-size:11px;
  font-weight:bold;
}

.ueberautor2  {
  color:#555555;
  font-size:12px;
  font-weight:bold;
}


p.mehr {
  position:relative;
  top:5px;
  right:5px;
  text-align:right;
  margin:0px;
}

a.mehr  {
  color:#2F6600;
  text-decoration: none;
  font-size:10px;
  font-weight:bold;
}

a.mehr:hover {
  color:#FF8535;
  text-decoration: underline;
  font-size:10px;
  font-weight:bold;
}

body.popup {
  background:#f0f0f5;
  margin-top:15px;
  padding:0px;
  text-align:center;
}

a.boxlink  {
  color:#2F6600;
  text-decoration: none;
  font-size:11px;
  font-weight:bold;
}

a.boxlink:hover {
  color:#FF8535;
  text-decoration: underline;
  font-size:11px;
  font-weight:bold;
}

button.newsletter {
  color:#2F6600;
  text-decoration: none;
  font-weigth:bold;
  font-size:9pt;
  background-color:#ffffff;
  border:0px;
}

button.newsletter:hover {
  color: #FF8535;
  text-decoration: underline;

}

.orange {
        color:#ff8535;
}