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

  adapted for Custom Product Builder 1.1.0

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
a, a:active, a:visited  {
    color:#70291A;  
    font-size:12px; 
}
 a:hover  {
    color:#E60003;  
}



td.boxText { 
     color:#504E53;
     height:20px;
     font-size:12px;
     line-height:120%;
     font-weight:normal;
     margin-left:15px;
     padding-left:15px;
}

 td.boxText a{ 
     color:#504E53;
     height:20px;
     font-size:12px;
     line-height:150%;
     font-weight:normal;
     padding-left:0px;
     margin-left:0px;  
     text-decoration:none;    
  }
 
     
 div#jacknecksearch td.boxText {
  margin-left:0px;
 }
 div#jacknecksearch {
     margin-top:-5px;
     margin-bottom:-5px;   
 } 
 div#cmslinks { 
     margin-bottom:15px;   
 }  
  .errorBox { font-family : Arial, Helvetica, Geneva, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, Geneva, sans-serif; font-size : 10px; color: #E60003; }
.productsNotifications { background: #f2fff7; }
.orderEdit { 
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #70291A; 
   font-size:12px;
}

BODY {
   text-align: center;
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 12px;
   line-height: 120%;
   background-image: url("images/hintergrund.jpg");
   margin:1em;    /* gives some air for the pagewrapper */
}

td.productListing-data a, a:link, a:active, a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #70291A; 
   font-size:12px;
   margin-left:0px;
}

.productListing-data a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #70291A;                /* a different color can be used for visited links */
   font-size:12px; 
   margin-left:0px; 
   }


/* remove underline on hover and change color */
td.productListing-data a:hover {
   text-decoration: none;  
   color: #E60003;
   font-size:12px; 
   margin-left:0px; 
   }
   
td.main a, a:link, a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #70291A; 
   font-size:12px;
   margin-left:0px;
}

td.main a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #70291A;                /* a different color can be used for visited links */
   font-size:12px; 
   margin-left:0px; 
   }


/* remove underline on hover and change color */
td.main a:hover {
   text-decoration: none;  
   color: #E60003;
   font-size:12px; 
   margin-left:0px; 
   }   
   
   
td#CAparagraph a, td#CAparagraph a:link, td#CAparagraph a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #70291A; 
   font-size:12px;
   margin-left:0px;
}

td#CAparagraph a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #70291A;                /* a different color can be used for visited links */
   font-size:12px;
   margin-left:0px;  
   }


/* remove underline on hover and change color */
 td#CAparagraph a:hover {
   text-decoration: none;  
   color: #E60003;
   font-size:12px; 
   margin-left:0px; 
   }   
   
 a.headerNavigation, a:link.headerNavigation, a:visited.headerNavigation  
 {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #807F84; 
   font-size:12px;    
 }
 a:active.headerNavigation {
  
  font-size:12px;  
}
.footer.Navlinks  a:active {
  font-weight:bold;
  font-size:10px; 
}
.footer.Navlrechts  a:active {
  font-weight:bold;
  font-size:10px; 
}

.footer.Navlinks a, .footer.Navlinks a:link, .footer.Navlinks a:visited { 
    
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #807F84; 
   font-size:10px;
} 
.footer.Navrechts a, .footer.Navrechts a:link, .footer.Navrechts a:visited { 
    
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #807F84; 
   font-size:10px;
} 

.footer.Navlrechts  a, .footer.Navlrechts a:link, .footer.Navlrechts a:visited { 
    margin-left:0px;
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #807F84; 
   font-size:10px;
} 


FORM {
	display: inline;
}

TR.header {
  background: #FEF9FA;    
}

TR.headerNavigation {
   background: #FEF9FA;

}
table.headerNavigation {   
 
}  


td.headerNavigation {  
    color: #807F84; 
    background: #FCE0E0 ;
    font-size:12px;   
}
TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FEF9FA; 
}


td.footer.Navlinks { 
    padding-left:20px;
}
td.footer.Navrechts{  
   padding-right:20px; 
}
td.footer {  
    color: #807F84; 
    background: #FCE0E0 ;
    font-size:10px; 
    white-space: nowrap;  
}
.infoBox {
  background: #70291A;
  margin-bottom: 10px;  
}

.infoBoxContents {
  background: #FCE0E0;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}
span.infoBoxContents{
 line-height:150%;
}
.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #70291A;
  color: #ffffff;
  padding-left:5px;
  padding-top:3px; 
  height:18px;
}

div#jacknecksearch TD.infoBoxHeading {  
 height:0px;
 display:none;
}

 
TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}

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

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: #FCE0E0;
}
div#jacknecksearch TABLE.infoBox {
     background:transparent;
}
div#jacknecksearch TABLE.infoBoxContents {  
      background:transparent;   
}
TABLE.productListing  {
  border: 1px;
  border-style: solid;
  border-color: #70291A;
  
}
TABLE.BuidlingListingOben  { 
  border: 1px;
  border-style: solid;
  border-color: #70291A; 
  border-bottom:0px;
}
  TABLE.BuidlingListingUnten { 
  border: 1px;
  border-style: solid;
  border-color: #70291A; 
  border-top:0px;
}
  TABLE.BuidlingListingUnten td{ 
  padding-left:4px;
  padding-right:8px;
  }
TABLE.BuidlingListingMitte {
 background: #FCE0E0; 
 border: 1px;
  border-style: solid;
  border-color: #70291A; 
  border-spacing: 1px;
  border-top:0px;  
  border-bottom:0px;   
}

TABLE.BuidlingListingMitte th{ 
 border: 0px;
  border-style: solid;
  border-color: #ffffff;     
}
TABLE.BuidlingListingMitte th table th{  
  border: 0px;    
  font-weight: normal;  
}
TABLE.BuidlingListingMitte th {  
  border: 0px;  
}



TABLE.BuidlingListingMitte th table th span{  
  
  /*margin-top:20px;
  display:block;
  float:right;
  width:180px;
  margin-left:10px;   */
}
 div.myipname{  
 
 
 

}
 
td.unsichtbar{
     display:none;
}

TABLE.BuidlingListingMitte td{ 
 height:0px;
}

th.buildertitel {
      border:1px solid #70291A;
      background:#FCE0E0;
}


.productListing-heading {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  background: #70291A;
  color: #FFFFFF;
  font-weight: bold;

}
.productListing-heading a{
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  background: #70291A;
  color: #FFFFFF;
  font-weight: bold;

}
TD.productListing-data {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color:#807F84;
  border:1px solid #ffffff;
}

A.pageResults {
  color: #70291A;
}

A.pageResults:hover {
  color: #70291A;
  background: transparent;
}

TD.pageHeading, DIV.pageHeading {
   font-size: 18px; 
   line-height: 150%;
   margin: 0;
   color:#807F84;
   font-weight:bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color:#807F84;
}

TD.main, P.main, td#CAparagraph {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color:#807F84;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
  color:#807F84;      
}

TD.accountCategory {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color: #E60003;
  line-height:150%;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;

}

TEXTAREA {
  /*width: 100%;*/
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  overflow: auto;
}
INPUT, SELECT,TEXTAREA {
   border: 1px solid #70291A; 
}
INPUT image {
   border: 0px solid #70291A; 
}
SPAN.greetUser {
  font-family: Arial, Helvetica, Geneva, 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, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color: #E60003;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  color: #E60003;
}

SPAN.errorText {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  color: #E60003;
}

.moduleRow { }
.moduleRowOver { background-color: #FCE0E0; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FCE0E0; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 10px; color: #807F84; }
.checkoutBarCurrent { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; color: #807F84; }

/* message box */

.messageBox { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 12px; color: #E60003; }
/* Custom Product Builder */
table.BuidlingListingOben td.builder_heading,table.BuidlingListingUnten td.builder_heading, td.builder_heading input{
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  background: #70291A;
  color: #FFFFFF;
  font-weight: bold;   
  border:1px solid #ffffff;
  white-space: nowrap;
}


 table#prod_table{
 
  background:#FCE0E0;
 }
.builder_footing {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  background: #FCE0E0;
  color: #807F84;
  font-weight: bold;
}

TH {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  color: #807F84;
  /*font-weight: bold;*/
}
/* End Custom Product Builder */

/*BOF ROSWALD*/
div#pagewrapper {  
   margin: 0 ;
   margin-left:auto;       /* this centers wrapper */
   margin-right:auto; 
   max-width: 950px;   
   min-width: 950px;
   width:950px;
   background-color:transparent;
}

Table#content  {
   max-width: 950px;   
   min-width: 950px;
   width:950px;
   border-left:2px solid #70291A;      
   border-right:2px solid #70291A;
   background:#FEF9FA;
   padding-bottom: 15px;
   border-collapse:collapse
}
 
div#footerabstand
{
 max-width: 946px;   
   min-width: 946px;
   width:946px;
   border-left:2px solid #70291A;      
   border-right:2px solid #70291A;
   background:#FEF9FA;
}     
div#headerabstand
{
 max-width: 946px;   
   min-width: 946px;
   width:946px;
   border-left:2px solid #70291A;      
   border-right:2px solid #70291A;
   background:#FEF9FA;
}     


table.borderrot {  
   border-left:2px solid #70291A;      
   border-right:2px solid #70291A;
   background:#FEF9FA; 

}
img#kopfbild{
 margin-right:15px;
 margin-bottom:15px; 
}
img#logo{
 margin-left:45px;
}

.abstand{
 width:13px;
}
.abstandright{
 width:12px;
}
div#breadcrumb{
     margin-left:7px;
     margin-top:-2px;
}
td.Navlinks  {
 border: 1px solid #70291A; 
 border-right: 0px solid #70291A;       
   padding-top:4px;
   padding-bottom:4px; 
}
td.Navrechts  {
 border: 1px solid #70291A; 
 border-left: 0px solid #70291A;       
   padding-top:4px;
   padding-bottom:4px; 
}/*EOF ROSWALD*/

td.jackneckbox{
 padding-left:14px;
 padding-right:13px;
 margin-top:15px;  
border-right: 1px solid #70291A; 
 border-left: 1px solid #70291A;    
 }
table.jackneckmitte{
 background:#FEF9FA;
 margin-left:15px;
 margin-right:15px;
 width:95%;
}
div#jackneckleerbox{
     height:40px;    
}
td#bordermitteoben { 
     width:100%;   
     background-image:url(images/borderoben.gif);      
}
td#bordermitteunten { 
     width:100%;   
     background-image:url(images/borderunten.gif);      
}
td#eckelinks {    
     padding:0px;
}
td#eckerechts {    
     padding:0px;
}
table#ecke{
    max-width: 950px;   
     min-width: 950px;
     width:950px;
     padding:0;
     font-size:0px;
}
div#oFrame{
 
}
table#BuildProductListingTable td{
 padding:5px; 
 padding-left:10px;  
 padding-right:10px;   
}

span.buildercart{
 font-size:12px;
 color: #807F84; 
}

/*Änderungen für alle IE*/
* html body div#footerabstand  {    
     max-width: 950px;   
     min-width: 950px;
     width:950px;
     
}
* html body div#headerabstand  {    
     max-width: 950px;   
     min-width: 950px;
     width:950px;
     
}

.Navlinks{
    PADDING-LEFT:0px;
}

* html body div#jackneckleerbox{
    width:162px;
}
span.trennerfooter{
     margin-left:10px;
     margin-right:10px;
}

div#footerlink    {
     margin-left:20px;        
}
html{
     overflow-y:scroll;
}


input.submitohne{
 border:0px;
}

td.boxText div.homebox a, td.boxText div.homebox a:active, td.boxText div.homebox a:visited, td.boxText div.homebox a:hover{
      background-image:url(images/pfeil_links.gif);
     background-repeat:no-repeat;
     background-position:6px;
     padding-left:20px;
     font-size:14px;
     line-height:150%;
     text-decoration:none;
     color:#504E53;
     font-weight:normal;
     }

td.boxText div.homebox a.besuchterlink{
     color:#E60003;
     background-image:url(images/pfeil_rot.gif);
     background-position:6px 50%;
     background-repeat:no-repeat;
}

td.boxText a, td.boxText a:active, td.boxText a:visited, td.boxText a:hover{
     text-decoration:none;
     color:#504E53;
     font-weight:normal;
 }

  
td.infoBoxHeading a, td.infoBoxHeading a:active, td.infoBoxHeading a:visited,td.infoBoxHeading a:hover  {
   
     text-decoration:none;
    background-image: none;
     background-repeat:no-repeat;
      background-position:0px;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding:0px; 
  height:12px;
  margin:0px;
  line-height:120%;
  }
   
#hilfe {
	position:absolute;	
}

/* Hilfe = Pop-Up beim Konfigurator */
#hilfe a img {
border:0 none;
}

#hilfe a:hover img {
border:0 none;
}

#hilfe a span {display:none;}

#hilfe a:hover span {
	color:black;
	background: #FCE0E0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color:#807F84;
    border:1px solid #70291A;
	display:block;
	padding:5px;
	width: 200px;
}

