/*
  $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: 12px;
color: #FFFF99;
}

.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; color: #000000; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #B4a183;
  color: #FFFFFF;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: transparent;
}

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

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #ffffcc;
  text-decoration: none;
}

TR.headerError {
  background: #B4a183;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #B4a183;
  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: #cc0000; */
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #cc0000; */
  color: #ffffff;
  font-weight: bold;
}

.InhaltsTabelle
{
 background-image: url(images/bg_main_content.jpg);
 background-repeat: repeat-x;
}


/*der Background- Wert bestimmt die Ramenfarbe der Boxen - lieber Helge, probieren geht über studieren*/
.infoBox {
	background: #634E40;
}

.infoBoxContents {
  background: #634e40;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  
}
.infoBoxNotice {
  background: #FF8E90;
}

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

/* Helge lässt hier mal den Fuchs sprechen
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ffffff;
  color: #B4a183;
}*/

td.infoBoxHeading 
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #2C1F16;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    -x-background-x-position: 0%;
    -x-background-y-position: 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    color: rgb(180, 161, 131);
}
/*im folgenden Abschnit hat Helge Klassen für die einzelnen Boxen definiert. Die erste für Contents=Inhalte*/
TD.infoBoxHeadingGreetings {
  background: #2C1F16;
  background-image: url('includes/languages/german/images/buttons/box_anmeldung.gif');
  background-repeat: no-repeat;
}

TD.infoBoxHeadingCategories {
  background: #2C1F16;
  background-image: url('includes/languages/german/images/buttons/box_kategorien.gif');
  background-repeat: no-repeat;
}
TD.infoBoxHeadingManufacturer {
  background: #2C1F16;
  background-image: url('includes/languages/german/images/buttons/box_hersteller.gif');
  background-repeat: no-repeat;
}

TD.infoBoxHeadingShoppingCart {
  background: #2C1F16;
  background-image: url('includes/languages/german/images/buttons/box_warenkorb.gif');
  background-repeat: no-repeat;
}

TD.infoBoxHeadingSearch {
  background: #2C1F16;
  background-image: url('includes/languages/german/images/buttons/box_durchsuchen.gif');
  background-repeat: no-repeat;
}

TD.infoBoxHeadingProductNotifications {
  background: #2C1F16;
  background-image: url('images/navi/productnotifications.gif');
  background-repeat: no-repeat;
}

TD.infoBoxHeadingInformation {
  background: #2C1F16;
  background-image: url('includes/languages/german/images/buttons/box_informationen.gif');
  background-repeat: no-repeat;
}
/*ende Gelände*/
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 {
  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: #FFFF99;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
/*  background: #b6b7cb; */
  color: #FFFFcc;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #B4A183;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

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: 14px;
  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: #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: 10px;
  color: #B4a183;
}

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

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

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

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

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

/*da hack vom helge*/

address, p {
margin: 0.5em 0.25em;
}
address, div, p, ul {
/* für NN 4.x zusätzlich nötig! hat Helge aber mal rausgenommen*/
/*font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;*/
}
body ,div, ul {
/* für NN 4.x */
font-size: 80%;
/* für die anderen Browser - vor NN 4.x verstecken */
/*/*/font-size: 100%; /* */
}

/* ab hier wird's interessant */

/* Abstände zunächst ausschalten */

li {
list-style: none;
}

ul {
margin-top: 0;
margin-bottom: 0;
}

/* Ankerelemente (Links) mit Pseudoklassen versehen -
Reihenfolge beachten wegen Spezifität! */
a:link {
background: transparent;
}
a:visited {
background: transparent;
}
a:hover, a:focus, a:active {
background: transparent;
}

/* die Box für die Links:
border (ausser unten), automatische Breite,
kein padding,
kleiner margin oben/unten,
grosser rechts und links */
#linkbox {
border-top: 0px solid #f7f7f7;
border-right: 0px solid #f7f7f7;
border-left: 0px solid #f7f7f7;
width: auto;
padding: 0px;
background: #666;
color: #f7f7f7;
}
/* das Listenelement ohne Listen-Style
innerhalb der Box (als Kontextselektor):
kein padding, kein margin, keine border */
#linkbox ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
/* das Aufzählungselement als Blockelement
innerhalb der Box (als Kontextselektor):
kein margin */
#linkbox li {
display: block;
}
/* das Ankerelement

dieser Selektor ist wichtig für die "guten" Browser :)

innerhalb des Aufzählungselements,
innerhalb der Box,
innerhalb des BODY-Elements
(als Kindselektor innerhalb des HTML-Elements),
automatische Breite
*/
html>body #linkbox li a {
width: auto;
}
/* das Ankerelement

diesmal für die "dümmeren" Browser ;))

als Blockelement,
Breite über ganzen Block,
kein margin,
kleines padding oben/unten,
grosses rechts und links,
border diesmal unten,
kein Unterstrich
*/
#linkbox li a, #linkbox li a:link {
display: block;
width: 100%;
background: #634E40;
color: #ffff99;
padding: 3px 0px 3px 0px;
border: 1px solid #B4A183;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
text-decoration: none;
}
#linkbox li a:visited {
background: #634E40;
color: #ffff99;
border: 1px solid #B4A183;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
}
#linkbox li a:hover, #linkbox li a:focus, #linkbox li a:active {
background: #2C1F16;
color: #ffff99;
border: 1px solid #B4A183;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
font-weight: bold;
}

hr {
color: #ffffff; 
background: #ffffff; 
height:1px;
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
}

.content {
	background-attachment: fixed;
	background-image: url(images/bg_inhalt.jpg);
	background-repeat: repeat-x;
}

.beschreibungstabelle
{
	background: #B4a183;
	border-top-color: #ffff99;
	border-right-color: #FFFF99;
	border-left-color: #FFFF99;

}
