/* -----------------------------------------------------------------------------------------
gartencenter-shop24

Farben:
gelb: 					#FFCC00
dunkelgrün: 			#003700
grün: 					#006600
hellgrün: 				#A9C027
beige: 					#FFF3CE
hellbeige Tabellen HG: 	#FFFBE8
dunkelbeige Tabellen HG:#FFEE9B

Schriftgrößen:
Fliesstext/Standard: 	font-size: 13px;
Headline: 				font-size: 16px;
Menü/kleine Schrift:	font-size: 11px;



28-09-2007



   $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 div.copyright
   
   Modifikation: (c) 2007 ehrenfeld.org 
*/  


  /********************/
 /* Cat Navigation   */
/********************/

.InputFieldgv_redeem_code {
	border: 1px solid #000}

.gutscheinmeldung {
	border: 3px dashed #003700;
	padding: 10px;
	background-color:#FFCC00;}
	
.Mindestauftragswertmeldung {
	border: 3px dashed #003700;
	margin: 0px;
	background-color:#FFCC00;}

hr {
width:98%;
text-align: left;
padding-left: 0;
margin-left:0;
}

/*Neu von Flo***********************************************************/

.InputFieldplz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 16px;
	width: 70px;
	padding-left: 3px;
    margin: 3px 0 3px 0;}


.InputFieldort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 16px;
	width: 170px;
	padding-left: 3px;
    margin: 3px 0 3px 0;}


.InputFieldkundennummer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 16px;
	width: 250px;
	padding-left: 3px;
    margin: 3px 0 3px 0;}






/***************************************************************************/


.tabelleA {
border: 1px solid #006600;
padding: 3px;
margin: 3px;
background-color: #FFFAC2;
}

.Suchrahmen {
border: 1px solid #fff;
padding: 0 5px 0 5px;
}
	
  /**************/
 /* HTML Tags */
/************/

BODY {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
 	background-image:url('img/bg_main.jpg');
	background-repeat: repeat-y;
	background-position:  center;

  }

img {
	border:0;}

A {
	color: #000000;}
A:hover {
	color:#006600;}
	
A.headerNavigation { 
	color: #FFCC00;
	text-decoration: none;}
A.headerNavigation:hover {
	color: #FFCC00;
	text-decoration: underline overline;}

    
A.leftNavigationY {
	color: #000;
	font-weight: bold;
	text-decoration: none;}
    
A.leftNavigationY:hover {
	text-decoration: underline;
	color: #006600;}
	 
A.leftNavigationX {
	color: #000;
	font-weight: bold;
	text-decoration: none;}
    
A.leftNavigationX:hover {
	text-decoration: underline;
	color: #006600;}  
	 
.NavCatPassiv {
	color: #003700;	font-weight: bold}

.NavCatActive {
	color: #006600;
	font-weight: bold}
.NavCatActive:hover {
	color: #006600;}   

A.leftNavigation {
	text-decoration: none;} 
    
    
    	
TD {
	horizontal-align: right;
	padding: 0px;}

h2 {
	padding-top:2px;
	padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003700; }

  /*****************************/
 /* Layout und Positionierung */
/*****************************/

#LayMain {
  z-index: 0;
	width:981px;
	margin-top: -15px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left:auto;
	margin-right:auto;
	position: relative;
}

#LayHead {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 982px;
	height: 156px;
	background-image: url(/shops/garten/templates/xtc4/img/header.jpg);
	border-right: 1px solid #003700;}
	
#LayNavTop {
	position: absolute;
	top:156px;
	left: 2px;
	width: 967px;
	height: 18px;
	text-align:left;
	background-color: #003700;
	color: #FFFFFF;
	padding: 5px 0px 0 15px;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	border-right: 1px solid #003700;}
	
#LayNavTop A {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
#LayNavTop A:hover {
	color: #FFFFFF;
	text-decoration: underline overline;}

#LayNavAdminQuick {
	position: absolute;
	top: 160px;
	left: 500px;}
	
#LaySearchbox {
	position: absolute;
	top: 160px;
	left: 550px;}
#LaySearchbox td a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
#LaySearchbox td{
	color: #FFFFFF;
	vertical-align:middle}

#LayOuterContent {
	position: absolute;
	top: 183px;
	left: 2px;
	width: 982px;
	background-color: #FFF3CE;
	border-right: 1px solid #003700;
	background-image: url(/shops/garten/templates/xtc4/img/bg_left_nav.jpg);
	background-repeat: repeat-y;
}

#LayNavMain {
	width: 200px;
	background: 0;
	float: left;}

#LayContent {
	width: 767px;
	padding: 12px 0 0 15px;	
	float: right;
	margin-left: -202px;
}

 /* Copyright Footer */
#LayCopy  {
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	padding: 2px;
	border-top: 1px solid #003700;
	border-bottom: 1px solid #003700;}
	A.LinkCopy { color: #000000; text-decoration: none;}

#LayAGB {
	background-color: #EBEBE4;
	overflow: auto;
  height: 300px;
	font-size: 10px;
  }
	
	
  /**********/
 /* Styles */
/**********/

SPAN.productSpecialPrice {
  font-family:  Arial, Helvetica, sans-serif;
  color: #FFCC00;}
  
SPAN.productOldPrice {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-decoration: line-through;}
	
.smallHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003700;}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}

.Tabellen {
	background-color: #A9C027;
	width: 750px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border: 1px solid #FFCC00;}

.TabellenContent {
	width: 750px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border: 1px solid #FFCC00;}

.TabellenSmall {
	background-color: #A9C027;
	width: 350px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border: 1px solid #FFCC00;}	
	
a.link:hover {
	color: #006600;}
		
  /*********/
 /* LogIn */
/*********/

#LogInInfo {
	padding: 5px;
	border: 1px solid #006600;
	hight: 100%;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;}
	
  /***********/
 /* Kontakt */
/***********/

.InputFieldname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 16px;
	width: 250px;
	padding-left: 3px;
	margin: 3px 0 3px 0;}

.InputFieldstrasse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 16px;
	width: 250px;
	padding-left: 3px;
	margin: 3px 0 3px 0;}

.InputFieldtel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 16px;
	width: 250px;
	padding-left: 3px;
	margin: 3px 0 3px 0;}
	
.InputFieldemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 16px;
	width: 250px;
	padding-left: 3px;
	margin: 3px 0 3px 0;}
	
.InputFieldemail_valid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 16px;
	width: 250px;
	padding-left: 3px;
	margin: 3px 0 3px 0;}
	
#message_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #006600;
	height: 150px;
	width: 730px;
	padding-left: 3px;}
	

  /******************/
 /* Productlisting */
/******************/

.ProListHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003700;
	padding: 0 0 5px 0}
		
.catdescript {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000}
A.catdescript:hover {
	color:#006600;}
	

A.pageResults {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003700;
	text-decoration: underline;}

TD.smallText, SPAN.smallText, P.smallText {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003700;}

.null {background-color: #FFFBE8;}
.eins {background-color: #FFEE9B;}

.ProListNav {
	color: #000000;
	background-color: #A9C027;
	border: 1px solid #003700;
	padding: 2px 10px 2px 10px;
	width: 740px;}
	
.ProListTabelle {
	width: 740px;
	border-top:  none;
	border-right: 1px solid #003700;
	border-bottom: none;
	border-left: 1px solid #003700;}

.ProListZelle0 {
	color: #000000;
	font-weight: bold;
	background-color: #A9C027;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #003700;}
	
.ProListZelle1 { padding: 5px; vertical-align:middle}
.ProListZelle2 { padding-bottom: 15px; vertical-align:middle}
.ProListZelle3 { padding-bottom: 15px; vertical-align:middle}
.ProListZelle4 { padding-bottom: 15px; vertical-align:middle}


.ButtonToTop {
	width:120px;
	height: 20px;
	background-image: url(/images/GSButtonToTop.gif);}
	
.ButtonBack {
	width:120px;
	height: 20px;
	background-image: url(/images/GSButtonBack.gif);}


  /******************/
 /* Formularfelder */
/******************/

.InputFieldkeywords {
	width: 140px;
	height: 16px;
	padding: 1px 0 0 3px;
	border: 1px solid #003700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;}

.InputFieldkeywordsAdv {
	width: 220px;
	height: 16px;
	padding: 1px 0 0 3px;
	border: 1px solid #003700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;}

.InputFieldcategories_id {
	width: 300px;
	height: 20px;
	padding: 1px 0 0 3px;
	border: 1px solid #003700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;}

.InputFieldemail_address {
	width: 160px;
	height: 16px;
	padding: 1px 0 0 3px;
	border: 1px solid #003700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;}
	
.InputFieldpassword {
	width: 160px;
	height: 16px;
	padding: 1px 0 0 3px;
	margin-bottom:5px;
	border: 1px solid #003700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;}

.inputRequirement { 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #003700;}

  /***********************/
 /* Produkt Info (v1)   */
/***********************/

.StaffelpeisTabelle {
	border: 1px solid #003700;
	width: 300px;
	padding: 0;
	margin:0;
	border-top: 1px solid #003700;
	border-bottom: none;
	border-left: 1px solid #003700;
	border-right: 1px solid #003700;}
	
.StaffelpeisZelle1 {
	background-color: #A9C027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	width: 145px;
	border-right: 1px solid #003700;
	border-bottom: 1px solid #003700;}
	
.StaffelpeisZelle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 0 2px 5px;
	border-bottom: 1px solid #003700;}
	
.Herkunft1 {
	background-color: #A9C027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	border: 1px solid #003700;}
	
.Herkunft2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px 4px 5px;
	border-left: 1px solid #003700;
	border-right: 1px solid #003700;}
	
.Herkunft3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 0 2px 5px;
	border: 1px solid #003700;}
	
.HerkunftDrop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0 2px 5px;
	width: 225px;
	border: 1px solid #003700;}

#ProName {
    position: absolute;
    left: 215px;
    top: 10px;
    width: 600px;
    height: 100px;
    overflow: visible;
	font-family:  Arial, Helvetica, sans-serif;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003700}

#ProDescription {
    margin-top: 106px;
}

#ProDescription>p {
    margin: 0 0 10px 0;
}

   
#ProText { 
	margin-top: 0px;
	width: 560px;
	font-size: 13px;} 

#ProPreis {
	position: absolute;
	top: 10px;
	left: 810px;
	width: 160px;
	text-align: right;
}

.ProPreisTypo {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003700}

#ProInfo {}

#ProImages {
	position: absolute;
	top: 120px;
	left: 830px;}

.protabelle	{ 
	background-color: #006600;}
	
.protabellen	{ 
	background-color: #A9C027;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003700;
}
.prospa 	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	font-weight: bold;
	background-color: #A9C027;
	width:145px;
	text-align: left;
	vertical-align: top;
	padding: 2px 0 2px 5px;
}
.prospb 	{ 
    font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	background-color: #FFF3CE;
	padding: 2px 0 2px 5px;	
}
.prospc 	{ 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003700;	
}
.prospd 	{ 
    font-family: Arial, Helvetica, sans-serif;;
	color:#000000;
	font-size:13px;
	font-weight: bold;
	background-color: #A9C027;
}

.WeitereQualiTabelle {
	width: 560px;
	border-top:  1px solid #003700;
	border-right: 1px solid #003700;
	border-bottom: none;
	border-left: 1px solid #003700;}

.WeitereQualiZelle0 {
	color: #000000;
	font-weight: bold;
	background-color: #A9C027;
	padding: 5px 0 5px 5px;
	text-align:left;
	border-bottom: 1px solid #003700;
	width: 550px;}
	
.WeitereQualiZelle1 { padding: 5px;border-bottom: 1px solid #003700;font-size:10px;text-align:left;}
.WeitereQualiZelle2 {border-bottom: 1px solid #003700;font-size:12px;text-align:left;}
.WeitereQualiZelle3 {border-bottom: 1px solid #003700;font-size:12px;text-align:left;}
.WeitereQualiZelle4 {border-bottom: 1px solid #003700;}

.TextBold {
	font-weight: bold;}

.HerkunftZusatz{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;}

.HerkunftGesammt {
	width: 580px;
	padding:0;}

.HerkunftKarte {
	border: 1px solid #000;
	padding:0;}


  /***************/
 /* Warenkorb   */
/***************/

#CardHead {
	font-family: Arial, Helvetica, sans-serif;;
	color:#006600;
	font-size:16px;
	font-weight: bold;
	padding: 0 0 10px 0;}

.Mindestauftragswert {
	font-family: Arial, Helvetica, sans-serif;;
	color:#000000;
	font-size:13px;
	font-weight: bold;
	background-color: #FFCC00;
	padding: 10px;
	border: 1px solid #003700;}
	
#orderDetails {
	width: 600px;}
	
#CardInfo2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;}

.boxTextBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-top: 5px;}


  /**************************/
 /* Zahlnung / Lieferung   */
/**************************/	

.StatusZeile1Aktiv {width:187px; height: 20px; background-image: url(/images/ZeileMitteA.gif);}
.StatusZeile2Aktiv {width:187px; height: 20px; background-image: url(/images/ZeileMitteA.gif);}
.StatusZeile3Aktiv {width:187px; height: 20px; background-image: url(/images/ZeileMitteA.gif);}
.StatusZeile4Aktiv {width:187px; height: 20px; background-image: url(/images/ZeileMitteA.gif);}

.StatusZeile1 {width:187px; height: 20px; background-image: url(/images/ZeileMitte.gif);}
.StatusZeile2 {width:187px; height: 20px; background-image: url(/images/ZeileMitte.gif);}
.StatusZeile3 {width:187px; height: 20px; background-image: url(/images/ZeileMitte.gif);}
.StatusZeile4 {width:187px; height: 20px; background-image: url(/images/ZeileMitte.gif);}


  /************/
 /* Checkout */
/************/

.LinkEdit {
text-decoration: none;
color: #FFCC00;
}
	

  /*************/
 /* Schriften */
/*************/

.TextNorm  {
    font-family: Arial, Helvetica, sans-serif;;
	color:#000000;
	font-size:13px;}

/* Überschrift (Produkt)*/
.contentsTopics  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003700;}

/* Text in den Boxen*/
.boxText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;}
	
a.boxLink { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;}
a.boxLink:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;}

/* ------ Preis Liefezeit -------*/
TD.main, P.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;}

/* ------ Überschrift Startseite -------*/
TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #003700;
}

/* ------Startseite User Begrüßung -------*/
SPAN.greetUser {
	color: #003700;
	font-weight: bold;}


  /***********************/
 /* Tabellen Kategorien */
/***********************/

.catTableA { width: 100%;}
.catTableB {}
.catTableC {}
.catTableD {width: 150px;}
.catTableE {
	height: 30px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;}




 
.copyright {display: none;}


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

TR.headerNavigation { }

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #f00;
}


.boxText2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f00;
	font-weight: normal;
	padding: 0 0 0 17px;
}
	
	

/* ------ Guthabenkonto -------*/
.boxTextBGIII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.boxTextPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0f0;
}
/* ------ Fehlermeldung -------*/
.errorBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FA9D74;
	background-color: #B37FAD;
}

/* ------ HG Guthaben / Fehlermeldung -------*/
.gvBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.stockWarning { 
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #70d250;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	background-color: pink;
}

.headerNavigation {
  font-size: 12px;

}

TD.headerNavigation {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #blue;
	font-weight : normal;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: pink;
}

A.headerNavigation { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #red;
	font-weight : normal; 
}

A.headerNavigation:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight : normal;
}

TD.conditions {
  background-color: #pink;
  	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

TR.headerError {
  background-color: #B37FAD;
}


.moduleHeading {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #FFCC00;
}


.infoBoxNotice {
  background: #ff0;
}

.infoBoxNoticeContents {
  background: yellow;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
}





.infoBoxHeadingOverviev {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #E5D4E2;
  height:17px;
width: 180px;
border: 1px solid #FFCC00;

}
.infoBoxHeadingOvervievBorder {
border: 10px solid #E5d4e2;
}

.infoBoxHeadingLeft {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: red;
  height:17px;
  color: red;
  height:23px;
  padding: 0 0 0 20px;
  background-color: #f00;
}


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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
}


TR.subBar {
  background: purple;
}

TD.subBar {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0ff;
}



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

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

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

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

SPAN.newItemInCart {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #B37FAD;
}

.form {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f8f8f9;
	border: 1px;
	border-style: solid;
	border-color: #B37FAD;
	border-spacing: 1px;
}

TEXTAREA {
  width: 100%;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
}



SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  border-color: #B37FAD;
  border-style: solid;
  border-width: 1px;
}

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

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


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

SPAN.productDiscountPrice {
  font-family:  Arial, Helvetica, sans-serif;
  color: #B37FAD;
  font-weight: bold;
}

table.moduleRow {
	border-collapse:collapse;
}
.moduleRow {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.moduleRowOver {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;}

.moduleRowSelected {}



/* sitewide font classes */

/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family:  Verdana, Arial, Helvetica, sans-serif; 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-family:  Verdana, Arial, Helvetica, sans-serif; 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-family:  Arial, Helvetica, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Arial, Helvetica, sans-serif; font-size: 11px; background-color: #F2E6F0; }


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



.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.hi90 {
	height: 90px
}
.hi30 {
	height: 28px;
}
.hi120 {
	height: 120px;
	background-color: #FFFFFF;
	width: 100%;
}

.fckTitle {
font-size: 14px;
font-weight: bold;}




  /*********/
 /* Boxen */
/*********/

.BoxHead {
	width: 183px;
	margin: 6px 0 0px 5px;
	padding: 2px 0 0px 5px;
	border-top: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00;
	background-color: #003700;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:18px;
	color: #FFFFFF;}
/*
.BoxHeadCat {
	width: 188px;
	margin: -1px 0 0 0;
	padding: 0;
	border-top: 6px solid #FFCC00;
	border-bottom: 2px solid #003700;
	background-color: #FFCC00;
	font-family:  verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height:27px;
	color: #003700;
	background-image:url(/forstpflanze.gif);
	background-position:right;
	background-repeat:no-repeat}
    
.BoxHeadCatSpacing {
    margin:4px 0 0 7px;}
*/
.BoxHeadCat {
	width: 175px;
	margin: -1px 0 10px 0;
  padding:3px 3px 3px 10px;
	border-top: 1px solid #003700;
	border-bottom: 1px solid #003700;
	background-color: #003700;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:18px;
	color: #FFFFFF;}

.BoxHeadCatSeparator {
  margin:0px 0px 15px 0px;}
    
.BoxHeadCatSpacing {
  margin:0px 0px 0px -5px;
  padding:2px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

.BoxContent {
	width: 183px;
	margin: 0px 0 6px 5px;
	padding: 0px 0 2px 5px;
	border: 1px solid #F4CB05;
	background-color: #ACC228;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;}

.BoxContentLinks {
	width: 183px;
	margin: 10px 0 6px 5px;
	padding: 0px 0 2px 5px;
	border: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;}
	
.BoxContentCat {
	width: 188px;
	margin: 6px 0 6px 5px;
	padding: 0 0 15px 0;
	border: 0px solid #FFCC00;
	background-color: #FCFE8C;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;}

.BoxContentLinksTop {
	width: 157px;
	margin: 10px 0 6px 0px;
	padding: 0 0 0 0;}
	
.ButtonTop {
	width:100%;
	height: 17px;
	margin: 5px 0 0px 5px;
	padding: 2px 0 0px 30px;
	border: 0px solid #FFCC00;
	background-color: #003700;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(/images/topbutton.gif);
}

.ButtonTopLink {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:18px;
	color: #FFFFFF;
	text-decoration: none;}
.ButtonTopLink:hover {
	color: #FFFFFF;}
		
#textEmpty {
padding-left: 156px;
padding-top: 50px;
font-weight: bold;}

.Prolisting {
text-decoration:none;
}
.Prolisting:hover {
text-decoration:underline;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  z-index:1000;
  background-color:red;
  position:absolute;
  top:10px;
  left:1100px;
}

.Coupon {
	background:url(/shops/garten/templates/xtc4/img/coupon.jpg) top right no-repeat #A9C027;
	width: 750px;
	height: 123px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding:5px;
	border: 1px solid #FFCC00;
}

.Coupon td {

}

.Coupon input {
	margin-top: 3px;
	width: 120px;
}

.CouponImg {

	width: 180px;
}

.LoginInfo {
	width: 240px;
	border: 1px solid #A9C027;
	background: 0;
}
