/* -----------------------------------------------------------------------------------------
   $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
----------------------------------------------- */
body {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-image:url(img/bg.gif);
	background-color:#FFFFFF;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#CD000C;
	font-weight:bold;
	font-size:18px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CD000C;
}

h1 a {
	color:#CD000C;
	font-weight:bold;
	font-size:20px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CD000C;
	text-decoration:none;
}

h2 {
	color:#000000;
	font-weight:bold;
	font-size:15px;
	margin:15px 0px 4px 0px;
	padding:0px;
	text-decoration:none;
	list-style-type:none;
}

h3 {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	margin:15px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
	list-style-type:none;
}

h4 {
	color:#CD000C;
	font-weight:bold;
	font-size:14px;
	margin:15px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
}

h5 {
	color:#CD000C;
	font-weight:bold;
	font-size:15px;
	margin:15px 0px 4px 0px;
	padding:0px;
	text-decoration:none;
	list-style-type:none;
}

h6 {
	color:#CD000C;
	font-weight:bold;
	font-size:18px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CD000C;
}

h6 a {
	color:#CD000C;
	font-weight:bold;
	font-size:20px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CD000C;
	text-decoration:none;
}


/* Paragraph
----------------------------------------------- */
p {
	line-height:20px;
	padding:0px;
	margin:15px 0px 15px 0px;
}

/* Links im Text
----------------------------------------------- */
a {
	color:#336699;
}

/* 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:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:13px;
	width:100%;
}

/* Input Global
----------------------------------------------- */
input {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* Select Global
----------------------------------------------- */
select {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* loginBox Input Textfield Email
----------------------------------------------- */
input#loginBoxInputEmail {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

input#loginBoxInputPassword {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

/* 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;
}

/* 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;
}

/* LoginBoxHome ev. 680px
----------------------------------------------- */
div#loginBox {
	font-size:11px;
	float:left;
	text-align:left; 
	width:680px; 
	color:#000000;
	font-weight:bold;
	padding:6px 0px 5px 0px;
}

div#loginBox a {
	font-size:11px;
	color:#585858;
	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:900px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#000000;
	border-width:0px 10px 0px 10px;
	padding:0px 15px 0px 15px;
}

/* Container für linke Spalte
----------------------------------------------- */
div#leftColContainer {
	float:left; 
	width:190px; 
	padding:10px 0px 0px 0px;
	margin:0px;
}

/* Container für mittleren Bereich
----------------------------------------------- */
div#middleColContainer {
	float:right; 
	width:680px;
	padding:0px 10px 0px 15px;
/*	_padding:0px 10px 0px 15px; */
	margin:0px;
}

/* Container für Social Bookmarks
----------------------------------------------- */
div#BMContainer {
	float:left; 
	width:165px;
	padding:20px 0px 0px 0px;
/*	_padding:20px 0px 0px 0px; */
	margin:0px;
}

/* Header mit Logo
----------------------------------------------- */
div#logoHeader {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:900px;
	background-image:url(img/headerRowBg.gif);
	height:77px;
}

/* 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 {
	display:block;
	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;
}

#etikett {
	position:absolute;
	top:0px;
	background-image:url(/images/content/etikette0.png);
	background-repeat:no-repeat;
	width:158px;
	height:63px;
}

#etikett2 {
	position: absolute;

	margin:0px 0px 0px 54px;
	background-image:url(/images/content/etikette.png);
	background-repeat:no-repeat;
	width:268px;
	height:156px;
}

/* Header mit Logo
----------------------------------------------- */
div#languageSelection {
	float:right;
	text-align:right; 
	width:150px; 
	color:#000000;
	font-weight:bold;
	padding:10px 5px 5px 0px;
}

/* Horizontales Men
----------------------------------------------- */
ul#horizontalmenu {
	list-style-type:none;
	width:900px;
	height:31px;
	margin:0px;
	padding:0px;
	background-color:#666666;
	background-image:url(img/horMenuBg.gif);
}

ul#horizontalmenu li {
	float:left;
	padding:6px 20px 0px 20px;
	margin:0px;
	height:25px;
	background-color:#999999;
	background-repeat:repeat-x;
	background-image:url(img/horMenuItemBg.gif);
}

ul#horizontalmenu li a {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}

/* 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:#D1D1D1;
	background-image:url(img/breadcrumbbg.gif);
}

div#breadcrumb a {
	color:#585858;
	text-decoration:none;
}

/* Linkes Menu
----------------------------------------------- */
ul#submenu {
	font-size:11px;
	width:190px;
	margin:0px;
	padding:0px;
	background-color:#CD000C;
	list-style-type:none;
	display:block;
}

ul#submenu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

ul#submenu li.submenuspacer {
	height:3px;
	line-height:3px;
	font-size:1px;
	margin:0px;
	padding:0px;
	width:190px;
	background-image:url(img/submenuSpacer.gif);
	display:block;
}

ul#submenu li.level1 {
	list-style:none;
	width:190px;
/*	_width:180px; IE6 Boxmodel Fix */
	padding:6px 0px 6px 10px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
}

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.level3 {
	font-weight:normal;
	font-size:11px;
	width:140px;
	padding:1px 0px 1px 50px;
	margin:0px;
	background-color:#AD000A;
}

ul#submenu li.level4 {
	font-weight:normal;
	font-size:11px;
	width:120px;
	padding:1px 0px 1px 70px;
	margin:0px;
	background-color:#AD000A;
}

/* Layout der Box Elemente
----------------------------------------------- */
h1.boxHeader {
	font-size:11px;
	background-image:url(img/box1bg.gif);
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	border:none;
	margin:0px;
}

h1.boxHeader a {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

h6.boxHeader {
	font-size:11px;
	background-image:url(img/box1bg.gif);
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	border:none;
	margin:0px;
}

h6.boxHeader a {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

p.boxHeader {
	font-size:11px;
	background-image:url(img/box1bg.gif);
	padding:2px 0px 2px 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	border:none;
	margin:0px;
}

p.boxHeader a {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

div.boxBody {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#949494;
	font-size:11px;
	color:#000000;
	padding:8px 10px 8px 10px;
}

div.boxBody a {
	color:#336699;
	text-decoration:none;
}

div.boxBody p {
	line-height:15px;
	margin:5px 0px 5px 0px;
}

/* Layout der Cart Box
----------------------------------------------- */
div.boxCart {
	font-size:11px;
	background-color:#585858;
	padding:6px 10px 2px 10px;
	color:#FFFFFF;
}

div.boxCart a {
	color:#FFFFFF;
	text-decoration:underline;
}

div.boxCart p {
	line-height:normal;
	margin:0px;
	padding:0px;
}

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:#336699;
	font-size:16px;
	font-weight:bold;
	border:none;
	text-decoration:none;
	margin:10px 0px 6px 0px;
	background-image:none;
	line-height:normal;
}

div.floatBox h2 {
	color:#CD000C;
	font-weight:bold;
	font-size:14px;
	margin:5px 0px 5px 0px;
	padding:0px;
}

div.floatBox h3 {
	color:#000000;
	font-weight:bold;
	font-size:15px;
	border:none;
	text-decoration:none;
	margin:10px 0px 6px 0px;
	background-image:none;
	line-height:normal;
}

div.floatBox ul {
	line-height:22px;
}

/* Product Category Listing
----------------------------------------------- */
div.productListingContainer {
	background-color:#FFFFFF;
	padding-top:4px;
}

div.productListingContainer h2.productHeader {
	padding:0px 0px 0px 0px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	color:#336699;
	border:none;
	text-decoration:underline;
	font-weight:bold;
}



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.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:#CD000C;
	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:0px 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;
}

div.shippingBlockContainer table td {
	padding:2px;
}

/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
	background-color:#F7F7F7;
	font-size:11px;
	color:#333333;
	float:left; 
	text-align:center; 
	width:160px; 
	padding:10px; 
	margin:0px 15px 15px 0px;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:1px;
}

/* Testeo Box
----------------------------------------------- */
div.testeoBox {
	height:55px;
	margin:10px 15px 15px 15px;
}

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
div.productPriceAttributes {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:12px;
	color:#000000;
	padding:10px 15px 10px 15px;
}

/* Statt-Preisanzeige
----------------------------------------------- */
span.productOldPrice {
	font-size:12px;
	color:#CD000C;
	font-weight:bold;
}

/* Abschlag-Preisanzeige
----------------------------------------------- */
span.productAbschlag {
	font-size:10px;
	color:#CD000C;

}

/* 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
----------------------------------------------- */
div.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;
}

/* 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;
}

/* Box für "Weitere Unterkategorien"
----------------------------------------------- */
div.moreCategoriesBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	padding:15px;
}

/* Tabellenlisten
----------------------------------------------- */
.tableListingI {
	background-color: #EAE9E9;
}

.tableListingII {
	background-color: #F3F3F3;
}

/* Warenkorbliste
----------------------------------------------- */
.cartTableListingI {
	background-color: #EAE9E9;
}

.cartTableListingII {
	background-color: #F3F3F3;
}

td.cartTabelCell {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	padding:7px 4px 7px 4px;
}

/* Hintergrund für 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;
}

/* Artikelliste Bestellungsdruck
----------------------------------------------- */
td.productListHeaderPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000000;
	font-weight:bold;
	white-space:nowrap;
}

td.productListItemPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#999999;
	vertical-align:top;
}

/* Block mit Shipping Typen
----------------------------------------------- */
td.shippingTypeHeader {
	background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	padding:4px;
	color:#FFFFFF;
}

/* Block mit Warenkorbinhalt
----------------------------------------------- */
td.basketHeader {
	background-color:#CD000C;
	background-image:url(img/basketHeaderBg.gif);
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* 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.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:#CD000C;
	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;
}

/* AGB Bestätigung
----------------------------------------------- */
div.agbConfirmation {
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFB3B7;
	padding:10px;

}

/* 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:930px;
	text-align:center;
	color:#666666;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	padding:0px 0px 10px 0px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 10px 0px 10px;
	
}

/* Float-Clearing div
----------------------------------------------- */
div.clearboth {
	clear:both;
}

div.clearleft {
	clear:left;
}

div.clearright {
	clear:right;
}

/* Container für Produkte Beschreibung
----------------------------------------------- */
div#productDesc {
	float:right; 
	width:475px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

/* 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;
}

td.main2 {
	padding:0px;
	background-color:#FFFFFF;
	font-size:12px;
}

td.main3 {
	padding-left:15px;
	padding-top:15px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	font-size:12px;
}

td.main4 {
	padding-left:15px;
	background-color:#FFFFFF;
	font-size:12px;
}

/* Manufacturers Tables */
.manufacturers_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	background-color: #FFFFFF; 
	padding-top: 2px; padding-bottom: 2px;}
.manufacturers_heading a {color:#000000;}
.manufacturersp_heading a:hover {color:#CCCCCC; text-decoration:none;}


/* LEXIKON */
span.lexikon_keyword {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #CC0000;
text-decoration: underline;
}

.access_step_cc {background-color:#dddddd; padding-left:5px; padding-right:10px;}
.access_step_c2 {padding-left:5px; padding-right:10px;}
.dataTableContentRow_acc {
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
color: #000000; 
vertical-align: top;
border-bottom: 1px dashed #cccccc;
padding:5px;
}
.mouseOut		{
	border:1px solid #CCCCCC;
				}
.mouseIn		{
	border:1px solid #999999;
	}
	
/*Content Produkte Boxen*/

#box {
background: #9D9D9D url(img/box-p4-top-left.gif) no-repeat;
position: relative;
float:left;
width: auto;
height: auto;
padding:4px 4px 4px 4px;
margin:4px 4px 4px 4px;
text-align:center;
color:#ffffff;
text-decoration:none;
font-weight:bold;
font-size:16px;
}

table.box {
margin-left:auto;
margin-right:auto;
}

img.box {
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	margin:0px 0px 5px 0px;
}

p.box {
	margin:5px 0px 5px 0px;
}

span.box-top-right, span.box-bottom-left, span.box-bottom-right {
position: absolute;
width: 20px;
height: 20px;
display: block;
}

span.box-top-right {
background: url(img/box-p4-top-right.gif) no-repeat;
top: 0;
right: 0;
}
span.box-bottom-left {
background: url(img/box-p4-bottom-left.gif) no-repeat;
bottom: 0;
left: 0;
}
span.box-bottom-right {
background: url(img/box-p4-bottom-right.gif) no-repeat;
bottom: 0;
right: 0;
}

#box_v2 {
background: #9D9D9D url(img/box-p4-top-left.gif) no-repeat;
position: relative;
float:left;
width: auto;
height: auto;
padding:4px 4px 4px 4px;
margin:4px 4px 4px 4px;
text-align:center;
color:#CD000C;
text-decoration:none;
font-weight:bold;
font-size:18px;
}


span.box-top-right, span.box-bottom-left, span.box-bottom-right {
position: absolute;
width: 20px;
height: 20px;
display: block;
}

span.box-top-right {
background: url(img/box-p4-top-right.gif) no-repeat;
top: 0;
right: 0;
}
span.box-bottom-left {
background: url(img/box-p4-bottom-left.gif) no-repeat;
bottom: 0;
left: 0;
}
span.box-bottom-right {
background: url(img/box-p4-bottom-right.gif) no-repeat;
bottom: 0;
right: 0;
}

#box_v3 {
background: #9D9D9D url(img/box-p4-top-left.gif) no-repeat;
position: relative;
float:left;
width: auto;
height: auto;
padding:4px 4px 4px 4px;
margin:4px 4px 4px 4px;
text-align:center;
color:#CD000C;
text-decoration:none;
font-weight:bold;
font-size:18px;
}


span.box-top-right, span.box-bottom-left, span.box-bottom-right {
position: absolute;
width: 20px;
height: 20px;
display: block;
}

span.box-top-right {
background: url(img/box-p4-top-right.gif) no-repeat;
top: 0;
right: 0;
}
span.box-bottom-left {
background: url(img/box-p4-bottom-left.gif) no-repeat;
bottom: 0;
left: 0;
}
span.box-bottom-right {
background: url(img/box-p4-bottom-right.gif) no-repeat;
bottom: 0;
right: 0;
}

div.box2 {
background: #EAE9E9 url(img/box-top-left.gif) no-repeat;
position: relative;
float:right;
width: 160px;
height: 270px;
font-size:12px;
color:#000000;
font-weight:normal;
padding:0px 0px 5px 0px;
margin:0px 0px 0px 0px;
text-decoration:none;
}

span.box2-top-right, span.box2-bottom-left, span.box2-bottom-right {
position: absolute;
width: 10px;
height: 10px;
display: block;
}

span.box2-top-right {
background: url(img/box-top-right.gif) no-repeat;
top: 0;
right: 0;
}
span.box2-bottom-left {
background: url(img/box-bottom-left.gif) no-repeat;
bottom: 0;
left: 0;
}
span.box2-bottom-right {
background: url(img/box-bottom-right.gif) no-repeat;
bottom: 0;
right: 0;
}

div.box2 a {
	color:#336699;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

div.box3 {
background: #EAE9E9 url(img/box-top-left.gif) no-repeat;
position: relative;
float:right;
width: 155px;
height: auto;
}

span.box3-top-right, span.box3-bottom-left, span.box3-bottom-right {
position: absolute;
width: 10px;
height: 10px;
display: block;
}

span.box3-top-right {
background: url(img/box-top-right.gif) no-repeat;
top: 0;
right: 0;
}
span.box3-bottom-left {
background: url(img/box-bottom-left.gif) no-repeat;
bottom: 0;
left: 0;
}
span.box3-bottom-right {
background: url(img/box-bottom-right.gif) no-repeat;
bottom: 0;
right: 0;
}

div.box3 a {
	color:#336699;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

div.box3 p {
	margin:4px 0px 4px 0px;
}

/* News Listing
----------------------------------------------- */
div.newsListing {
	background-color:#FFFFFF;
	padding-top:4px;
}

div.newsListing a.newsHeader {
	padding:6px 0px 0px 6px;

	color:#336699;
	border:none;
	font-weight:bold;
	text-decoration:underline;

}

div.newsListing p.newsDescription {
	font-size:12px;
	margin:0px;
	padding:8px 0px 6px 0px;
	line-height:normal;
}

div.newsListing p.newsDetails {
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:normal;
}

div.newsListing span.newsDate {
	font-size:12px;
	float:right;
	position: relative;
	padding:0px;
	margin:0px;
	line-height:normal;
}

/* GUTHABEN BEI AUSWAHL DER ZAHLUNGSART */
#gv_credit_selection { margin: 0px 0px 10px 0px; padding: 10px 10px 10px 10px; background: #FFF; border: 1px solid #CCC; }
#gv_credit_selection:hover { background: #D7E9F7; border: 1px solid #000; }
/* Überschrift Gthaben verwenden */
#gv_credit_selection h4 { }
/* Rahmen für Checkbox und Hinweis */
#gv_credit_selection div { margin: 5px 0px 0px 0px; }
/* Span für checkbox */
span#gv_user_checkbox { display: block; width: 25px; float: left; text-align: center; }
/* Span für Hinweis */
span#gv_user_prompt { }
/* ENDE - GUTHABEN BEI AUSWAHL DER ZAHLUNGSART */


/* GUTSCHEIN EINLÖSEN IM WARENKORB */
#gift_cart { }
/* RAHMEN FÜR EINGABEFELD */
#gift_cart #input_code { padding: 15px;	background-color:#FFF2CC; border: solid #E9D28F 1px }
/* BUTTON EINLÖSEN */
#gift_cart #input_code input[type="image"] { position: relative; top: 6px; left: 5px;  }
/* ENDE - GUTSCHEIN EINLÖSEN IM WARENKORB */

/* POPUP MIT INFOS */
/* RAHMEN FÜR INFORMATIONEN */
#gift_infos { margin: 0px; padding: 10px; border: 1px solid #000; background: #FFF; display: none; position: absolute; top: 50%; left: 40%; z-index: 1; }
/* LISTE GÜLTIGER ARTIKEL UND KATEGORIEN */
#gift_infos ul.restriction_list { margin: 5px 0px 5px 40px; }
/* ENDE- POPUP MIT INFOS */