
/**
*  LAYOUT STYLES
*
*/

/**
*   FONT STYLES 
*
*  Standardize font sizes and line-height across browsers 
*/

body {
  font: 13px Georgia, Palatino, "Times New Roman", Serif;
  *font-size:small;
  *font:x-small;
  background: #F8F5DE;
  color: #481B1B;
}

table {
  font-size:inherit;
  font:100%;
}
select, input, textarea {
  font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
  font:115% monospace;
  *font-size:100%;
}

table tr.odd {
  background: #ddd;
}

tr, td {
  padding: .25em;
}

td.icon {
  text-align: center;
}

/*debug*/

divxx {border: solid 1px #f00;}
/**
 * Layout
 */


#container {
 	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	text-align: left;
	position: relative;
	border: 3px solid #c0c0c0;
	width:900px;
	line-height:140%;
	background: url(img/himmel2.jpg) no-repeat -1px -10px;
	background-color: #ffffff;
}

/* screen aufteilung */
#headerbox {
	vertical-align:top;
	height: 150px;
	xborder-bottom: 1px solid #c0c0c0;
}
#picturebox {
	height:150px;
}

#searchbox {
	top:97px;
	left:580px;
	position:relative;
	white-space: nobreak;
	height:28px;
	font-size:90%;
	padding-left:6px;
	z-index:1;
	width:320px;
}

#leftbox {
	width:220px;
	float:left;
}

#contentbox{
	margin-left: 12px;
	padding: 0px 9px 0px 0px;
	width: 658px;
	top:3px;
	position: relative;
	float:left;
}

#rightbox {
	position: relative;
	width:1px;
}

#footerbox{
	float: none;
  	clear: both;
	text-align: center;
	vertical-align:top;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 80px;
	font-size:75%;
	background: url(img/grass.jpg) repeat-x 0px 20px;
}

/* -------------------------------------------------------------------------- */

.navtrailbox, .navtrailbox a {
	font-size:100%;
	color: #D70004;
	height:25px;
	margin: 3px 0px 2px 0px;
}
.navtrailbox {
	border-bottom: 1px solid #D70004;
}

.topmenubox, .topmenubox a {
	text-align:right;
	color: #D70004;
	font-size:100%;
}

.topmenubox {
	padding:6px 15px 6px 6px;
}

/* Menuboxes */

.menubox {
	margin: 3px 6px 18px 6px;
}

.menuboxHeader{
  font-size:105%;
  font-weight: bold;
  line-height:180%;
  color: #cc0000;
  font-family: Arial;
  margin: 0px 0px 3px 0px;
  border-bottom: 1px solid #cc0000;
}
.menuboxText{
 margin: 0px 0px 0px 6px;
 font-size: 90%;
 line-height:180%;
}


/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/


















.boxText { 
	
	font-size: 90%;
}

.boxTextBG {
	
	font-size: 100%;
	background-color: #f1f1f1;
}
.boxTextBGII {
	
	font-size: 100%;
	background-color: #F8F5DE;
}
.boxTextPrice {
	
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	
	font-size : 100%;
	color: #CC0000;
	background-color: #ffffff;
	border: 2px solid #CC0000;
}
.gvBox {
	
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}



img{
	border:0;
}

A {
  color: #481B1B;
  text-decoration: none;
}

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

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid #c0c0c0;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	padding-bottom: 10px;
}

TD.headerError {
  
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {

  font-size: 12px;

  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
 font-size: 100%;
}

.taxinfo {
	font-size:80%;
}

.lieferzeit{
	font-size:80%;
}
.infoBox {
}

.infoBoxContents {
  
  font-size: 100%;
}

.infoBoxNotice {
 
}

.infoBoxNoticeContents {
  font-size: 100%;
}

TD.infoBoxHeading {
  font-size:100%;
  font-weight: bold;
  color: #cc0000;
  font-family: Arial;
}

TD.infoBoxHeading_right {
 font-size:110%;
  font-weight: bold;
  color: #cc0000;
}

TD.infoBox, SPAN.infoBox {
  font-size: 1em;
}

TD.infoBox_right, SPAN.infoBox_right {
 font-size: 1em;
}

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-bottom: 1px solid #c0c0c0;
  border-spacing: 1px;
}

.productListing-heading {
  
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  
  font-size: 10px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

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

TD.pageHeading, DIV.pageHeading {
  
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 95%;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 80%;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  
  font-size: 11px;
}

SPAN.greetUser {
  
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f5f5f5;
  border-style: 1px solid c0c0c0;
}

TD.formAreaTitle {

  font-size: 12px;
  font-weight: bold;
}

.copyright, .copyright a {
  font-size: 9px;
  color:#c0c0c0;
  text-align:center;
}
.parseTime {
  visibility:hidden;
  font-size: 1px;
  line-height: 1px;
  text-align:center;
}
.smallcart {
  font-size: 10px;
  line-height: 100%;
}
A.copyright {
  color:#c0c0c0;
}
A.copyright:hover {
  color: #c0c0c0;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {

  font-size: 120%;
  color: #C00000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #ff0000;
}
SPAN.productOldPrice {
	
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  
  color: #ff0000;
}

SPAN.productDiscountPrice {
  
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Arial;
	font-weight: bold;
}

.moduleRow,.moduleRow a,.moduleRow a:hover {
 	font-size: 100%;
 	font-weight:normal;
}
.moduleRow a {
 	font-size: 100%;
 	font-weight:normal;
}

.moduleRowOver, ..moduleRowOver a { 
	font-weight:normal;
}

.moduleRowSelected  { 
	color: #D70004;
	font-weight: bold;
}

.checkoutBarFrom, .checkoutBarTo {  font-size: 95%; }
.checkoutBarCurrent {  font-size: 95%; color: #c00000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 {  font-size: 7pt; }
.heading2 {  font-size: 9pt; }
.heading3 {  font-size: 10pt; }
.heading4 {  font-size: 12pt; }
.heading5 {  font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading { font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub { font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	
}
.navRight {
	
}

.contentsTopics {
	font-size: 105%;
	/* font-family:Arial;*/
	font-weight: bold;
	color: #D70004;
	line-height:22px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
	padding: 5px;
}

.poweredby {
  font-size: 9px;
  color: #c0c0c0;
  font-weight: normal;
}
.onepxwidth {
	width: 1px;
}
