/*
  $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
*/

.brandboxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
/*.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }*/

/*text in der linken Box*/
.boxText{
  color: #282E3E;
  font-size: 11px; 
  text-decoration: none;
 }

.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: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}
/*Überschrift im Tabellenkopf für Rattan usw.*/
A.headerNavigation { 
  color: #ffffff;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

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: #000000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ffffff;
}
/*Leiste unten#C94160#DB9437*/
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FF9900;
  color: #ffffff;
  font-weight: bold;
}

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color: #000000;
}

.infoBox {
  background: #D3D1D1;
}

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

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

.infoBoxNotice {
  background: #FF8E90;
}

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

.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #758389;
}

/*.ch1{
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  padding-left: 18px;
 }
*/
TD.infoBoxHeading {
  /*background-image: url('images/infobox/corner_center.gif');*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  display: underline;
}
/*Text und Farbe der Überschrift links in den Boxen */
TD.infoBoxHeadingLinks {
  /*background-image: url('images/infobox/corner_center.gif');*/
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #FF9900;
  padding-left: 18px;
  display: underline;
}

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.productListingneu-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFF8F7;
  //shopping-cart content color
}

/*hintergrund der einzelnen Boxen beim Auflisten*/
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productListingneu-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFF8F7;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #E7EBC7;
  border-spacing: 1px;
  //shopping-cart header/footer color
  
}

TABLE.productListingneu {
  border: 0px;
  border-style: solid;
  border-color: #E7EBC7;
  border-spacing: 1px;
  //shopping-cart header/footer color
  
}


.productListing-heading {

border-right:2px solid #ffffff; border-bottom:2px solid #ffffff;  
text-align:center; font-weight:bold; background-color:#E7EBC7;
  
  color: #000000;
  font-weight: bold;
  padding: 10px;    font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #DCDCDC;
  text-align: center;
  //shopping-cart header/footer color
}

.productListingneu-heading {

border-right:2px solid #ffffff; border-bottom:2px solid #ffffff;  
text-align:left; font-weight:bold; background-color:#E7EBC7;
  
  color: #282E3E;
  font-weight: bold;
  padding: 10px;    font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #E7EBC7;
  text-align: center;
  //shopping-cart header/footer color
}

TD.productListing-data {

border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
color:#000000; 
text-align:center;
vertical-align:top; 
padding:11 9 8 9;

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  zcolor: #282E3E;
  //shopping-cart content
}

TD.productListingneu-data {

border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
color:#C94160; 
text-align:center;
vertical-align:top; 
padding:11 9 8 9;

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  zcolor: #282E3E;
  //shopping-cart content
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  //11background: #FFFF33;
}
/*Tabellenbeschriftung #C94160#DB9437*/
TD.pageHeading, DIV.pageHeading {
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  height: 35px;
  width: 600px;
  background-color: #FF9900;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 20px;
  zztext-transform: uppercase;
}

/*Tabellenbeschriftung #C94160#DB9437*/
TD.pageHeading1, DIV.pageHeading {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  height: 35px;
  width: 600px;
  background-color: #FF9900;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 20px;
  zztext-transform: uppercase;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.bigText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

TD.Ampelgruen{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  colo1r: #00DE00;
}

TD.Ampelgelb{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  col1or: #FFE600;
}

TD.Ampelrot{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  colo1r: #FF0000;
}


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

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  c
}

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

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

/* Sonderangebot Preis */
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #FF0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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











body{
 background-image: url(images/bg01.gif);
}

td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #21090E;
}

.hauptbutton{
  color: #000000;
  f1ont-size: 16px;
  fo1nt-weight: bold;
  padding-left: 12px;
  background: #FF9900;
 }

 .go{
  border-style: solid;
  border-width: 1px;
  border-color: #818181;
  width: 51px;
  height: 17px;
  color: #282E3E;
  font-size:9px;
 }

 .br{
  border-style: solid;
  border-width: 1px;
  border-color: #B1B1B1;
 }

 .ml{
  color: #000000;
  font-size: 12px;
  text-decoration: none;
 }
 .ml:hover{
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
 }

.mo{
  color: #000000;
  font-size: 12px;
  text-decoration: none;
 }
 .mo:hover{
  color: #339966;
  font-size: 12px;
  text-decoration: underline;
 }

 .ml1{
  color: #282E3E;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
 }

/*Bei Produkt-info der Text Produkt Beschreibung*/
 .ml2{
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
 }

/*Produktbezeichnung in der Box*/
 .ml2_neu{
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
 }

.ml2_neu:hover {
  color: #000000;
  text-decoration: underline;
}

 .ml3{
  color: #282E3E;
  font-size: 11px; 
  text-decoration: none;
 }

 .ml4{
  color: #C7CDC4;
  font-size: 11px; 
  font-weight: bold;
  text-decoration: underline;
 }

 .ch{
  color: #282E3E;
  font-size: 11px; 
 }
/*Warenkorb im Kopf*/
table.warenkorb {
  border: 0px;
  border-style: solid;
  background: #DCDCDC;
  //shopping-cart header/footer color
  
}

 .ch1{
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding-left: 0px;
 }

.contact_us{
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 4px;
 }

.contact_us_text{
  color: #000000;
  font-size: 12px;
  font-weight: none;
  padding-left: 8px;
 }

/*Preisangabe Text*/
.ch2_n1{
  color: #000000; 
  font-size: 11px;  
  font-weight: bold;
 }

/*Preisangabe Zahlen*/
.ch2_n2{
  color: #000000; 
  font-size: 13px;  
  font-weight: bold;
 }

 .ch2_n3{
  color: #111111; 
  font-size: 11px;  
  font-weight: bold;
 }

 .ch2{
  color: #C94160; 
  font-size: 16px;  
  font-weight: bold;
 }

 .se{
  width: 100px;
  color: #282E3E;
  font-size: 9px;
 }

 .pa{
  padding: 1px;
 }



 .image_border{
  border:1px solid #888888; 
 }


h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}











