  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
ge
  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, sans-serif; font-size: 11px; }
.errorBox { font-family : Verdana, sans-serif; font-size : 11px; background: #F27662; font-weight: bold; }
.stockWarning { font-family : Verdana,  sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana,  sans-serif; font-size : 11px; color: #7F1B0C; text-decoration: underline; }

BODY {
  background: #DFDFD7;  /*#F1F0E9;  */
  background-image: url('images/hintergrund.gif');background-repeat:repeat-x ; 
   /*background-position: 110;*/
   /*color: #D7D7D0;*/
  margin: 0px; /*absoluter Aussenrahmen*/
}

A {
  color: #000000;  /* Schrift linke Boxen innen */
  text-decoration: none;
}

A:hover {
  color: #000000; 
  text-decoration:  underline;
 }


A.jane {
  color: #000000;  /* unterstrichende weiterführende Links - schwarz*/
  text-decoration: none;
}

A.jane:hover {
  color: #000000;
  text-decoration: underline;
}
FORM {
	display: inline;
}

TR.header {

}



TR.headerNavigation {
  color: #ffffff;
  }

TD.headerNavigation {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background-image: url('images/balken_oben.gif');background-repeat:repeat-x ; 
  color: #ffffff;
  height: 30px !important; 
  font-weight : bold;
}

A.headerNavigation { 
  color: #ffffff; /* #F7F7DB*/
}
A.headerNavigationj { 
  color: #F80415; /* #F7F7DB*/
}
/* Navigationszeile bei MouseOver */
A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #FF0000;
}
/* Einblendung bei Fehler oder Warnung z.B. AGBs nicht akzeptiert */
TD.headerError {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background: #FF0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}
/* Einblendung beim Versand eines neuen Passworts */
TD.headerInfo {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer { /* Balken ganz unten */
  /*background: #8C4B25;*/
  background-image: url('images/bg_footer.gif');
  height: 150px !important;
  vertical-align: bottom;
  color: #ffffff;
}
/* Balken unten mit Datum und Anzahl Zugriffe */
TD.footer {
 
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  
  font-weight: bold;
}

.infoBox {
  background: #283845; /*  martgin farbe box*/
  }
.infoBox a {

}
.infoBox a:hover {

 }
.infoBox a:active {

}
.infoBoxContentsnew {
  background: #F0F3DE; /* ffffff farbe innen und boxen links innen*/
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
.infoBoxContents {
  background: #F0F3DE; /*  farbe innen und boxen links innen*/
  font-family: Verdana, sans-serif;
  font-size: 12px;
  
}
.infoBoxContentsjane {
 
  background: #DFDED5;
  color: #71252D;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  height: 30px !important; 
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  
}
/* neue Classe für Boxenüberschrift Kategorien jane*/
TD.infoBoxHeadingCategories {
  /*background: #33c3d3;*/
  background-image: url('images/box_oben.gif');
  background-repeat: no-repeat;
   height: 48px !important; 
}

/* Fuellfarbe Ueberschrift aller Boxen , feste Höhe 27px eingestellt*/
TD.infoBoxHeading {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background-image: url('images/button.jpg');
  height: 27px !important; 
  color: #ffffff; /*schriftfarbe #E8E8E2 */

}
/* Fuellfarbe Ueberschrift aller Boxen , feste Höhe 27px eingestellt*/
TD.infoBoxHeadingjane {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 27px !important; 
  color: #000000; /*schriftfarbe #E8E8E2 */

}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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: #F0F3DE;
}

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: #F0F3DE;

}

TABLE.productListing { /* Produkttabelle */
  border: 0px;
  border-style: dotted; /*solid;*/
  border-color: #8C8876;
  border-spacing: 1px; /* gitterstreifen*/
}

.productListing-heading { /* Produkttabelle ZEILE OBEN */
  border: 0px;
  color: #000000;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*background-image: url('images/button.jpg');background-repeat:repeat-x ; */
  height: 27px !important;
  }

TD.productListing-data { /* Produkttabelle innen*/
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background: #00000;/*#F2F2ED;*/
  color: #000000;
}

A.pageResults {
  color: #642A16;
}

A.pageResults:hover {
  color: #642A16;

}
/* Farbe Schriftzug unser Angebot */
TD.pageHeading, DIV.pageHeading {
  background: #F0F3DE;
  font-family: Garamound, sans-serif;
  font-size: 18px;
  color: #000000; /* schriftzug produktname*/
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, sans-serif;
  font-size: 11px;
 
}

/* Haupt-Schrift */
TD.main, P.main {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/* Haupt-Schrift */
TD.mainjane, P.main {
 background: #F0F3DE  ;	/*Hintergrundfarbe product_info */
 font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, sans-serif;
  font-size: 11px;
 }

TD.accountCategory {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #FF0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
/* Farbe Schriftzug Gast bei der Begruessung */
SPAN.greetUser {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #E87D4B;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, sans-serif;
  color: #FF0000;
}

SPAN.errorText {
  font-family: Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D3D8C4; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #B1B5A3; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Verdana, sans-serif; font-size: 11px; background-color: #F27662; }
.messageStackSuccess { font-family: Verdana, sans-serif; font-size: 11px; background-color: #C0DD71; }

/* input requirement */

.inputRequirement { font-family: Verdana, sans-serif; font-size: 11px; color: #ff0000; }
#lightbox{
	position: absolute;
	left: 0;
	top: 10px !important;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
    background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 11px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000; /*444A4E;*/
	}
	
.rahmen {
border: 3px solid #FFFFFF; 
}	

.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #758389;
}

TD.noborderbox {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

.text1 {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.text2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

.s1 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #2A0C0D;
  font-weight: bold;
  text-align: left;
}
.s2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #2A0C0D;
  text-align: left;
}
.s3 {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #2f394c;
}
.strich1 { width: 100%; height: 2px;" }
.bild1 { align: center;}