/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/

/* Zentrale Formate definieren
----------------------------------------------- */
html { overflow-y: scroll; } 

body {
/*	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-left:12px;
	margin-top: 0px;
	margin-bottom:0px;
	padding:0px;
	background-image:url(img/bg.gif);
	background-color: #98B287;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#004080;
	font-weight: normal;
	font-size: 22px;
	margin: 20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #004080;
}

h1 a {
	color:#004080;
	font-weight:bold;
	font-size:20px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#C8505A;
	text-decoration:none;
}

h2 {
	color:#C8505A;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 4px 0px;
	padding:0px;
}

h2.startseite { margin: 5px 0px 4px 0px; }

/* Paragraph
----------------------------------------------- */
p {
	line-height:20px;
	padding:0px;
	margin: 0px 0px 10px 0px;
}

/* Links im Text
----------------------------------------------- */
a {
	color:#004080;
}

a:focus {
	outline: none;
}

a:hover {
	color:#C8505A;
}



/* Horizontale Linie
----------------------------------------------- */
hr { 
	width:100%;
	border:none;
	color:#949494;
	background:#949494; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Textarea
----------------------------------------------- */
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

/* Input Global
----------------------------------------------- */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Select Global
----------------------------------------------- */
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Suchfeld
----------------------------------------------- */
input#searchInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

#searchBox {	float: right; 	margin: 3px 10px 0 0; 	text-align: right; }
#searchBox fieldset legend { 	visibility: hidden; 	display: none; } 
#searchBox fieldset { 	border: none; 	padding: 0; 	margin: 0; display: inline;  }
#searchBox fieldset label, #searchBox fieldset input { 	display: inline; 	vertical-align: bottom; }
#searchBox fieldset label { color: #666; margin-right: 3px; font-size: 12px;  }
#searchBox input { 	background-color: #F9FAE2; border: 1px solid #B3B821; font-size: 13px; }
#searchBox input[type="image"]  { 	background-color: transparent; border: none;  }
#searchBox input:focus { 	background-color: white; }
#searchBox p { 	margin: 0; }




/* Newsletter Signup
----------------------------------------------- */
input#newsletterInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:160px;
	font-weight:normal;
	padding-left:2px;
}

/* Add a Quickie (Art. Nr. Suchbox)
----------------------------------------------- */
input#addaquickieInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* Box + loginBox Input Textfield Email
----------------------------------------------- */
div#login { background-color: #9EBA82; padding: 0 15px; } 

div#loginBox {
	font-size:11px;
	float:left;
	text-align:left; 
	width:600px; 
	color:#000000;
	font-weight:bold;
	padding: 4px 0px 3px 0px;
	margin-bottom: 2px;
	min-height: 20px;
}

div#loginBox a {
	font-size:11px;
	color:#585858;
	font-weight:normal;
}

#loginBox fieldset legend { 	visibility: hidden; 	display: none; } 
#loginBox fieldset { 	border: none; 	padding: 0; 	margin: 0; }
#loginBox fieldset label, #loginBox fieldset input { 	display: inline; 	vertical-align: bottom; }
#loginBox fieldset a.forgotpw { 	display: inline; 	vertical-align: bottom; margin-left: 3px; }
#loginBox fieldset label { 	margin-right: 2px; font-weight: normal; color: #4F5D41;  }
#loginBox fieldset label.password { margin-left: 10px; }
#loginBox input { 	background-color: #B6CA9C; padding-left: 2px;}
#loginBox input[type="image"]  { 	background-color: transparent;  }
#loginBox input:focus { 	background-color: white; }
#loginBox p { 	margin: 0; }

input#loginBoxInputEmail {
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

input#loginBoxInputPassword {
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}


/* Image mit link
----------------------------------------------- */
img {
	border:0;
}

/* Formular
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

/* Horizontale Linie hellgrau 
----------------------------------------------- */
hr.lightGrey {
	width:100%;
	border:none;
	color:#D9D9D9;
	background:#D9D9D9; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Main Container (über gesamte Seite)
----------------------------------------------- */
div#mainContainer {
	margin-left:auto;
	margin-right:auto; 
	width:930px;
	background-color:#FFFFFF;
	border-style: solid;
	border-color:#748F5E;
	border-width: 0px 3px 3px 3px;
	padding:0px 0px 0px 0px;
}

/* Container für linke Spalte
----------------------------------------------- */
div#leftColContainer {
	float:left; 
	width:260px; 
	padding:10px 0px 0px 0px;
	margin:0px;
}

/* Container für mittleren Bereich
----------------------------------------------- */
div#middleColContainer {
	float:right; 
	width:600px;
	padding:0px 10px 0px 15px;
	_padding:0px 10px 0px 15px;
	margin:0px;
}

/* Header mit Logo
----------------------------------------------- */
div#logoHeader {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:930px;
	background-image:url(img/headerRowBack.jpg);
	background-repeat: no-repeat;
	height: 140px;
}

div#logoHeader img.logo {
	margin-left: 0px;
}

/* Header-Linie
----------------------------------------------- */
div#headerRuler {
	background-color:#A6A6A6;
	height:5px;
	line-height:5px;
	font-size:0px;
	margin:5px 0px 5px 0px;
}

/* Suchbox im Header
----------------------------------------------- */
div#searchBox {
	color:#FFFFFF;
	font-size:11px;
}

div#searchBox input.text {
	border-style:solid;
	border-width:1px;
	border-top-color:#2F2F2F;
	border-left-color:#2F2F2F;
	border-bottom-color:#575757;
	border-right-color:#575757;
}

/* Header mit Logo
----------------------------------------------- */
div#languageSelection {
	float:right;
	text-align:right; 
	color:#000000;
	padding:10px 5px 5px 0px;
}
div#languageSelection a {	color: #949494; 	font-size: 11px; 	vertical-align: bottom;}
div#languageSelection a:hover {	color: #666; }

/* Horizontales Men
----------------------------------------------- */
ul#horizontalmenu {
	list-style-type:none;
	width:930px;
	height:26px;
	margin:0px;
	padding:0px;
	background-color:#F2F3BD;
}

ul#horizontalmenu li.graph img { display:block;}
ul#horizontalmenu li.graph {padding:0px; margin:0px; }
ul#horizontalmenu li.cart { background-image: url(img/carticonhormenu.gif); background-repeat: no-repeat; padding-left: 40px; }
ul#horizontalmenu li.suche { float: right; }



ul#horizontalmenu li {
	float:left;
	padding: 5px 15px 1px 15px;
	margin:0px;
	height:20px;
	background-color: #DAE1A2;
	border-right: 2px #F2F3BD solid;
}

ul#horizontalmenu li a {
	color:#314E44;
	text-decoration:none;
}

/* Nach Kopfbereich: rechts & links: Rand! 
----------------------------------------------- */
div#inhaltmitrand { padding: 0 15px; }

/* Breadcrumb Pfad
----------------------------------------------- */
div#breadcrumb {
	width:895px;
	background-color:#FFFFFF;
	margin:0px;
	padding:2px 0px 2px 5px;
	color:#999999;
	font-size:10px;
	border:none;
	text-align:left;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#DAE1A2;
}

div#breadcrumb a {
	color:#585858;
	text-decoration:none;
}

/* Linkes Menu
----------------------------------------------- */
ul#submenu {
	font-size:12px;
	width:260px;
	margin:0px;
	padding: 5px 0px;
	background-color:#C8505A;
	list-style-type:none;
	display:block;
}

ul#submenu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

ul#submenu li.level1 {
	list-style:none;
	width:190px;
	_width:180px; /* IE6 Boxmodel Fix */
	padding: 3px 0px 3px 10px;
	margin:0px;
	font-weight:bold;
}

ul#submenu li.level1 a:hover {
	text-decoration: underline;
}
ul#submenu li.level2 {
	font-weight:normal;
	font-size:11px;
	width:170px;
	padding:2px 0px 2px 20px;
	margin:0px;
	background-color:#AD000A;
}

ul#submenu li.level2 a:hover {
	text-decoration: underline;
}

ul#submenu li.level3 {
	font-weight:normal;
	font-size:10px;
	width:140px;
	padding:1px 0px 1px 50px;
	margin:0px;
	background-color:#AD000A;
}

ul#submenu li.level3 a:hover {
	text-decoration: underline;
}

/* Layout der Box Elemente
----------------------------------------------- */
h1.boxHeader {
	font-size:13px;
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	font-weight:bold;
	height:22px;
	border:none;
	margin:0px;
	background-color: #90BF74;
	color: black;
}

h1.boxHeaderSpecial {
	background: #CE762F;
}

h1.boxHeader a {
	font-size:13px;
	color: white;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

div.boxBody {
	background-color:#D3E5C7;
	font-size:12px;
	color:#000000;
	padding:8px 10px 8px 10px;
	margin-bottom: 15px;
	line-height: 1.4;
}
div.boxBody p {
	margin:5px 0px 5px 0px;
}
div.boxBody a {	color: black;	text-decoration:none;  }
div.boxBody a:hover { text-decoration: underline; }
div.boxBody a.jsversandkosten {	color: #7E7E7E; }
div.boxBody a.jsversandkosten:hover {	color: #7E7E7E;}
div.boxBody span.preis {	color: #C8505A; font-weight: bold; font-size: 12px;  }
div.boxBody span.versand {	color: #7E7E7E; }
div.boxBody a.produkt { font-weight: bold;	}
div.boxBody a.produkt:hover { font-weight: bold; color:#316277;	}
div.boxBody img.productImageBorder { 	padding: 2px; background-color: white; }
div.boxBodySpecial {	background-color:#EBC8AC; text-align:center; margin-bottom:15px;  padding: 8px;}
div.boxBodySpecial img {	float: left; margin: 0 5px 0px 0;}
div.boxBodySpecial p {		margin: 0px; text-align: left; }
div.boxBodySpecial p.preis { clear: left; text-align: right;  color: white; font-weight: bold; margin-bottom: 6px; }
div.boxBodySpecial p.versand { text-align: right;  color: #8D7867; }
div.boxBodySpecial p.versand a { color: #8D7867; }
div.boxBodySpecial p.produkt { font-size: 13px; font-weight: bold; line-height: 16px; }
div.boxBodySpecial p.allespecials {		text-align: right; margin-top: 5px; }
div.boxBodySpecial span.productOldPrice { font-weight: normal; padding-right: 10px;  }
div.boxBodySpecial span.productNewPrice { background-color: #CE762F; padding: 1px 3px; font-size: 15px; }


div.boxBodyWhatsnew { min-height: 82px; padding: 8px 2px 8px 8px;}
div.boxBodyWhatsnew img {	float: left; margin: 0 5px 5px 0;}


/* Statt-Preisanzeige
----------------------------------------------- */
span.productOldPrice { color: black;  text-decoration: line-through; }

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
div.ContproductPriceAttributes {
	text-align:left; 
	width:390px; 
	float:right;
	color: #004080;
	line-height: 1.5;
}

div.ContproductPriceAttributes span.Code { display: block; font-size: 12px; background-color: #E5EDEC; padding: 10px; }

div.productPriceAttributes {
	background-color:#E8EDDC;
	font-size:12px;
	color:#000000;
	padding: 20px 15px 15px 20px;
	margin-top: 15px;
}

div.productPriceAttributes strong.preis { font-size: 22px; color: #004080; }
div.productPriceAttributes span.shipping { color: #004080; font-size: 11px;}
div.productPriceAttributes span.shipping a { text-decoration: none; }
div.productPriceAttributes div.warenkorb {padding-bottom:4px; white-space:nowrap; }
div.productPriceAttributes div.warenkorb div.menge {float:left; padding-right:8px; vertical-align:middle;}
div.productPriceAttributes div.warenkorb div.menge input { padding: 0 2px; text-align: right; }
div.productPriceAttributes div.warenkorb div.schaltflaeche {width:auto; vertical-align:middle; padding-top: 1px;  }
div.productPriceAttributes a.jsversandkosten { color: #004080; }

/* Banner auf Produktseite
----------------------------------------------- */
img.productinfobanner {
	margin: 10px 0 0 0;
}


/* Box im middleColContainer
----------------------------------------------- */
#middleColContainer div.kasten {	width: 190px; border: 1px #0091B6 solid; float: right; background-color:#E6F4F7; margin: 0 0 15px 15px;  }
#middleColContainer div.kasten h1 {
	font-size:11px;
	background-image:url(img/box1bg-special.gif);
	padding: 6px 2px 2px 8px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	border:none;
	margin:0px;
}
#middleColContainer div.kasten p { padding:6px 2px 2px 8px; }


/* Layout der Cart Box
----------------------------------------------- */
div.boxCart {
	font-size:11px;
	background-color:#585858;
	padding:6px 10px 2px 10px;
	color:#FFFFFF;
	margin-bottom: 15px;
}

div.boxCart a {
	color:#FFFFFF;
	text-decoration:underline;
}

div.boxCart p {
	line-height:normal;
	margin:0px;
	padding:0px;
}

div.boxCart p.textemptycart {
	margin-top: 10px;
	margin-bottom: 3px;
}

div.boxCartBody {
	font-size:11px;
	background-image:url(img/greenboxbg.gif);
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
}

div.boxCartBreakLine {
	height:2px;
	background-color:#585858;
	background-image:url(img/boxCartBreakLine.gif);
	margin:5px 0px 5px 0px;
	font-size:0px;
	padding:0px;
	line-height:0px;
}


/* Floatbox (Inhalte)
----------------------------------------------- */
div.floatBox {
	background-color:#F7F7F7;
	padding:10px 20px 10px 20px;
	margin:0px;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:1px;
	line-height:normal;
}

div.floatBox h1 {
	color:#004080;
	font-size:16px;
	font-weight:bold;
	border:none;
	text-decoration:none;
	margin: 0px 0px 10px 0px;
	background-image:none;
	line-height:normal;
}

div.floatBox h2 {
	color:#C8505A;
	font-weight:bold;
	font-size:14px;
	margin:15px 0px 4px 0px;
	padding:0px;;
}

div.floatBox ul {
	line-height:22px;
}

/* Product Category Listing
----------------------------------------------- */
div.productListingContainer {
	background-color:#FFFFFF;
	padding-top:4px;
}

div.productListingContainer div.produktbild {float:left; padding-right:15px; display:table; height:100%;}
div.productListingContainer div.produktbild img.productImageBorder { 	padding: 2px; background-color: white; }
div.productListingContainer div.produkttext {display:table; height:100%;}


div.productListingContainer a.productHeader {
	padding:6px 0px 0px 0px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	color:#004080;
	border:none;
	text-decoration:underline;
	font-weight:bold;
}

div.productListingContainer a.productHeader:hover {
	color: #C8505A;
}

div.productListingContainer p.productDescription {
	font-size:12px;
	margin:0px;
	padding:8px 0px 6px 0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails {
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:normal;
}

div.productListingContainer p.special {
	padding-top: 6px;
}


div.productListingContainer p.additionalDetails span.productPrice {
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails span.shippingCosts {
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:normal;
	color:#999999;
}

div.productListingContainer p.additionalDetails span.shippingCosts a {
	color:#999999;
}

div.productListingContainer p.detailButtons {
	padding:0px;
	margin:0px;
	line-height:normal;
}

/* Checkout Payment Block
----------------------------------------------- */
h1.paymentBlockHeader {
	background-color:#C8505A;
	background-image:url(img/paymentBlocktHeaderBg.gif);
	margin:0px;
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
}

h1.paymentBlockHeader input {
	margin:2px 5px 0px 5px;
	_margin:-2px 0px 0px 2px;
	padding:0px 0px 0px 0px;
}

div.paymentBlockContainer {
	margin:0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.paymentBlockContainer table td {
	padding:2px;
}

/* Checkout Shipping Block
----------------------------------------------- */
h1.shippingBlockHeader {
	background-image:url(img/shippingBlockHeaderBg.gif);
	margin:0px;
	padding:5px 0px 0px 8px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
}

div.shippingBlockContainer {
	margin:0px 0px 15px 0px;
	padding:6px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

/* Wahl der Versandart fieldset
----------------------------------------------- */
fieldset.versandart { 	margin: 0;  padding: 0; 	border: none; }
fieldset.versandart legend {	display: none; visibility: hidden; }
fieldset.versandart input[type=radio] {float: left; width: auto; margin-right: 10px;  }
fieldset.versandart label { margin-top: 3px; float: left; }
fieldset.versandart label.preis { float: right;}



/* Checkout Übersicht
----------------------------------------------- */
div#adressen {
	background-color: #F7F7F7; border: 1px #D9D9D9 solid; padding: 10px; }
div#shippingaddress{float:left;width:42%; margin-right: 10px; background-color: white; padding: 10px; }
div#billingaddress{float:left;width:42%; background-color: white; padding: 10px;}


/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
	font-size:11px;
	color:#333333;
	float:left; 
	text-align:center; 
	width: 190px; 
	margin:0px 15px 15px 0px;
}

/* Box mit Downloads
----------------------------------------------- */
div.electronicDownloadsBox {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:12px;
	color:#000000;
	padding:5px;
}

/* Box mit Sucheingabefeld
----------------------------------------------- */
div.detailedSearchBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:12px;
	color:#000000;
	padding:10px 15px 10px 15px;
	text-align:center;
}

div.detailedSearchBox td.inputText input {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* Box Eingabefeld für Gutscheincode
----------------------------------------------- */
fieldset.voucherBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:13px;
	color:#000000;
	padding:10px 15px 10px 15px;
	text-align:center;
}

fieldset.voucherBox legend {	display: none; visibility: hidden; }
fieldset.voucherBox label.left { float: left; text-align: left;  margin-right: 10px; font-weight: bold;  padding-top: 2px;}
fieldset.voucherBox input[type=text] { vertical-align: middle; width: 100px; padding: 0; float: left; margin-right: 10px; margin-bottom: 5px; margin-top: 1px; }
fieldset.voucherBox input[type=image] {  margin-bottom: 5px; vertical-align: middle; padding: 0; float: left;  }



/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
div.productPreviewSplitLine {
	height:26px;
	background-image:url(img/productSplitLine.gif);
}

/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
img.productImageBorder {
/*	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9; */
}

div.productImagesBox img.productImageBorder { 	padding: 5px; background-color: white; }

/* Box für "Weitere Unterkategorien"
----------------------------------------------- */
div.moreCategoriesBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	padding:10px 5px 10px 10px;
}

div.moreCategoriesBox div.beschreibung { float: left; margin-left: 15px; }
div.moreCategoriesBox div.beschreibung h2 {  margin-top: 0px; }

.moreCategoriesBox ul {
	margin: 0; padding: 0;
}

.moreCategoriesBox ul li {
	list-style: none;
	background-image:  url(img/icon_arrow_small.gif);
	background-repeat: no-repeat; background-position: top left;
	padding-left: 10px;
}

a.categorieslink {
	margin-right: 15px;
}

/* Tabellenlisten
----------------------------------------------- */
.tableListingI {
	background-color: #EAE9E9;
}

.tableListingII {
	background-color: #F3F3F3;
}

/* Warenkorbliste
----------------------------------------------- */
.cartTableListingI {
	background-color: #EAE9E9;
}

.cartTableListingII {
	background-color: #F3F3F3;
}

td.cartTableCell {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	padding:5px 4px;
	vertical-align: top;
}

td.totalvalue {	vertical-align:top; text-align:right; padding-top: 2px;}

ul.cartoptionen { margin: 5px 0px 2px 0px; padding-left: 5px; font-size: 11px; list-style: none; line-height: 115%; } 
ul.cartoptionen li { margin-bottom: 5px;} 

/* Popups Produktbilder
----------------------------------------------- */
body#popupimage  {	margin-top:0px; margin-left: 0; text-align: center;}
body#popupimage h1 {	font-size:12px; margin: 0 0 10px 0 ; text-align: center; color: white; 	border-color: white; }
body#popupimage a.fensterzu { color: white; font-size: 11px;}
body#popupimage img  { padding: 5px; background-color: white;}

/* iframe Popups Produktbilder - mehr Bilder
----------------------------------------------- */
body#thumbs {margin-top:0px; margin-left: 0; text-align: center; background-image: none; background-color: transparent;}
body#thumbs div.thcontainer { text-align: center; margin: 0 auto;  }
body#thumbs div.thcontainer div { display: inline; }
body#thumbs div.thcontainer div img { border: 2px black solid; margin: 0 2px; padding: 2px; background-color: white; }
body#thumbs div.thcontainer div.aktuell img { border: 2px #C8505A solid; }


/* Andere Popups 
----------------------------------------------- */
body#popup  {	margin:20px; background-color: white; background-image: none;}
body#popup a.fensterzu { font-size: 11px;}

/* Hintergrund für Hilfe-Popups 
----------------------------------------------- */
div.popupContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund für Bestellungsdruck
----------------------------------------------- */
div.printOrderContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund für Artikeldruck
----------------------------------------------- */
div.printProductInfoContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Block mit Shipping Typen
----------------------------------------------- */
td.shippingTypeHeader {
	background-color:#C8505A;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	padding:4px;
	color:#FFFFFF;
}

/* Block mit Warenkorbinhalt
----------------------------------------------- */
td.basketHeader {
	background-color:#90BF74;
	padding:4px;
	color: black;
	font-size:12px;
	font-weight:bold;
}

.basketIcon {
	vertical-align: top; margin-right: 5px;
}

/* Block mit Reviews
----------------------------------------------- */
td.reviewListHeader {
	background-color:#666666;
	background-image:url(img/reviewListHeaderBg.gif);
	border:none;
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* Sitemap Blöcke
----------------------------------------------- */

div.sitemapBlock1 {	float:left; width:263px;}
div.sitemapBlock2 {	float:right; width:263px;}

div.sitemapHeader {
	background-color:#666666;
	background-image:url(img/paymentBlocktHeaderBg.gif);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
	padding:3px 0px 0px 6px;
}

div.sitemapHeader a {
	color:#FFFFFF;
	text-decoration:none;
}

div.sitemapContent {
	margin:0px 0px 15px 0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.sitemapContent a {
	font-size:12px;
	text-decoration:none;
}


/* Errormessage
----------------------------------------------- */
div.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	border-style:dashed;
	border-color:#C8505A;
	border-width:1px;
	background-color:#FFB3B7;
	font-size:13px;
}

/* Successmessage
----------------------------------------------- */
.messageStackSuccess {
	font-size: 12px; 
	background-color: #ADDA9D;
	padding:8px;
}

/* Produktnavigator (unter jedem Produkt)
----------------------------------------------- */
div.productNavigator {
	margin: 0px 0px 10px 0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
}
p.navtotal { text-align: right; margin-bottom: 0px; margin-right: 2px; }
div.productNavigator p.nav { text-align: center; margin-bottom: 0; }
div.productNavigator p.nav span.trenner { padding: 0 5px;}

/* AGB Bestätigung
----------------------------------------------- */
div.agbConfirmation {
	border-style:solid;
	border-width:1px;
	border-color:#C8505A;
	padding:10px;
	margin-bottom: 20px;
	font-size: 13px;
}

div.agbConfirmation div.checkbox {float:left; padding:0px 10px 0px 0px;}

/* Footer
----------------------------------------------- */
div#footer {
	width:900px;
/*	border-style:solid;
	border-color:#666666;
	border-width:1px 0px 0px 0px; */
	font-size:11px;
	color:#666666;
	padding:4px 0px 4px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/* Copyright
----------------------------------------------- */
div.copyright {
	width:800px;
	text-align:center;
	color:#666666;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	padding:0px 0px 10px 0px;
	border-style:solid;
	border-color:#323232;
	border-width:0px 5px 0px 5px;
	display: none;
}

/* Float-Clearing div
----------------------------------------------- */
div.clearboth {
	clear:both;
}

div.clearleft {
	clear:left;
}

div.clearright {
	clear:right;
}

/* main Zelle (Versandkosten)
----------------------------------------------- */
td.contentsTopics {
	padding:15px;
	background-color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

/*  td.main {
	padding:15px;
	background-color:#FFFFFF;
	font-size:12px;
} */

/* Checkout - Produkttabelle
----------------------------------------------- */
#produkttabelle { background-color:#FFFFFF; padding: 10px; }
#produkttabelle td {	vertical-align: top;}
#produkttabelle td.main { padding: 2 4px; background-color:#FFFFFF; font-size:12px;}
#produkttabelle span.lieferzeit { font-size: 10px;}
#produkttabelle td.optionen { font-size: 11px;}

/* warnung (Systemmeldungen)
----------------------------------------------- */
#warnung img {
	float: left; margin: 0 20px 20px 0;
}

#warnung  {
	border: 1px white solid;
	background-color: #A6A6A6;
	padding: 10px;
}

/* Login-Seite fieldset
----------------------------------------------- */
fieldset.returning { 	margin: 0;  padding: 0; 	border: none; }
fieldset.returning legend {	display: none; visibility: hidden; }
fieldset.returning label.left { float: left; text-align: left;  width: 90px; margin-right: 10px; font-weight: bold;  padding-top: 2px;}
fieldset.returning input { margin-bottom: 5px; display: inline; 	vertical-align: middle; }
span.forgotpw { 	font-size: 10px; margin-left: 30px; }	

/* Allgemeines 
----------------------------------------------- */
.fliessr {	float: right;}
.fliessl {	float: left; }
.clr {	clear: both;}
.clrr {	clear: right;}
.clrl {	clear: left;}
.rechts {	text-align: right;}
.zent {	text-align: center;}
.nowrap {	white-space: nowrap;}
.klein { 	font-size: 11px;  }
.kleiner { 	font-size: 10px;  }
.red, .rot { 	color: #C8505A; }

a.linklogin {
	padding-left: 17px;
	background-image: url(img/arrow_simple.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:13px;
}

/* Kontakt-Seite fieldset
----------------------------------------------- */
fieldset.kontaktformular { 	margin: 0;  padding: 0; 	border: none; }
fieldset.kontaktformular legend {	display: none; visibility: hidden; }
fieldset.kontaktformular label.left { float: left; text-align: left;  width: 120px; margin-right: 10px; font-weight: bold;  padding-top: 2px;}
fieldset.kontaktformular input[type=text] { margin-bottom: 5px; display: inline; 	vertical-align: middle; width: 200px; padding: 0; }
fieldset.kontaktformular input[type=image] {  margin-left: 130px; margin-top: 5px; }

/* Callback fieldset
----------------------------------------------- */
fieldset.callback { 	margin: 0;  padding: 0; 	border: none; }
fieldset.callback legend {	display: none; visibility: hidden; }
fieldset.callback label.left { float: left; text-align: left;  width: 120px; margin-right: 10px; font-weight: bold;  padding-top: 2px;}
fieldset.callback input[type=text] { margin-bottom: 5px; display: inline; 	vertical-align: middle; width: 200px; padding: 0; }
fieldset.callback input[type=image] {  margin-left: 130px; margin-top: 5px; }
fieldset.callback textarea { height: 100px;}

/*Newsletter fieldset
----------------------------------------------- */
fieldset.newsletter { 	margin: 0;  padding: 0; 	border: none; }
fieldset.newsletter legend {	display: none; visibility: hidden; }
fieldset.newsletter label.left { float: left; text-align: left;  width: 120px; margin-right: 10px; font-weight: bold;  padding-top: 2px;}
fieldset.newsletter p.left { float: left; text-align: left;  width: 120px; margin-right: 10px; font-weight: bold;  padding-top: 2px;}
fieldset.newsletter input[type=text] { margin-bottom: 5px; display: inline; 	vertical-align: middle; width: 200px; padding: 0; }
fieldset.newsletter input[type=image] {  margin-left: 130px; margin-top: 5px; }
fieldset.newsletter input[type=radio] {float: left; width: auto; clear: both; margin-left: 130px ; margin-right: 10px; }

/* Erweiterte Suche fieldset
----------------------------------------------- */
fieldset.erwsuche { 	margin: 0;  padding: 0; 	border: none; }
fieldset.erwsuche legend {	display: none; visibility: hidden; }
fieldset.erwsuche label.left { float: left; text-align: left;  width: 100px; margin-right: 10px; padding-top: 2px;}
fieldset.erwsuche p.left { float: left; text-align: left;  width: 100px; margin-right: 10px; font-weight: bold;  padding-top: 2px;}
fieldset.erwsuche input[type=text] { margin-bottom: 5px; display: inline; 	vertical-align: middle; width: 200px; padding: 0; }
fieldset.erwsuche select { margin-bottom: 5px; display: inline; 	vertical-align: middle; width: 200px; padding: 0; }
fieldset.erwsuche input[type=checkbox] { margin-bottom: 7px; display: inline; 	vertical-align: middle; padding: 0; }
fieldset.erwsuche input[type=image] {  margin-left: 110px; margin-top: 5px; }
fieldset.erwsuche input[type=radio] {float: left; width: auto; clear: both; margin-left: 110px ; margin-right: 10px; }
fieldset.erwsuche p.anmerk {	font-size: 10px; margin-left: 110px;}
fieldset.erwsuche br { clear: both;}

/* Kundenkonto-Anlage fieldset
----------------------------------------------- */
fieldset.createaccount { 	margin: 0;  padding:10px 20px 10px 20px;  background-color: #F7F7F7;	border: #D9D9D9 solid 1px ; line-height:normal;}
fieldset.createaccount legend {	display: none; visibility: hidden; }
fieldset.createaccount label.left { float: left; text-align: left;  width: 100px; margin-right: 10px; padding-top: 2px; font-weight: bold;}
fieldset.createaccount p.left { float: left; text-align: left;  width: 100px; margin-right: 10px; font-weight: bold;  padding-top: 2px;}
fieldset.createaccount input[type=password], fieldset.createaccount input[type=text] { margin-bottom: 5px; display: inline; 	vertical-align: middle; width: 200px; padding: 0; }
fieldset.createaccount select { margin-bottom: 5px; display: inline; 	vertical-align: middle; width: 200px; padding: 0; }
fieldset.createaccount input[type=checkbox] { margin-bottom: 7px; display: inline; 	vertical-align: middle; padding: 0; }
fieldset.createaccount input[type=image] {  margin-left: 110px; margin-top: 5px; }
fieldset.createaccount input[type=radio] {float: left; width: auto; clear: both; margin-left: 110px ; margin-right: 10px; }
fieldset.createaccount p.anmerk {	font-size: 10px; margin-left: 110px;}
fieldset.createaccount br { clear: both;}

/* Adressenwahl fieldset
----------------------------------------------- */
fieldset.adressenwahl { 	margin: 0;  padding: 10px 20px 10px 20px;  background-color: #F7F7F7;	border: #D9D9D9 solid 1px ; line-height:normal;}
fieldset.adressenwahl legend {	display: none; visibility: hidden; }
fieldset.adressenwahl input[type=radio] {float: left; width: auto; clear: both; margin: 12px 10px 0 0;}
fieldset.adressenwahl label { float: left; margin: 10px 0; width: 470px; }
fieldset.adressenwahl br { clear: both;}



/* Optionen auf Produktseite fieldset
----------------------------------------------- */
div.productPriceAttributes div.optionen {padding-bottom:8px; padding-top:5px;}
fieldset.optionen {  padding: 5px 0 0 0; 	border: none; }
fieldset.optionen legend {	display: none; visibility: hidden; }
fieldset.optionen label.left { float: left; text-align: left;  width: 125px; margin-right: 10px; font-weight: bold;  padding-top: 2px; }
fieldset.optionen select { margin-bottom: 5px; display: inline; 	vertical-align: middle; width: 325px; padding: 0; }



/* Bestseller-Liste
----------------------------------------------- */
ol#bestseller { margin: 2px 0px; padding-left: 20px; }
ol#bestseller li { margin-bottom: 5px;}


/* JS-Link zu Versandkosten
----------------------------------------------- */
.jsversandkosten {text-decoration: none;}
a.jsversandkosten:hover {text-decoration: underline;}


/* Vormerken
----------------------------------------------- */
#vormerkformular fieldset {
	margin: 3px 5px;
	width: 260px;
	float: left; 
	border: 1px #0091B6 solid;
}

#vormerkformular form>fieldset {
	background-color: #E6F4F7;   /* nicht im IE */
}

#vormerkformular legend {
	color: white;
	font-weight: bold;
	background-color: #0091B6;
	padding: 0 3px;
	border: 1px #0091B6 solid;
	background-image:url(img/box1bg-special.gif);
	padding: 2px;
}

#vormerken {
	background-color: white;
	padding: 20px;
	font-size: 11px;
}

#vormerkformular fieldset#freienennung {
	width: 542px;
}

#vormerkformular fieldset#freienennung textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.vormerkerror {
	border: #C8505A 2px solid;
	background-color: #FFB3B7;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}

p.refurb {
	border-bottom: 1px #D9D9D9 dashed; padding-bottom: 10px;
}

p.disclaimer {
	font-size: 12px; color: #666; margin-top: 20px;
}

textarea#agb { background-color: #EAE9E9; font-size: 11px; width: 500px; border: #949494 1px solid; margin-bottom: 20px; padding-left: 3px;}
textarea#comments { width: 500px; font-size: 12px; width: 500px; border: #949494 1px solid; margin-bottom: 20px; padding-left: 3px;  }


table.modtab td {	vertical-align: top; line-height: 130%; border-bottom: 1px #D9D9D9 solid; }
table.taschtab td {	vertical-align: top; line-height: 100%; border-bottom: 1px #D9D9D9 solid; }
table.taschtab td p { margin: 0 0 5px 0;}
table.taschtab td ul { margin: 4px 0 5px 0; padding: 0;}
table.taschtab td li { list-style: none; margin-bottom: 5px; line-height: 16px;}

/* Startseite
----------------------------------------------- */
div.fraguns {
	background-image: url(img/bg-box-fragen.jpg);
	background-repeat: repeat-x; 
	background-position: bottom;
	background-color: #00A7D2;
	float: right;
	width: 190px;
	margin: 12px 0 10px 0px;
	color: white;
	border-left: 10px white solid;
}

div.fraguns h1 { border: none; margin: 0 0 10px 0;}
div.fraguns p { margin: 0 3px 8px 10px; line-height: 18px; }
div.fraguns ul { margin: 0; padding: 0; list-style: none; }
div.fraguns li { margin: 0 0 8px 10px; padding: 0; font-weight: bold; }
div.fraguns a {  color: white; }

dl.produktdetails dt { 	font-weight: bold; }
dl.produktdetails dd { margin-bottom: 8px; }

.durchg { text-decoration: line-through; }

#teststellung {	background-image: url(img/banner/teststellung-bg.jpg); width: 545px; height: 150px; 	margin: 10px 0 0 0; color: white;}
#teststellung img { margin: 10px 0px 0px 10px; }
#teststellung p { margin: 5px 5px 0px 10px; line-height: 120%; }
#teststellung p.klein { font-size: 10px; float: right; margin-right: 5px; margin-top: 7px;}

ol.widerruf li{ 	margin-bottom: 6px; }

div.apothekenfotos { 	background-color: #E5EDEC; margin: 20px 0; text-align: center; padding: 10px; }
div.apothekenfotos img {  margin: 10px;	}
div.apothekenfotos img.erstesfoto { 	float: left; margin-right: 20px;  }
div.apothekenfotos p { text-align: left; margin-top: 30px; }

.marker { background-color: #FFD4D7; padding: 0 2px; }

body#hilfe { 	margin:10px; }
body#hilfe div { background-color: white; padding: 1px 10px; }

tr.productListing-even {background-color: #DAE1A2; }
tr.productListing-odd {background-color: #F9FAE2;}
tr.provheader {background-color: #748F5E; color: white; font-weight: bold; }
tr.productListing-even td, tr.productListing-odd td, tr.provheader td { padding: 5px 10px; }