/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   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 
   ---------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------- */
/* Seitenaufteilung */

BODY {
	background-color: #fff9c7;
	color: #333333;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	margin:0px;
	padding:0px;
	border-bottom: 0px solid #dbaa4d;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
	background-color: #ffffff;
    	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	width: 950px;
    	margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
    	padding: 0px;
    	border-right: 1px solid #dbaa4d;
    	border-left: 1px solid #dbaa4d;
    	border-bottom: 0px solid #dbaa4d;
    	border-top: 0px solid #dbaa4d;
  }

div#Navi-oben-links {
	background-image: url(../img/bilder/navi-oben.png);
	height: 19px;
	background-repeat: repeat-x;
	margin: 0px;
    	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
   	border: 0px solid #000000;
	float: left;
	width: 200px;
	white-space:nowrap;		/* kein Zeilenumbruch */
	overflow:hidden;
	font-size : 10px;
	font-family :Arial, Verdana, Helvetica, sans-serif;
  }

div#Navi-oben-rechts {
	background-image: url(../img/bilder/navi-oben.png);
	height: 19px;
	background-repeat: repeat-x;
	margin: 0px;
    	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
   	border: 0px solid #000000;
	text-align: left;
	white-space:nowrap;		/* kein Zeilenumbruch */
	overflow:hidden;
	font-size : 10px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
  }

div#Navi-links {			/* Breite: 200px */
	clear: both;
	float: left;
	width: 180px;
    	margin: 0px;
    	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
    	border: 0px solid #dbaa4d;
	background-color: #ffffff;
  }

div#Inhalt {
	margin-left: 210px;
    	padding-left: 0px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 5px;
   	border-left: 0px solid #dbaa4d;
	border-right: 0px solid #dbaa4d;
    	border-top: 0px solid #dbaa4d;
	border-bottom: 0px solid #dbaa4d;
	background-color: #FFFFFF;
  }

p#Navi-unten {
	clear: both;
	background-image: url(../img/bilder/navi-oben.png);
	height: 19px;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
    	border: 0px solid #dbaa4d;
	font-size : 10px;
  }

/* Ende Seitenaufteilung */
/* ----------------------------------------------------------------------------------------- */
/* Eigenschaften für die Navigation links */

table.box	{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    	padding: 0px;
	border-spacing:0px;
	width: 100%;	
	border: 1px solid #dbaa4d;
	table-layout:fixed
}

.box_ol {
	background-image: url(../img/bilder/box-left-ol.png);
	width: 9px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;	
}

.box_om {
	background-image: url(../img/bilder/box-left-om.png);
	height: 9px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

.box_or {
	background-image: url(../img/bilder/box-left-or.png);
	width: 9px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;	
}

.box_ml {
	background-image: url(../img/bilder/box-left-ml.png);
	background-repeat: repeat-y;
}

.box_mm {
	background-color: #f4d18b;
	text-align:center;
}

.box_mr {
	background-image: url(../img/bilder/box-left-mr.png);
	background-repeat: repeat-y;
	background-position: left;
}

.box_ul {
	background-image: url(../img/bilder/box-left-ul.png);
	height: 9px;
	background-repeat: no-repeat;
}

.box_um {
	background-image: url(../img/bilder/box-left-um.png);
	height: 9px;
	background-repeat: repeat-x;
}

.box_ur {
	background-image: url(../img/bilder/box-left-ur.png);
	height: 9px;
	width: 9px;
	background-repeat: no-repeat;
}

h1.navi {
	font-family : Arial, Verdana, Helvetica;
	font-size : 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color: #333333;
	margin:0;
	text-align:center;
	background-image: url(../img/bilder/box-left-head-m.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div.navi-first	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 8px;
	border-top: 1px solid #fff9c7;
	border-bottom: 1px solid #fff9c7;
	border-left: 1px solid #fff9c7;
	border-right: 1px solid #fff9c7;
	background-color:#f4d18b;
	overflow:hidden;
	text-align: left;
}

div.navi-first:hover	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 8px;
	border-top: 1px solid #fff9c7;
	border-bottom: 1px solid #fff9c7;
	border-left: 1px solid #fff9c7;
	border-right: 1px solid #fff9c7;
	background-color:#fff9c7;
	overflow:hidden;
	text-align: left;
}

div.navi-first-active	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 8px;
	border-top: 1px solid #dbaa4d;
	border-bottom: 1px solid #dbaa4d;
	border-left: 1px solid #dbaa4d;
	border-right: 1px solid #dbaa4d;
	background-color:#fff9c7;
	overflow:hidden;
	text-align: left;
}

div.navi-sonder	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 8px;
	border-top: 1px solid #fff9c7;
	border-bottom: 1px solid #fff9c7;
	border-left: 1px solid #fff9c7;
	border-right: 1px solid #fff9c7;
	background-color:#ffe8b9;
	text-align: left;
}

div.navi-sonder:hover	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 8px;
	border-top: 1px solid #fff9c7;
	border-bottom: 1px solid #fff9c7;
	border-left: 1px solid #fff9c7;
	border-right: 1px solid #fff9c7;
	background-color:#fff9c7;
	text-align: left;
}

A.navi-first {
	color: #934600;
	text-decoration: none;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}

A.navi-first:hover {
	color: #333333;
	text-decoration: none;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}

A.navi-second {
	color: #934600;
	text-decoration: none;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	white-space:nowrap;
}

A.navi-second:hover {
	color: #333333;
	text-decoration: none;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	white-space:nowrap;
}


A.navi-sonder {
	color: #934600;
	text-decoration: none;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}

A.navi-sonder:hover {
	color: #333333;
	text-decoration: none;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}


/* Ende Eigenschaften für die Navigation links */
/* ----------------------------------------------------------------------------------------- */
/* Eigenschaften für den Inhalt*/

h1.inhalt {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333333;
	margin:0;
}

h1.inhalt2 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	margin:0;
}

h2.inhalt {
	font-family :Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	margin:0;
}

div.box_kiwabilder {		/* Block mit Rahmen*/
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
    	padding: 5px;
   	border: 1px dashed #dbaa4d;
  }

div.box_kiwamodelle {		/* Block mit Rahmen*/
	margin-bottom: 0px;
	margin: 10px;
    	padding: 5px;
   	border: 5px solid #dbaa4d;
  }

div.inhalt1 {				/* Block mit Bild am oberen Rand*/
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
    	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
   	border: 1px solid #dbaa4d;
	background-image: url(../img/bilder/rahmen-oben.png);
	background-repeat: repeat-x;
	background-position: top;
  }

div.inhalt2 {				/* Block nur mit Rahmen*/
	margin: 0px;
    	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
   	border: 1px solid #dbaa4d;
  }

div.inhalt3 {				/* Block mit Bild am unteren Rand*/
	margin-top: 0px;
	margin-bottom: 10px;
    	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
   	border: 1px solid #dbaa4d;
	background-image: url(../img/bilder/rahmen-unten.png);
	background-repeat: repeat-x;
	background-position: bottom;
  }

div.inhalt4 {				/* Block mit unterem Rahmen*/
	margin-bottom: 0px;
	margin-top: 0px;
    	padding-top: 5px;
    	padding-bottom: 5px;
   	border-bottom: 1px dotted #dbaa4d;
   	border-top: 0px solid #dbaa4d;
   	border-right: 0px solid #dbaa4d;
   	border-left: 0px solid #dbaa4d;
  }

div.inhalt5 {				/* Block mit Rahmen und Hintergrundfarbe*/
	margin-bottom: 0px;
	margin-top: 10px;
    	padding: 5px;
   	border: 1px solid #dbaa4d;
	background-color: #fff9c7;
  }

div.inhalt-listing-top {		/* Block für obere Box beim Listing von Produkten und Kategorien*/
	margin-top: 0px;
	margin-bottom: 10px;
    	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
   	border-top: 2px solid #dbaa4d;
	border-bottom: 2px solid #dbaa4d;
  }

div.inhalt-listing-middle1 {		/* Block für mittlere Boxen beim Listing von Kategorien*/
	margin-top: 0px;
	margin-bottom: 10px;
    	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
   	border: 1px solid #dbaa4d;
	background-color: #fff9c7;
  }

div.inhalt-listing-middle2 {		/* Block für mittlere Box beim Listing von Produkten*/
	margin: 0px;
    	padding: 0px;
   	border: 1px solid #dbaa4d;
	background-color: #ffffff;
  }

td.inhalt1 {				/* Tabellenfeld mit Linie unten, Ausrichtung oben*/
    	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
   	border-bottom: 1px dotted #dbaa4d;
	vertical-align: top;
  }

td.inhalt2 {				/* Tabellenfeld mit Linie unten, Ausrichtung unten*/
    	padding: 0px;
   	border-bottom: 1px dotted #dbaa4d;
	margin: 0px;
	vertical-align: bottom;
  }

td.inhalt3 {				/* Tabellenfeld für Listing, z.B. Gästebucheinträge*/
    	padding: 5px;
   	border-top: 1px dotted #dbaa4d;
	vertical-align:middle; 
  }

td.inhalt4 {				/* Tabellenfeld für Listing, z.B. Links*/
    	padding: 5px;
   	border: 0px solid #dbaa4d;
	vertical-align:top;
	text-align:left;
  }

table.inhalt10 {				/* Tabelle mit Formatierung*/
    	padding: 0px;
   	border: 1px solid #dbaa4d;
	border-spacing:0px;
  }

td.inhalt10 {				/* Tabellenfeld mit ...*/
    	padding: 5px;
   	border-right: 1px dotted #dbaa4d;
   	border-left: 1px dotted #dbaa4d;
   	border-bottom: 1px solid #dbaa4d;
	vertical-align: top;
	text-align: center;
  }

td.inhalt11 {				/* Tabellenfeld mit ...*/
    	padding: 5px;
   	border-right: 1px dotted #dbaa4d;
   	border-left: 1px dotted #dbaa4d;
   	border-bottom: 1px dotted #dbaa4d;
	vertical-align: top;
	text-align: center;
  }

.checkoutBar {
	text-align:center;
	width:25%;
    	padding: 0px;
   	border: 0px solid #CCFF99;
	background-image: url(../img/checkoutbar_line.gif);
	background-repeat: repeat-x;
}
.checkoutBarFrom, .checkoutBarTo {
	text-align:center;
	width:25%;
    	padding: 0px;
   	border: 0px solid #CCFF99;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #f4d18b;
	background-color: #FFFFFF
}
.checkoutBarCurrent {
	text-align:center;
	width:25%;
    	padding: 0px;
   	border: 0px solid #CCFF99;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF
}


/* Ende Eingenschaften für den Inhalt */
/* ----------------------------------------------------------------------------------------- */
/* diverse Eigenschaften*/

table.ohne_format {				/* Tabelle ohne Formatierung*/
    	padding: 0px;
   	border: 0px solid #CCFF99;
	border-spacing:0px;
  }

td.ohne_format {				/* Tabellenfeld ohne Formatierung*/
    	padding: 0px;
   	border: 0px solid #CCFF99;
	text-align:left;
  }

div.ohne_format {				/* DIV ohne Formatierung*/
	margin: 0px;
    	padding: 0px;
   	border: 0px solid #CCFF99;
	text-align:left;
  }

p.box_guthaben {
	background: #eaff87;
	border: 1px solid #CCFF99;	
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	}

p.fehler {
	background: #eaff87;
	border: 1px solid #CCFF99;	
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	}

p.info {
	background: #eaff87;
	border: 1px solid #CCFF99;	
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	}


.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; background-color: #eaff87; }
.messageStackSuccess { font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 10px; background-color: #eaff87; }

.smallText {
	font-family :Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
}

.smallgreyText {
	font-family :Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
}

/* Ende diverse Eingenschaften */
/* ----------------------------------------------------------------------------------------- */
/* allgemeine Eigenschaften*/

ul {
	padding-top: 1px;
	padding-bottom: 5px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-type:circle;
	list-style-position:outside;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;

}

img{
	border:0px;
	margin:0px;
}

P {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
	text-align:left;
}

A {
	color: #934600;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

FORM {
	display: inline;
}







.inputRequirement { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #333333;}

/* Ende allgemeine Eingenschaften */
/* ----------------------------------------------------------------------------------------- */



/* 1- Standardtabelle */
.tabel-1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0;
	border-spacing:0;
	border:1px solid #f4d18b;
	overflow: hidden;
}
.tabel-head-1 {
	background: #ffffff;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin:0;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
}
.tabel-body-1 {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin:0;
	vertical-align: top;
	overflow: hidden;
	background: #FFF6E6;
}
/* 2- Tabelle mit weißem Hintergrund*/
.tabel-body-2 {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin:0;
	vertical-align: top;
	overflow: hidden;
	background: #FFFFFF;
}

/* 2- Tabellenkopf mit kleiner Schrift */
.tabel-head-2 {
	font-size: 10px;
	background: #f4d18b;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin:0;
	vertical-align: middle;
	overflow: hidden;
}

/* 3- Tabelle für Startseite*/
.tabel-body-3 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin:0;
	vertical-align: middle;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #DEAE4A;
}

/* 4- Tabelle für Variantenlisting*/
.tabel-body-4 {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin:0;
	vertical-align: middle;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #f4d18b;
}




.test {
	text-align:right;
	vertical-align:bottom;
	background-image: url(../img/icon_arrow.jpg)
}

.boxText {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;	
}

.boxTextBG {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
}

/* Produktnavigation */
.navigator {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 0px;
}

.errorBox {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	background: #CCFF99;
	font-weight: bold;

}


.stockWarning { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



H1 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	margin:0;
}

H2 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	margin:0;
}



.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f4d18b;
}

.banner-xtc {
	width: 100%;
	height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	color: #f4d18b;
}


/* 1- Tabellenkopf für Kategorielisting */
.categorie-head-1 {
	font-size: 12px;
	background: #ffffff;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #DEAE4A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0;
	vertical-align: middle;
	overflow: hidden;
}

TD.headerError {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #CCFF99;
  color: #333333;
  font-weight : bold;
  text-align : center;
  padding: 5px;
}

.infoBoxContents {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
	border: 3px solid #ff0000;
}

.infoBoxNoticeContents {
  background: #FF9933;
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading a{
	color: #333333;
}

TD.infoBoxHeading a:hover{
	color: #B7CDD6;
}

TD.infoBoxHeading_1 {
	height: 20px;
	width: 6px;
	/*background-image: url(../img/bilder/box-left-head-l.png);
	background-position: bottom;
	background-repeat: no-repeat;*/
	padding-bottom:12px;
	padding-top:0px;
	padding-right:0px;
	margin: 0px;
	text-align: right;
}

TD.infoBoxHeading {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	color: #333333;
	text-align: center;
	vertical-align:bottom;
	overflow:hidden;
	padding-bottom:12px;
	padding-top:0px;
	background-image: url(../img/bilder/box-left-head-m.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0px;
}

TD.infoBoxHeading_2 {
	height: 20px;
	width: 6px;
	/*background-image: url(../img/bilder/box-left-head-r.png);
	background-position: bottom;
	background-repeat: no-repeat;*/
	padding-bottom:12px;
	padding-top:0px;
	margin: 0px;
	text-align: right;
}

TD.infoBox, SPAN.infoBox {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

.border{
	border: 1px solid #666666;
	margin-bottom: 5px;
}

A.pageResults {
 	color: #934600;
	text-decoration: none;
}

A.pageResults:hover {
  color:#ff9933;
}

TD.pageHeading, DIV.pageHeading {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

TD.main, P.main, SPAN.main {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}


TD.tableHeading {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFFFFF;
  border-color: #ff9933;
  border-style: solid;
  border-width: 1px;
  padding:5px;
  margin-bottom:5px;
}

TD.formAreaTitle {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  color: #CCFF99;
}

SPAN.productDiscountPrice {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
}

.moduleRow {
 	font-family : Arial, Verdana, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 13px;
 	border: 0px solid;
 	/*border-color: #E6E6E6;*/
}

.moduleRow a:link {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.moduleRow a:visited {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.moduleRow a:active {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.moduleRowOver {
	cursor: hand;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.moduleRowOver a:hover {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	line-height: 13px;
}

.moduleRowActive a:hover {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

/*.moduleRowSelected { 
	background-color: #B7CDD6;
	color: #000000;}*/


/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #003366; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #ffffef; background-color: #003399; padding: 2px 2px;}
.sitemap_sub a {color:#ffffef;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}



/* input requirement (System */



.tableShop {
	background-color: #FFFFFF;
}
.navi-left {
	vertical-align: top;
	width: 205px;
	padding: 0px;
	background-color: #dbaa4d;
}
.navi-right {
	vertical-align: top;
	width: 200px;
	padding: 0px;
}
.poweredby {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffef;
  font-weight: bold;
}

.header {
	vertical-align: middle;
	height: 90px;
	background-repeat: repeat;
}
.pageHeaderright {
	background-image: url(../img/bilder/header_right.jpg);
	vertical-align: middle;
	height: 90px;
	background-position: right;
	text-align: right;
	background-repeat: no-repeat;
}
.pageHeaderright a {
	color: #333333;
}
.pageHeaderright a:hover {
	color: #ff0000;
	text-decoration:none;
}


.contentsTopics {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	text-decoration: none;
	font-weight: bold; 
	color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.contentsTopics a {
	color: #333333;
}
.contentsTopics2 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	color: #333333;
}
.contentsTopics2 a {
	color: #333333;
}
.contentsTopics2 a:hover {
	color: #B7CDD6;
	text-decoration:none;
}

				/* Preisformatierung allgemein und bei Prozentualer Reduzierung */

.price {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.price-vpe-tax {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 9px;
}

.boxprice {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

.productOldPrice {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: line-through;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 5pt;
	font-style: italic;
	color: #666666;
}

.productNewPrice {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 5pt;
	color: #ffffef;
}

.productDiscount {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 5pt;
	color: #ff0000;
}

.yourPrice {
	color: #ff0000;
	font-size: 12px;
}
.tableListingI {
	background-color: #003366;
}
.tableListingII {
	background-color:#FFFFFF;
}
.tableListingIII {
	padding: 3px;
	background-color:#FFFFFF;
}

.onepxwidth {
width: 1px;
}



.guthaben {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #3da04f;
}

.copyright {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #f4d18b;
}

.parseTime {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #f4d18b;
}

.copyright a {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #f4d18b;
}

a.bildmouseover {
	text-decoration: none; 
    
	}
a.bildmouseover:hover { 
	background: #fff; 
	}

a.bildmouseover span { 
    visibility: hidden;
	position:absolute;
	left:0px;
	top:100px;
	text-decoration: none }
a.bildmouseover:hover span {
	visibility: visible;
	color: #000;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.kommentar {
	font-style:italic
}


.tool-tip {
	width: 200px;
	z-index: 13000;
	border-style: solid;
	border-width: 2px;
	border-color: #DEAE4A;
	background: #ffffff
}
 
.tool-title {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f4d18b;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
 
.tool-text {
	padding-top: 8px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}

.imagetool-tip {
	z-index: 130;
	border-style: solid;
	border-width: 2px;
	border-color: #DEAE4A;
	background: #ffffff
}
 
.imagetool-title {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f4d18b;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;

}
 
.imagetool-text {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

.hinweis-text {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
}

.flags {
	vertical-align:middle;
	border-color:black;
	border-width:1px;
	border-style:outset;
}

/*für Spamschutz im Kontaktformular*/
.contact2 {border: 0px none; background: #FFF;}