/* -----------------------------------------------------------------------------------------
   $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-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:#CD000C;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 4px 0px;
	padding:0px;
}

/* 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;
}

/* 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:#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:90px;
	font-weight:normal;
	padding-left:2px;
}

input#loginBoxInputPassword {
	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:90px;
	font-weight:normal;
	padding-left:2px;}

/* 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:110px;
	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;
}


/* DESIGN 
----------------------------------------------- */
div#top_balken{
	background-color:#FFFFFF;
	height:100px;
	width:100%;
}
div#gruen_oben{
	background-color:#9bba5d;
	height:18px;
	width:100%;
	position: absolute;
	top:100px;
	left:0px;
	z-index:0;
}
div#gruen_unten{
	background-color:#7CAE37;
	height:50px;
	width:100%;
	position: absolute;
	top:118px;
	left:0px;
	background-image:url(img/bg_gruen_unten.gif);
}
div#language_fh{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(img/sprache_language.gif);
	height:46px;
	width:159px;
}
div#search_fh{
	position:absolute;
	top:0px;
	left:162px;
	background-image:url(img/suche_search.gif);
	height:46px;
	width:306px;
}
div#login_fh{
	position:absolute;
	top:0px;
	left:471px;
	height:46px;
}
div#gruen_unten_seperator{
	position:absolute;
	top:0px;
	height:46px;
	width:3px;
	background-image:url(img/gruen_unten_seperator.gif);

}

div#bg_topboxes{
	background-color:#FFFFFF;
	visibility:visible;
	position:absolute;
	top:0px;
	left:460px;
	height:111px;
	width:534px;
	z-index:1; 
}
div#top_box1{
	position:absolute;
	width:260px;
	height:100px;
	left: 136px;
	top: 6px;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#ACACAC;
	overflow:hidden;
	z-index:2;
}
div#top_box2{
	position:absolute;
	width:130px;
	height:100px;
	left: 2px;
	top: 6px;
	background-color:#585858;
	border:solid;
	border-width:1px;
	border-color:#ACACAC;
	overflow:hidden;
	z-index:2;
	
}
div#top_box3{
	position:absolute;
	width:130px;
	height:100px;
	left: 400px;
	top: 6px;
	background-color:#DDE8D9;
	border:solid;
	border-width:1px;
	border-color:#ACACAC;
	overflow:hidden;
	z-index:2;
}





/* DESIGN ENDE 
----------------------------------------------- */


/* LoginBox 
----------------------------------------------- */
div#loginBox {
	font-size:11px;
	float:left;
	text-align:left; 
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 0px 5px 0px;
}

div#loginBox a {
	font-size:11px;
	color:#FFFFFF;
	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 {
	position:absolute;
	top:221px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	background-color:#FFFFFF;
	border-style: dashed;
	border-color:#B2D377;
	border-width:0px 1px 0px 0px;
	padding:0px 15px 0px 15px;
}

div#extraContainer {
	position:absolute;
	top:235px;
	left:810px;
	width:190px;
}


/* 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:545px;
	overflow:hidden;	
	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:770px;
	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 {
	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; 
	width:150px; 
	color:#000000;
	font-weight:bold;
	padding:10px 5px 5px 0px;
}

/* Horizontales Men
----------------------------------------------- */
ul#horizontalmenu {
	list-style-type:none;
	position:absolute;
	top:190px;
	left:0px;
	width:100%;
	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: 100%;
	background-color:#FFFFFF;
	margin:0px;
	padding:2px 0px 2px 0px;
	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);
	position: absolute;
	top:170px;
	left:0px;
}

div#breadcrumb a {
	color:#585858;
	text-decoration:none;
}

/* Linkes Menu
----------------------------------------------- */
ul#submenu {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	width:190px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
}

ul#submenu a {
	color:#3b3b3b;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

ul#submenu a:hover {
	color: #336699;
	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 {
	font-family:Arial, Helvetica, sans-serif;
	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:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:170px;
	padding:2px 0px 2px 20px;
	margin:0px;
}

ul#submenu li.level3 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:140px;
	padding:1px 0px 1px 40px;
	margin:0px;
}

ul#submenu li.level4 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:120px;
	padding:1px 0px 1px 60px;
	margin:0px;
}

ul#submenu li.level5 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100px;
	padding:1px 0px 1px 80px;
	margin:0px;
}

/* 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;
}

div.boxBody {
	font-size:11px;
	color:#000000;
	padding:8px 10px 8px 10px;
}

div.boxBody a {
	color:#3b3b3b;
	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:15px 0px 4px 0px;
	padding:0px;;
}

div.floatBox ul {
	line-height:22px;
}

/* Produkt-Container Links und Rechts
----------------------------------------------- */
div#produkte_links {
	position:absolute;
	left: 240px;
	width: 200px;
}
div#produkte_rechts {
	position:absolute;
	left: 520px;
	width: 200px;
}
div#produkte_footer {
	position:absolute;
	left: 240px;
}

/* Product Category Listing
----------------------------------------------- */
div.productListingContainer {
	background-color:#FFFFFF;
	padding-top:4px;
	top:0px;
}

div.productListingContainer a.productHeader {
	padding:6px 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: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;
}

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:150px; 
	padding:10px; 
	margin:0px 15px 15px 0px;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:1px;
}

/* 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:#FF0000;
	font-weight:bold;
}

/* 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;
	top:0px;
}

/* 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: 10px 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:770px;
	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 {
	position: absolute;
	z-index: 99;
	bottom:5px;
	right: 5px;
	text-align:center;
	color:#666666;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	visibility:hidden;
}

/* 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;
}

.produkttabelle {
	width: 350px;
	border: 1px solid #d9d9d9;
	background-color:#f7f7f7;
	padding: 10px;
	float:right;
	margin-bottom:15px;
}

/* Entries */
.bild-links {
	position:relative; 
	text-align:justify;	
	margin: 0px;
	}
.bild-links h3{
	font-size:10px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	}
.bild-links img{
	float:left;
	margin-right:10px;
	border:0;
	}
.bild-links ul {
	padding:15px 10px;
	list-style-type:disc;
	list-style-position:outside;
	}



.bild-rechts {
	position:relative; 
	text-align:justify;
	margin: 0px;
	}
.bild-rechts h3{
	font-size:10px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	}
.bild-rechts img{
	float:right;
	margin-left:30px;
	border:0;
	}
.bild-rechts ul {
	padding:10px 10px;
	list-style-type:disc;
	list-style-position:outside;
	}

/* PayPal - Addon 
------------------------------------------------*/

/* HEADINGS */


/* PARAGRAPH GLOBAL */
p {margin:8px 0px 8px 0px}

/* ORDER DETAILS */
table.orderdetails {font-size:11px; background-color:#FFF2CC; border-style: solid; border-width:0px 1px 1px 1px; border-color:#DA9401;}
table.orderdetails tr td {padding:4px}
table.orderdetails tr.headerrow td {background-color:#DA9401; color:#FFFFFF; font-weight:bold}
table.orderdetails tr.headerrow td.left {text-align:left}
table.orderdetails tr.headerrow td.center {text-align:center}
table.orderdetails tr.headerrow td.right {text-align:right}

/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {background-color:#FFF2CC;vertical-align:top}
table.orderdetails tr.contentrow1 td.quantity {text-align:center}
table.orderdetails tr.contentrow1 td.quantity input {font-size:11px; padding:2px; border:solid #DA9401 1px;}
table.orderdetails tr.contentrow1 td.productname {text-align:left}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {background-color:#FFEAAB;vertical-align:top}
table.orderdetails tr.contentrow2 td.quantity {text-align:center}
table.orderdetails tr.contentrow2 td.quantity input {font-size:11px; padding:2px; border:solid #DA9401 1px;}
table.orderdetails tr.contentrow2 td.productname {text-align:left}

/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {text-align:right; white-space:nowrap}

/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {text-align:right; white-space:nowrap}

/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {text-align:center; white-space:nowrap}

/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {margin-top:3px;}
table.orderdetails tr td.productname table.productattributes tr td {padding:0px;}
table.orderdetails tr td.productname table.productattributes tr td.attribute {padding-right:4px;}
table.orderdetails tr td.productname table.productattributes tr td.value {width:100%;}

/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {background-color:#FFEAAB; text-align:right;border-style: solid; border-width:1px 0px 0px 0px; border-color:#DA9401;}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {width:100%}

/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {width:100%}

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {}
ul#checkoutnavigation li {height: 70px; list-style-type:none; float:left; width:185px; margin-right:15px; border: solid 1px; padding:8px}
ul#checkoutnavigation li.active {background-color: #FFEAAB}
ul#checkoutnavigation li.active .number {font-size:20px; font-weight:bold}
ul#checkoutnavigation li.active .title {font-size:14px; font-weight:bold}
ul#checkoutnavigation li.active .description {font-size:11px}

ul#checkoutnavigation li.inactive {color:#999999; background-color: #EDEDED; border-color:#999999}
ul#checkoutnavigation li.inactive .number {font-size:20px; font-weight:bold}
ul#checkoutnavigation li.inactive .title {font-size:14px; font-weight:bold}
ul#checkoutnavigation li.inactive .description {font-size:11px}

/* ERROR MESSAGES */
/* p.errormessage {border: solid #ff0000 2px; padding:15px; background-color:#FFD6D6} */

ul.messageStack {border:solid 2px #B22020; background-color:#FFD6D6; padding:8px}
ul.messageStack li {}
ul.messageStack li.messageStackError {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/exclamation.png); background-repeat:no-repeat; background-position:0px 4px}
ul.messageStack li.messageStackWarning {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/icon_alert.gif); background-repeat:no-repeat; background-position:0px 4px; background-color:#FFF2CD}
ul.messageStack li.messageStackSuccess {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/icon_accept.gif); background-repeat:no-repeat; background-position:0px 4px; background-color:#66FF66}


/* SUCCESS MESSAGE */
/* .messageStackSuccess {padding:4px; background-color:#66FF66} */

/* FOOTER */
.footer {clear:both; text-align:center; font-size:11px; color:#666666; background-color:#E2E2E2; padding: 8px; margin-bottom:5px;}
.footer a {color:#666666; text-decoration:underline}


