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



/* MOZILLA Radius
  border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
*/


/* contrib:gesetzliche Anforderungen BRD
*/
.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #758389;
}


IMG {
  border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
}

/* Text in allen Boxen
*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: xx-small; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : xx-small; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : xx-small; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : xx-small; color: #70d250; text-decoration: underline; }

table,tr,td,th {
  border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
}

/* Aussehen des HTML-Bodys
*/
BODY {
  background: #f5f7ec url(_layout/green/bg.jpg) top left repeat-x;
  color: black;
  margin: 0 auto; /* mittig ausrichten */
  padding-bottom:150px;
  font-family: Verdana, Arial, sans-serif; font-size: xx-small;
}

/*  der div-Container "#website" reicht von
    catalog/index.php (<!--START: ID_website//-->)
    bis
    catalog/includes/application_bottom.php (<!--END: ID_website//-->)
*/
#website {
  background-color: transparent;
  margin-top:0px;
  width:770px;
  font-size: xxx-small;
}

/* catalog/includes/header.php
*/
#header {
height:121px;
width:770px;
text-align:left; /* herausnehmen, wenn mittig sein soll*/
}
    #header_logo{
    position:relative;top:0px;left:0px;
    width:265px;
    height:121px;
    background: #fdfdfd url(_layout/green/logo.jpg) 0px 1px no-repeat;
    }

/* catalog/includes/header.php
*/
#zwischenzeile {
background: #fdfdfd url(_layout/green/obenrund.gif) top left no-repeat;
padding-bottom:5px;
}


/* catalog/includes/boxes/categories.php
    Das "a:active" wird in "categories.php" im Quelltext direkt definiert.
*/
.navi {
display:block;
background-color:#fdfdfd;
margin:0px;
border-bottom:1px solid white;
}
    .navi a {
      display:block;
      background-color:#c1c99a !important;
      text-decoration: none;
      padding:2px;
    }
    .navi a:hover {
      display:block;
      background-color:#a1b259 !important;
      color:white;
      text-decoration: underline;
      padding:2px;
    }
.navi_unterseiten {
display:block;
background-color:#fdfdfd;
text-align:right;
}
    .navi_unterseiten a {
      display:block;
      background-color:#e5ecd0 !important;
      text-decoration: none;
      padding:2px;
    }
    .navi_unterseiten a:hover {
      display:block;
       background-color:#a1b259 !important;
      color:white;
      text-decoration: underline;
      padding:2px;
    }

    
    
/*  catalog/index.php
    Beinhaltet alles: linke Spalte, Mitte, Rechte Spalte
*/
#content_body {
width:770px;
background: #fdfdfd url(_layout/bg2_trans.jpg) 0px -5px repeat-x;
padding:0;
margin:0;
}



/* catalog/includes/footer.php
*/
#footer {
    background: #fdfdfd url(_layout/green/untenrund.gif) 0px 0px no-repeat;
    width:770px;
    height:16px;
}
    #footer_extra1 {
    position:relative;top:-40px;right:-400px;
        background: url(_layout/green/blaetter.gif) bottom right no-repeat;
        width:94px;
        height:90px;
    }
    
    FOOTER_TEXT_BODY {
    text-align:right;
    font-family:courier;
    }

/* Links
*/
A {
  color: #466d88;
  text-decoration: none;
  font-weight:bold;
}

A:hover {
  color: navy;
  text-decoration: underline;
}



FORM {
	display: inline;
}


TR.header {
background-color: transparent;
}

TR.headerNavigation {
  background-color: transparent;
}

/* Oberer langer QuerBalken unterhalb des Logos------------------------------------------------------------------
*/
    TD.headerNavigation {
      font-family: Verdana, Arial, sans-serif;
      font-size: xx-small;
      background: transparent url();
      color: gray;
      height:20px;
      font-weight : bold;
    }
    
    A.headerNavigation { 
      /* color: #FFFFFF; */ 
      color: gray;
    }
    
    A.headerNavigation:hover {
      /* color: #ffffff; */
      color: gray;
    }

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


/* Footer------------------------------------------------------------------
*/
    TR.footer {
    /* background: #bbc3d3; */
    }
    
    TD.footer {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 9px;
    color: gray;
    padding-left:10px;
    padding-right:10px;
    }

    
/* Alle Boxen------------------------------------------------------------------
*/  

    /* Aussehen der Boxen (Kategorien etc.)
    */  
    .infoBox {
      background: gray; /* ergibt Umrandung in Boxen, wenn .infoBoxContents eine andere Background hat */
    background: #fdfdfd url() top left repeat-x;
    border:1px solid #d3d9bc; /* Farbe der einzelnen Boxumrandung*/
    }
    
    .infoBoxContents {
      font-family: Verdana, Arial, sans-serif;
      font-size: xx-small;
      background: #fdfdfd url() top left repeat-x;
    }
    
    .infoBoxNotice {
      background: #FF8E90;
    }
    
    .infoBoxNoticeContents {
      background: #FFE6E6;
      font-family: Verdana, Arial, sans-serif;
      font-size: xx-small;
    }
    
    TD.infoBoxHeading {
      font-family: Verdana, Arial, sans-serif;
      font-size: xx-small;
      font-weight: bold;
          color: black;
          height:20px;
      color: gray;
    }
    
    TD.infoBox, SPAN.infoBox {
      font-family: Verdana, Arial, sans-serif;
      font-size: xx-small;
    }

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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  background: #c1c99a;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
}

A.pageResults {
  color: #0000FF;
}

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

/* Überschriften Text
*/
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #bc720f;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  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: xx-small;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  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: 10px;
}

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: #e5ecd0; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: xx-small; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: xx-small; color: #000000; }

/* message box
*/
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: xx-small; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: xx-small; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: xx-small; background-color: #99ff00; }

/* input requirement
*/
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: xx-small; color: #ff0000; }

