/* -----------------------------------------------------------------------------------------
   $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:13px;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background: #fff url(img/4u2dive_bg.jpg) no-repeat top center;
	background-attachment: fixed;
}

div#TB_window body {
	background-image: none !important;
	background: #fff !important;
	color: #000 !important;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#000000;
	font-size:12px;
	padding-bottom: 0px;
	text-transform:uppercase;
	width:auto;
	border-bottom: 2px solid #000;
}

h2 {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin:15px 0px 10px 0px;
	padding:0px;
	border-bottom: 1px dotted #fff;
}
div.heading {
	/* border-bottom: 2px solid #000; */
}
div.heading hr,
div.boxHeading hr {
	background:#000000 none repeat scroll 0 0;
	border: medium none;
	color: #000000;
	font-size: 1px;
	height: 2px;
	width: 100%;
	margin: 0px !important;
}
h3 { /* headings for boxes */
	font-size: 12px;
	padding-bottom: 2px;
	color: #000;
	text-transform: uppercase;
}

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

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

a:hover {
	color: #d3ff04;
}

/* Horizontale Linie
----------------------------------------------- */
hr {
	clear: left;
	width:100%;
	border:none;
	color:#000;
	background:#000;
	height: 2px;
	margin: 7px 0px 7px 0px;
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Textarea
----------------------------------------------- */
textarea {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:13px;
	background: url(img/30p_bg.png);
	border: 1px solid #3bbbe7;
	color: #fff;
}

/* Input
----------------------------------------------- */
input {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
	/* border: 1px solid #3bbbe7; */
	color: #fff;
}
input.textfield {
	border: 1px solid #3bbbe7;
	background: url(img/30p_bg.png);
}
button {
	height: 17px;
	background: #000;
	padding-left: 3px;
	padding-right: 3px;
	border: none;
	border-top: 1px solid #383838;
}
button dfn {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	font-style: normal !important;
}

/* Input
----------------------------------------------- */
select {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
	background: url(img/30p_bg.png);
	border: 1px solid #3bbbe7;
	color: #fff;
}
option {
	background-color: #1D5D78;
	color: #fff;
}

/* 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:940px;
	/* background-color:#FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:0px 10px 0px 10px; */
}
/* Background-Image für Transparente Boxen */
div#submenu,
div.boxVarianteZweiHeader,
div.boxVarianteZweiBody,
div.bannerBox,
div.mainContent,
div.searchBoxContent {
	background-image: url(img/10p_bg.png);
}
div#footer_nav {
	background-image: url(img/5p_hell_bg.png);
}
/* Container für linke Spalte
----------------------------------------------- */
div#leftColContainer {
	float:left;
	width: 226px;
	padding: 125px 0px 30px 0px;
	margin: 40px 0px 0px 0px;
}

/* Container für mittleren Bereich
----------------------------------------------- */
div#middleColContainer {
	float:left;
	width: 465px;
	padding: 125px 0px 30px 0px;
	margin: 40px 10px 0px 10px;
}
div.searchBoxContent {
	padding: 20px 10px 20px 10px;
}
div.mainContent {
	padding: 10px;
}
div.mainContent ul,
div.mainContent ol {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 20px;
}

/* Container für rechten Bereich
----------------------------------------------- */
div#rightColContainer {
	float: right;
	width: 226px;
	padding: 125px 0px 30px 0px;
	margin: 40px 0px 0px 0px;
}
#loginBox div {
	clear: left;
}
#loginBox div label {
	display: block;
	float: left;
	width: 50px;
}
#loginBox div input {
	width: 150px;
	margin-bottom: 3px;
}
#loginBox p input {
	margin-top: 3px;
}

/* Header mit Logo
----------------------------------------------- */
div#logoHeader {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:950px;
	background: url('img/header_bg.jpg');
	height: 155px;
	position: fixed;
	z-index: 50;
}
div#innerHeader {
	width: 940px;
}

/* Horizontales Men
----------------------------------------------- */
div#horizontalmenu ul {
	list-style: none;
	font-weight: bold;
	color: #3EBFEB;
	/* width:940px; */
	height: 12px;
	margin: 1px 0px 0px 0px;
	padding-top: 30px;
	/*border:none;
	background-image:url(img/mnu_dark_background.gif); */
}

div#horizontalmenu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	/* height:36px; */
}

div#horizontalmenu ul li.link {
	vertical-align: top;
	line-height: 12px;
	/* height:16px; */
}
div#horizontalmenu ul li.link a {
	margin-left: 10px;
	margin-right: 10px;
}

div#horizontalmenu ul li img {
	margin: 0px;
	padding: 0px;
	/* height:36px; */
}

div#horizontalmenu ul * a {
	font-size: 12px;
	color: #3ebfeb;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	/* height:36px; */
}

/* Breadcrumb Pfad
----------------------------------------------- */
div#breadcrumb {
	/* background-color:#666666; */
	margin:1px 0px 0px 0px;
	_margin:1px 0px 0px 0px; /*IE Bugfix*/
	padding:6px 10px 2px 20px;
	_padding:5px 10px 0px 10px; /*IE Bugfix*/
	color: #000;
	font-size:11px;
	/* border:none;
	background-image:url(img/breadcrumbbg.gif); */
	height:19px;
	text-align:left;
}

div#breadcrumb a {
	font-weight: bold;
	color:#000;
	text-decoration: none;
	margin-left: 9px;
	margin-right: 9px;
}
div#breadcrumb a:hover {
	text-decoration: underline;
}

/* Linkes Menu
----------------------------------------------- */
div#submenu {
	/* display:block;
	font-size: 12px;
	width:190px;
	margin:0px 15px 0px 0px; */
	padding: 0px 0px 20px 0px;
	/* border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#FF9900; */
}
div#submenu div.boxHeading {
	padding: 20px 10px 20px 10px;
}
div#submenu ul {
	list-style: none;
}

div#submenu a.header {
	/* font-weight:bold;
	display:block;
	color:#FFFFFF;
	font-size:11px;
	background-color:#FF9900;
	width:180px;
	margin:0px;
	padding:4px 0px 4px 10px;
	vertical-align:middle;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	background-image:url(img/submenuheaderbg.gif);
	text-decoration:none; */
}

div#submenu .spacer {
	height:10px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#FF9900;
}
div#submenu li.level1 {
	height: 22px;
	display:block;
	/* padding:4px 0px 4px 8px; */
	margin:0px 2px 0px 2px;
}
.nav_transp_lvl1 {
	background-image: url(img/10p_bg.png);
}
div#submenu li.level1 img {
	float: left;
}

div#submenu li.level1 a {
	/* clear: left; */
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

div#submenu li.level1 a.level1:hover {
	color: #d3ff04;
}

div#submenu a.level1 img {
	border: none;
}

div#submenu li.level2 {
	height: 17px;
	display:block;
	margin:0px 2px 0px 2px;
	padding:0px 0px 0px 25px;
}
div#submenu li.level2 img {
	float: left;
}

div#submenu li.level2 a {
	/* clear: left; */
	font-weight: normal;
	font-size:11px;
	text-decoration: none;
	color: #fff;
}
.nav_transp_lvl2 {
	background-image: url(img/5p_hell_bg.png);
}

div#submenu li.level2 a.level2:hover {
	color: #d3ff04;
}
div#submenu li.level3 {
	margin-left: 42px;
}
div#submenu a.level3 {
	font-size: 10px;
	font-weight: normal;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-top;
}

/* Layout der zweiten Box
----------------------------------------------- */
div.boxVarianteZwei {
	position: relative !important;
}
div.boxVarianteZweiHeader {
	padding: 20px 10px 20px 10px;
}
img.headingShield {
	z-index: 10 !important;
	position: absolute !important;
}

div.boxVarianteZweiHeader a {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

div.boxVarianteZweiBody {
	/* background-color:#F6FCAE;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#668D00; */
	font-size:11px;
	color: #fff;
	padding: 1px 10px 8px 10px;
}
div.bannerBox {
	padding: 2px;
	margin-bottom: 15px;
	text-align: center;
}
.price_left {
	float: left;
	width: 102px;
	padding-left: 3px;
	text-align: left;
}

.price_right {
	float: right;
	text-align: right;
	width: 100px;
	font-weight: bold;
}

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

/* Floatbox (Inhalte)
----------------------------------------------- */
div.floatBox {
	/* background-color:#F6FCAE;
	padding:10px 20px 10px 20px; */
}

div.floatBox h1 {
	padding-top: 10px;
	color:#fff;
	border-bottom: 1px dotted #fff;
	margin-bottom: 7px;
	/*
	font-size:18px;
	font-weight:bold;
	border:none;
	text-decoration:none;
	margin:20px 0px 10px 0px; */
}

div.floatBox ul {
	line-height:22px;
	margin-top: 7px;
	margin-bottom: 7px;
}

form#sign {
	margin-top: 7px;
}
form#sign * tr td {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Kategorie overview Produktbox
----------------------------------------------- */


/* Product detail box
----------------------------------------------- */

div.floatBoxContainer {
	margin-top: 20px;
}

/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
	float:left;
	text-align:center;
	margin:0px 10px 20px 0px;
	position: static !important;
	width: 216px;
}

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
div.productPriceAttributes {
	font-size: 11px;
}
div.productPriceAttributesWithImage {
	width: 218px;
	text-align:left;
	float:right;
}

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

/* Box mit Downloads
----------------------------------------------- */
div.electronicDownloadsBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#FF6600;
	font-size:12px;
	color:#000000;
	padding:10px 15px 10px 15px;
}

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

/* 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.floatBoxContainer {
	margin-top: 15px;
}
div.categoryPreviewFloatBox {
	float: left;
	width: 435px;
	margin-top: 15px;
}
div.categoryPreviewFloatBox div.previewImage ,
div.productPreviewFloatBox div.previewImage {
	float: left;
	margin-right: 25px;
}
div.productPreviewFloatBox {
	float: left;
	width: 435px;
	margin-top: 15px;
}

div.productPreviewSplitLine {
	margin-top: 15px;

	height:19px;
	background-image:url(img/splitline.png);
}

/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
img.productImageBorder {
	/* border-style:solid;
	border-width:1px;
	border-color:#D9D9D9; */
	border-bottom: 2px solid #000;
}

div.shopping_cart_heading div.product_description {width: 108px;float:left; padding: 3px; font-weight: bold;}
div.shopping_cart_heading div.product_amount {width: 24px;float: left; padding: 3px; font-weight: bold;}
div.shopping_cart_heading div.product_price {width: 46px;float: right; padding: 3px; font-weight: bold;}
div.shopping_cart_content div.product_description {float: left; background-image: url(img/5p_hell_bg.png); width: 116px; margin: 0px 0px 1px 0px; padding: 3px;}
div.shopping_cart_content div.product_amount {float: left; background-image: url(img/5p_hell_bg.png); width: 24px; margin: 0px 1px 1px 1px; padding: 3px;}
div.shopping_cart_content div.product_price {float: right; background-image: url(img/5p_hell_bg.png); width: 46px; margin: 0px 0px 1px 0px; padding: 3px; text-align: right;}

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

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

.tableListingII {
	background-color: #F9FDCB;
}

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

.cartTableListingII {
	/* background-color: #FFFFFF; */
}

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

/* 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 Paymenttypen
----------------------------------------------- */
td.paymentTypeHeader {
	/* background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66; */
	padding:4px;
	color: #000;
}

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

/* Block mit Warenkorbinhalt
----------------------------------------------- */
td.basketHeader {
	/* background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66; */
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* Block mit Reviews
----------------------------------------------- */
td.reviewListHeader {
	background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* Sitemap Blöcke
----------------------------------------------- */
div.sitemapHeader {
	/* background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66; */
	padding:6px 8px 6px 8px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

div.sitemapHeader a {
	color:#FFFFFF;
}

div.sitemapContent {
	/* background-color:#FCEDCF;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#FF9900; */
	padding:10px;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

div.sitemapContent a {
	font-size:12px;
	text-decoration:none;
	color:#000000;
}


/* Errormessage
----------------------------------------------- */
div.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	border-style:dashed;
	border-color:darkred;
	border-width:1px;
	/* background-color:#FFDD98; */
	font-size:13px;
	color: darkred;
}

/* Successmessage
----------------------------------------------- */
.messageStackSuccess {
	font-size: 12px;
	/* background-color: #79DF00; */
	color: darkgreen;
}

/* 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: #3BBBE7;
	/* 	background-color:#FFDD98; */
	padding:10px;
}

/* Footer + copyright
----------------------------------------------- */
div#footer {
	float: right;
	width: 702px;
	height: 30px;
	color: #fff;
	font-size: 11px;
	padding:0px 0px 0px 0px;
	margin: 0px 10px 50px 0px;
}
div#footer_nav {
	padding: 10px 0px 10px 10px;
}
div#copyright {
	padding: 5px 0px 10px 10px;
}

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

div.clearleft {
	clear:left;
}

div.clearright {
	clear:right;
}

/* Newsletter Box
------------------------------------------------ */
#newsletter .item {
margin-bottom:8px;
}
#newsletter label {
float:left;
font-weight:bold;
width:52px;
}
#newsletter input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#113F57 none repeat scroll 0 0;
border:1px solid #2FACDC;
color:#FFFFFF;
height:15px;
width:150px;
}
#newsletter .error input {
background-color:#DC143C;
}
#newsletter input.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
border:0 none;
font-size:11px;
font-weight:bold;
width:auto;
}
