#6E3073/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
Aenderungen notiert
unter body 
  background: #ffffbb;
 
  
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

/* Hauptbereich */
BODY {

/*  background-image: url("images/default/bg_christ_pic1600.jpg"); */
/*  background-repeat: no-repeat; */
/*  background-image: url("images/default/bg_main_vert.gif");  */
  color: #000000;  
  background-color: #ffffff;  
  /*  background-color: #93e177;    /* helles grün */
  margin-top: 5px;
  margin-bottom: 10px;
  border-color: #0000ff;

/* Farbe der links */
}
A {
  color: #004576;
  text-decoration: none;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
}
/* Farbe bei Mouse over */
A:hover {
  color: #ff1515;
  text-decoration: underline;
}

FORM {
	display: inline;
}
/* Kopfbereich der Seite wo das Banner eingefügt ist */
TR.header {
  background: #ffffff;
}
/* Navigationszeile unmittelbar unter dem Kopfbereich */
TR.headerNavigation {
/* background: #ffffff; */
background-image: url("images/default/bg_header.gif");
height:24px;

}
/* Navigationszeile die >> Zeichen */
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
 /* background: #999999; */
  color: #000000;
  font-weight: bold;
}
/* Navigationszeile Textfarbe */
A.headerNavigation { 
  color: #3477ff; 
}
/* Naviagtionszeile bei Mouse over */
A.headerNavigation:hover {
  color: #ff5a00;
}
/* Einblendung bei Fehler oder Warnung z.B. AGB nicht akzeptiert */
TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
/* Einblendung beim Versand eines neuen Passwortes */
TR.headerInfo {
  background: #00ff00;
}
/* Einblendung beim Versand eines neuen Passwortes */
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


/* Balken unten mit Datum und Anzahl Zugriffe */
TR.footer {
  /* background: #dbdbdb; */
  background-image: url("images/default/bg_header.gif");
height:24px;
}
/* Balken unten mit Datum und Anzahl Zugriffe */
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  
}

/* Farbe Rahmen um alle boxen */
.infoBox {
border-width:1px;
border-color:#4e4ea9;
/* border-color:#b6b7cb; */
border-style:solid;

}


/* Fuellfarbe Überschrift alle boxen */
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-image: url("images/infobox/bg_box_header.gif"); BACKGROUND-REPEAT:repeat-x; 
  height:23px;
    
}

/* Fuellfarbe alle boxen */
.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  background:#f9f9f9;
  /* background-image: url("images/infobox/bg_box_background.jpg"); */
  font-size: 11px;
  line-height: 1.5;
  
}

.infoBoxNotice {
  background: #FF8E90;
}

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

/* Überschrift ContentBox -also purchase- */
TD.infoBox_also_purchase {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #000000;
 vertical-align: left;
/* BACKGROUND-IMAGE: url(images/infobox/sub_right_left.gif); BACKGROUND-REPEAT: repeat */

}

/* Box Products Description ->product_info.php */
table.BoxProductsDescription {
  font-family: Verdana, Arial, sans-serif;
  background:#f7f7f7;
  /* background-image: url("images/infobox/bg_box_background.jpg"); */
  border-width:1px;
  border-style: solid;
  border-color:#bcbcbc;
  text-align:justify;
  line-height: 1.5;

}

/* Box Products Description ->product_info.php */
td.BoxProductsDescription {
  font-family: Verdana, Arial, sans-serif;
  background:#fbfbfb;
  /* background-image: url("images/infobox/bg_box_background.jpg"); */
  font-size: 11px;
  line-height: 1.5;
}

/* die Überschrift in produkt_info */ 
table.BoxProductsName {
  font-family: Verdana, Arial, sans-serif;
  background:#f7f7f7;
  /* background-image: url("images/infobox/bg_box_background.jpg"); */
  border-width:1px;
  padding:.1em;
  border-style:solid;
  border-color:#bcbcbc;

}

/* Tabellen im Innenbereich z.B. ueber uns */ 
table.cnt-def {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  color: #000000;
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px; 
}

TD.cnt-def-header {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #eeeeee;
  color: #000000;
  font-weight: bold;
}

  
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
/* 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: #f7f7f7;
}
/* 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: #f7f7f7;
}
/* Tabelle Produktliste Rahmen */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

/* Produktliste Überschrift Füllfarbe */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #e3eeff;
  font-weight: bold;

  
}

/* Produkt Liste, Achtung: ohne link */
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #00000;
  font-weight: none;  
  
}
/* Farbe Seitenauswahl unten rechts */
A.pageResults {
  color: #0000FF;
}
/* Farbe Seitenauswahl unten rechts bei mouse over */
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

/* Überschrift Farbe wie Unser Angebot, Kategorien etc. */ 
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff5a00;
}
/* Sup-Titelzeile, z.B. es wurden keine Artikel gefunden */
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
/* Hauptschrift (verwendet in product_info */
TD.main, P.main {
  font-family: Verdana, Arial;
  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: 12px;
  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;
}
/* Farbe der neuen Artikel im Warenkorb */
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}
/* Formularbereich bei Weiterempfehlung und Kundenkonto */
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: #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; }


/*change the menu hover color below*-------------------------------------------*/
#thecategories a:link { color:#000000; text-decoration:none; }
#thecategories a:visited {color:#000000; text-decoration:none; }
#thecategories a:focus { font-weight:none; color:red; text-decoration:underline; }
#thecategories a:hover {background-color: #ee8600;	color: #ffffff; text-decoration: none;}
#thecategories a:active { color:#f2e3ba; text-decoration:underline; }

/*Höhe der Kategorien*/
#thecategories a {
   display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	line-height: 1;
}
/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

/*Abstand der pic zu Schrift*/
.catwithsubs, .catwithnosubs {
	padding-right: 2px;
}
#thecategories {
	position: relative;
	top: -5px;
	margin-bottom: -10px;
	width: 185px;
	line-height: 1.5;
}

.activelink { 
display: block; 
color:#ffffff;
font-weight:none; 
background-color: #ecbc7b;
}


/*Abstand der Kategorien nach links*/
#topcat a {
padding-left: 1px;
}
/*Abstand der Unterkategorien nach links*/
#secondcat a {
	padding-left: 5px;
}
#thirdcat a {
	padding-left: 7px;
}
#fourthcat a {
	padding-left: 9px;
}
#fifthcat a {
	padding-left: 11px;
}

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

/* Anzeigebox Artikelgroesse in produkt_info */ 
.infoBoxContentsCo2 {
  background: #F8F8F9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/** Style nur für Preis in product_info *************/
.pinfo_price {
 font-family: Verdana; Arial; 
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #ff6c00;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #ff6c00;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/

/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #bababa;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #575664;
  font-weight : bold;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #303030;
  font-weight : normal;
}
A.sitemap { 
  color: #554dff; 
}
A.sitemap:hover {
  color: #ff0000;
}
/***** End Sitemap_SEO *****/ 




























