/*
  $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; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }


DIV.bildschirm {     /* Konstrukt ist für IE nötig*/
  width:780px; 
  text-align: center;
  margin-left: auto; 
  margin-right: auto;  
  }

  
DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   border-radius: 7px;
   -moz-border-radius: 7px;
   }
DIV.shadow {
   background-color: #555;
   border-right: 5px solid #555555;
   border-bottom: 5px solid #555555;
   margin: 0px;
   }
   
DIV.shadow2 {
   background-color: #666;
   border-right: 1px solid #656565;
   border-bottom: 1px solid #656565;   
   margin: 0;
   }
DIV.shadow3 {
   background-color: #777;
   border-right: 1px solid #757575;
   border-bottom: 1px solid #757575;   
   margin: 0;
   }
DIV.shadow4 {
   background-color: #888;
   border-right: 1px solid #858585;
   border-bottom: 1px solid #858585;   
   margin: 0;
   }
DIV.shadow5 {
   float: left;
   background-color: #999;
   border-right: 1px solid #959595;
   border-bottom: 1px solid #959595;   
   margin: 15px;					/* Abstand oben und unten (dargestellte Seite) */
   }

   
/* 

  
DIV.shadow IMG {
   border: 0px solid #666;
   margin: -0px;
   display:block;
   position: relative;
   top: -0px;
   left: -0px;
   }
*/











BODY {
  /* background: #FFF7E2 ; */
  
  background: #aaaaaa ;     /* grauer Bildschrimhintergrund  */
  padding:0px; 
  color: #000000;
  margin-left: auto; 
  margin-right: auto;   
  text-align:center;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #990033;
  text-decoration: underline;
}




FORM {
	display: inline;
}

TR.header {
  background: #004064;
}

TR.headerNavigation {
  background: #FFF7E2;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFF7E2;
  color: #888888;
  font-weight : bold;
}

A.headerNavigation { 
  color: #888888; 
}

A.headerNavigationfett { 
  color: 000000; 
}


A.headerNavigation:hover {
  color: #990033;
  text-decoration: underline;
}

/*
TABLE.bodyrahmen {
  background: #dddddd ;
  padding:0px; 
  color: #000000;
  margin-left:auto; 
  margin-right:auto; 
  width:100%;  
}
*/


DIV.rahmen {
	background: #FFF7E2; 
	background-image:url(/images/hintergrund/deutscher_wein.gif); 
	background-repeat:no-repeat;
	background-attachment:scroll; 
	background-position: 50% 300;
	text-align:center;
	padding:0px;
	margin:0px;
}

TABLE.bodytable {
	width:100%;
	padding:0px;
	border-spacing:0px; 
	margin:0px;
}

TD.navispalte {
	vertical-align:top; 
	width:125px;	
}

TABLE.navispalte {
	border:0px; 
	width:100%;
	padding:0px;
	border-spacing:0px; 
	margin:0px;
}

DIV.kasten {
	border:0px; 
	width:100%;
	padding:0px;
	border-spacing:0px; 
	margin:0px;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #ff0000;
  color: #FFF7E2;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #00ff00;
  color: #FFF7E2;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #004064;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #004064;
  color: #FFF7E2;
  font-weight: bold;
}

.infoBox {
  background: #004064;
}

.infoBoxContents {
  background: #F5DFAF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}



.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #004064;
  color: #FFF7E2;
}

A.infoBoxHeading {
  color: #FFF7E2; 
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #F5DFAF;
}

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: #F5DFAF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #004064;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #004064;
  color: #FFF7E2;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border-bottom-color:#004064; 
  border-bottom-style:solid;
  border-bottom-width: 1px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


A.pageHeading { 
  color: #004064; 
}


A.H1 { 
  color: #004064; 
}


SPAN.aktuellerlink {
  color: #FFF7E2;
  font-weight: bold;
  background-color: #004064;
}


TD.LHpageHeading, DIV.LHpageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #004064;
}



TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}


TD.main, P.main, SPAN.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
}


A.textlink {
font-weight: bold
}

A.textlink:link {
  text-decoration: underline;
; font-weight: bold
}


A.textlink:visited {
  text-decoration: underline;
; color: #666666
}

A.textlink:hover {
  color: #FF0033;
; font-weight: bold
}



TD.lhcontent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
}



TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}


TD.smallTextextra, SPAN.smallTextextra, P.smallTextextra {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bolder; 
  color: #FF0000
}


TD.xsmallText, SPAN.xsmallText, P.xsmallText, DIV.xsmallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #997755;
}

TD.xdsmallText, SPAN.xdsmallText, P.xdsmallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}


TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  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: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  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; }
SPAN.wichtigerHinweis {  font-weight: bold; color: #FFFFFF; background-color: #FF3333; font-size: 12pt}


SPAN.produkttext_start {  font-weight: bold; color: #222222; font-size: 14px}


TD.smallText, SPAN.smallText{ font-weight: normal }


TD.pageHeading, SPAN.pageHeading, DIV.pageHeading { 
  font-family: Times New Roman, Times, serif;
  font-size: 36px;
  font-weight: ;
  color: #004064;
 } 
 
/*pageHeading Ersatz für Sumas */ 
TD.H1, SPAN.H1 , DIV.H1, P.H1{ 
  font-family: Times New Roman, Times, serif;
  font-size: 36px;
  font-weight: ;
  color: #004064;
 }  
 
   
 
TD.H2, SPAN.H2 , DIV.H2, P.H2{ 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #004064;
 }  
 
 

 
 
 
 
TD.H3, SPAN.H3 , DIV.H3, P.H3{ 
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: ;
  color: #004064;
 }  
 
 
 
 
 TD.untercattext, SPAN.untercattext , DIV.untercattext{ 
  font-family: Times, serif;
  font-size: 20px;
  font-weight: ;
  color: #000000;
 }  
 
  
 
 
 
TR.productListing-even { border-color: black black #003399 }

TR.productList/*
  $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; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }



A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #990033;
  text-decoration: underline;
}




FORM {
	display: inline;
}

TR.header {
  background: #004064;
}

TR.headerNavigation {
  background: #FFF7E2;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFF7E2;
  color: #888888;
  font-weight : bold;
}

A.headerNavigation { 
  color: #888888; 
}

A.headerNavigationfett { 
  color: 000000; 
}


A.headerNavigation:hover {
  color: #990033;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #ff0000;
  color: #FFF7E2;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #00ff00;
  color: #FFF7E2;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #004064;
}

HR {
  color: #000000;
  background-color: #000000;
  width: 100%;
  height: 1px;
  text-align: center;
  border: 0px;
}


