/* -----------------------------------------------------------------------------------------
   $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 
   -----------------------------------------------------------------------------------------
   XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Frst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/
   
/* FAKE HR DIV CAUSE OF IE TROUBLES */

div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999999;
	font-size: 9px;
}
div.hrproductpreview {
	padding-top:1px;

	height:0;

	overflow:hidden;

	margin:12px 0px 12px 0px;

	display:inline;

	height:0px;

	line-height:0px;

	display:block;

	background-image:url(img/hr_productpreview.gif)

}

/* TABLE GLOBAL */

table td {

	padding:2px;

}

/* WHOLE SITE WRAPPER */

#wrap {

	margin: 0 auto;

	width:950px;

	background-color:#fff;

	border-style:solid;

	border-color:#fff;

	border-width:0px 10px 0px 10px;

}

/* BREADCRUMB PATH AS LIST */

#breadcrumb {

	clear:both;

	color:#c64934;

	padding:1px 0px 10px 15px;

	list-style-type:none;

	background-color:#fff;

	height:22px;

	background-image:url(img/bg_breadcrumb.gif);

	background-repeat:repeat-x;

	font-size:11px;

}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {

	line-height:23px;

	text-decoration:none;

	font-weight:normal;

	cursor:pointer;

	color:#333333;

	margin:0;

	padding:0;

}

/* TOPMENU AS LIST */

#topmenuwrap {

	background: url(img/bg_topmenu.gif) repeat-x;

}



/* LANGUAGE SELECTION IN TOPMENU LIST */

#languages {

	text-align:right;

	height:26px;

	font-size:13px;

	background: url(img/bg_topmenu.gif) repeat-x;

	padding: 10px 10px 0px 0px;

	margin:0;

}

/* CONTENT WRAPPER */

#contentwrap {

	clear:both;

	width:950px;

	padding:0;

}

/* LEFT COLUMN */

#leftcol {

	float:left;

	width:200px;

	padding:0px 0px 15px 0px;

}

#zahlungsmethoden {

  position:relative;

	float:right;

	width:120px;

	padding:0px 0px 15px 0px;

}

/* RIGHT COLUMN */

#rightcol {

	float:right;

	width:200px;

	padding:0px 0px 15px 0px;

}

/* MAIN CONTENT */

#content {

	float:left;

	width:495px;

	padding:0px 15px 0px 35px;

	margin-bottom:15px;

}

#contentfull {

	width:890px;

	padding:0px 30px 0px 30px;

	margin-bottom:15px;

}

/* CATEGORY MENU */

h2.categoryheader {

	background-color:#F3A807;

	background-image:url(img/bg_boxheader.gif);

	height:28px;

	font-size:11px;

	color:#FFFFFF;

	padding:2px 8px 0px 8px;

	margin:0;

	line-height:28px;

	vertical-align:middle;

}

h2.categoryheader a {

	text-decoration:none;

	color:#fff

}

ul#categorymenu {

	background-color:#EDEDED;

	margin-bottom:15px;

	border: solid #DB9502;

	border-width:0px 1px 1px 1px;

}

/* 1st TIER */

ul#categorymenu li.level1 {

	list-style-type:none;

	background-color:#DA9401;

	padding:4px 0px 4px 6px;

	border: solid #fff;

	border-width:1px 0px 0px 0px;

}

ul#categorymenu li.level1 a {

	text-decoration:none;

	color:#FFFFFF;

	font-weight:bold;

}

/* 2nd TIER */

ul#categorymenu li.level2 {

	list-style-type:none;

	background-color:#EEA003;

	padding:4px 0px 4px 24px;

	border: solid #fff;

	border-width:1px 0px 0px 0px;

}

ul#categorymenu li.level2 a {

	font-size: 11px;

	text-decoration:none;

	color:#FFFFFF;

	font-weight:bold;

}

/* 3rd TIER */

ul#categorymenu li.level3 {

	list-style-type:none;

	background-color:#EEA003;

	padding:4px 0px 4px 40px;

	border: solid #fff;

	border-width:1px 0px 0px 0px;

}

ul#categorymenu li.level3 a {

	font-size: 11px;

	text-decoration:none;

	color:#FFFFFF;

	font-weight:bold;

}

/* BOXES GLOBAL DEFINITION */

div.boxRight {

	padding: 0 0 0 10px;

	width: 120px;

	background: url("img/schatten_mitte_rechts.png") left top repeat-y;

	position: relative;

}

div.boxRightTop {

	position: absolute;

	left: 0;

	top: 0;

	width: 10px;

	height: 10px;

	background: url("img/schatten_oben_rechts.png") left top no-repeat;

}



div.boxRightBottom {

	width: 137px;

	height: 30px;

	background: url("img/schatten_unten_rechts.png") left top no-repeat;

}

h2.boxheader {

	background-image:url(img/leiste_produkte.png);

	height:28px;

	font-size:14px;

	color:#FFFFFF;

	padding:2px 8px 0px 8px;

	margin:0;

	line-height:24px;

	vertical-align:middle;

}

h2.boxheader.Vorteile {

	color:#B4D918;

}

ul#vorteile {

	margin: 0;

	padding: 10px 0 10px 0;

	list-style-type: none;

}

ul#vorteile li {

	padding: 5px 0 5px 35px;

	background: url("img/okay.png") 3px 4px no-repeat;

	font-size: 11px;

}

ul#vorteile li.sicher {

	padding: 7px 0 5px 35px;

	background: url("img/okay.png") 3px top no-repeat;

	font-size: 11px;

}

h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {

	text-decoration:none;

	color:#ffffff

}

.boxbody {

	background-color:#fff;

	padding:8px;

}

.boxbody.login {

	width: 110px;

}

.boxbody h3, .boxbody h3 a {

	font-size:11px

}

.boxbody h3.center, .boxbody h3.center a {

	font-size:11px;

	text-align:center

}

.boxbody p {

	color:#000000;

	font-size:11px;

	margin:6px 0px 6px 0px

}

.boxbody p.center {

	color:#000000;

	font-size:11px;

	text-align:center;

	margin:6px 0px 6px 0px

}

.boxbody td {

	color:#000000;

	font-size:11px;

	margin:6px 0px 6px 0px

}

.boxbody .productOldPrice {

	font-size:11px;

	color:#FF0000

}

.boxbody div.hr {

	margin-top:5px;

	margin-bottom:5px

}

.boxbody div.hrlightgrey {

	margin-top:5px;

	margin-bottom:5px;

}

.boxbody a {

	font-size:11px;

}

.boxbody .productboximage {

	border: solid 1px #999999;

}

/* CART BOX */

h2.boxcartheader {

	background-image:url(img/bg_boxheader.gif);

	height:28px;

	font-size:11px;

	color:#FFFFFF;

	padding:2px 8px 0px 8px;

	margin:0;

	line-height:28px;

	vertical-align:middle;

}

h2.boxcartheader a {

	text-decoration:none;

	color:#fff

}

.boxcartbody {

	padding:4px 8px 4px 8px;

	margin-bottom:15px;

	background-color:#EDEDED;

	border-style:solid;

	border-color:#4E4E4F;

	border-width:0px 1px 1px 1px;

}

.boxcartbody p {

	font-size:11px;

}

/* PRODUCT PREVIEW */

.productPreview {

	padding:0;

	margin:0;

}

.productPreviewContent {

	vertical-align:top;



}

.productPreviewContent h2 {

	padding: 0;

	margin:0px 0px 5px 0px;

}

.productPreviewContent h2 a {

	font-size:14px;

	font-weight:bold;

}

.productPreviewImage {

	vertical-align:top;

	padding:3px 15px 0px 0px;

}

.productPreviewImage img {

	border: solid 1px #999999;

}

.productPreviewContent .price {

	font-size:16px;

	font-weight:bold;

	padding:0;

	margin:0

}

.productPreviewContent .taxandshippinginfo {

	font-size:11px;

	font-weight:normal;

	color:#999999;

	padding:0;

	margin:0

}

.productPreviewContent .vpe {

	font-size:11px;

	font-weight:normal;

	color:#777;

	padding:0;

	margin:0

}

.productPreviewContent .shippingtime {

	font-size:11px;

	font-weight:normal;

	color:#777;

	padding:0;

	margin:0

}

.productPreviewContent .stockimage {

	margin:0;

	padding:0;

}

.productPreviewContent .stockimagetext {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999999;

}

.productPreviewContent .productOldPrice {

	font-size:12px;

	font-weight:bold;

	color:#ff0000;

}

.productPreviewContent .taxandshippinginfo a {

	font-size:11px;

	font-weight:normal;

	color:#999999;

}

/* PRODUCT INFO / PRODUCT DETAILS */

#productinfowrap {

	display:table;

	width:100%

}

#productinfoimages {

	float:left;

	background-color:#EDEDED;

	text-align:center;

	width:140px;

	padding:10px;

	margin:0px 10px 10px 0px;

	border: solid 1px #999999;

}

#productinfoimages .hrlightgrey {

	margin-top:6px;

	margin-bottom:6px;

}

#productinfopricewithimages {

	float:left;



}

#productinfopricewithimages img {

	cursor:pointer

}

#productinfopricewithoutimages {

	width:100%

}

#productinfopricewithoutimages img {

	cursor:pointer

}

#productinfoprice {

	padding:5px

}

#productinfoprice .hrlightgrey {

	margin-top:6px;

	margin-bottom:6px;

}

#productinfoprice .productprice {

	margin:0;

	padding:0;

	font-size:14px;

	font-weight:bold;

}

#productinfoprice .productOldPrice {

	color:#FF0000;

	margin:0;

	padding:0;

	font-size:12px;

	font-weight:bold;

}

#productinfoprice .taxandshippinginfo {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999999;

}

#productinfoprice .taxandshippinginfo a {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999999;

}

#productinfoprice .shippingtime {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999999;

}

#productinfoprice .stockimage {

	margin:0;

	padding:0;

}

#productinfoprice .stockimagetext {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999999;

}

p.productinfoproductadded {

	font-size:11px;

}

.productoptions {

	background-color:#FFF2CC;

	padding:6px;

	border-style:solid;

	border-width:1px 0px 0px 0px;

	border-color:#DA9401

}

.addtobasket {

	padding:6px;

	text-align:right;

	float: right;

	padding: 50px 0 0 0;

}

/* POPUPS PRODUCTINFO */

body.popupproductinfo {

	padding:15px;

	background:none;

	background-color:#fff

}

/* POPUP print_order.html */

body.popupprintorder {

	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;

	font-size:13px;

	padding:15px;

	background:none;

	background-color:#fff

}

body.popupprintorder .products tr.header td {

	font-weight:bold;

	background-color:#EDEDED;

}

body.popupprintorder .products .total {

	text-align:right

}

body.popupprintorder .products .quantity {

	vertical-align:top

}

body.popupprintorder .productname {

	vertical-align:top

}

body.popupprintorder .model {

	vertical-align:top

}

body.popupprintorder .singleprice {

	vertical-align:top

}

body.popupprintorder .totalprice {

	vertical-align:top

}

/* HIGHLIGHTBOX (BACKGROUND) */

div.highlightbox {

	padding: 15px;

	background-color:#ffffff;

	border: solid #dddddd 1px;

	margin: 0 0 15px 0;

}

div.highlightbox2 {

	padding: 15px;

	background-color:#ffffff;

	border: solid #dddddd 1px;

	margin: 0 0 15px 0;

	width: 270px;

	float: left;

	height: 300px;

}

div.highlightbox2.margin {

	margin: 0 30px 15px 0;

}

div.highlightbox ul {

	margin-left:15px;

	padding:0;

	display:block;

	list-style-type:square;

	line-height:20px

}

div.highlightbox div.hr {

	height:0px;

	line-height:0px;

	margin:0;

	padding:0;

	display:block;

	border-bottom: solid 1px #dddddd;

}

/* PAYMENT TYPE SELECTION */

table.paymentblock {

	background-color:#ffffff;

	border-style: solid;

	border-width:0px 0px 0px 0px;

	border-color:#ffffff;

	margin-bottom:15px;

}

table.paymentblock tr td.header {

	color:#2C2C23;

	padding:2px;

	padding-left:5px;

	background-color:#FFFFFF;

	font-weight:bold;

}

/* SHIPPING TYPE SELECTION */

table.shippingblock {

	background-color:#FFFFFF;

	border-style: solid;

	border-width:0px 0px 0px 0px;

	border-color:#ffffff;

	margin-bottom:15px;

}

table.shippingblock tr td.header {

	background-color:#2C2C23;

	padding:2px;

	padding-left:5px;

	color:#FFFFFF;

	font-weight:bold;

}

table.shippingblock tr td {

	vertical-align:top;

}

table.shippingblock tr td.description {

	width:100%;

	vertical-align:top;

	padding-left:6px;

}

table.shippingblock tr td.radiobutton {

	vertical-align:top;

	white-space:nowrap;

	padding:4px;

}

table.shippingblock tr td.radiobutton input {

	margin:0;

	padding:0;

}

table.shippingblock tr td.price {

	vertical-align:top;

	white-space:nowrap

}

/* ORDER DETAILS IN ACCOUNT HISTORY */

table.accounthistoryinfoorderdetails tr td {

	vertical-align:top

}

table.accounthistoryinfoorderdetails tr.header td {

	font-weight:bold

}

/* MESSAGEBOX ON CONTACT SITE */

textarea.message_body {

	width:130px;

}

/* DOWNLOAD BOX FOR USER DOWNLOADS */

table.downloadbox {

	padding: 5px;

	background-color:#FFF2CC;

	border: solid #E9D28F 1px;

	margin-bottom:8px;

}

table.downloadbox tr td.icon {

	padding-right: 15px;

}

table.downloadbox tr td.downloadlink {

	width:100%;

}

/* TABLE WICH SHOWS GRADUATED PRICES */

table.graduatedprice {

	font-size:11px;

	text-align:left;

	margin-top:5px;

}

table.graduatedprice tr td.header {

	font-size:12px;

	font-weight:bold;

	text-align:left

}

/* ORDER DETAILS */

table.orderdetails {

	font-size:11px;

	border-style: solid;

	border-width:0px 0px 0px 0px;

	border-color:#ffffff;

}

table.orderdetails tr td {

	padding:4px

}

table.orderdetails tr.headerrow td {

	background-color:#2C2C23;

	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:#ffffff;

	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 #2C2C23 1px;

}

table.orderdetails tr.contentrow1 td input,

table.orderdetails tr.contentrow2 td input {

	font-size:11px;

	padding:2px;

	border:solid #000 1px;

}

table.orderdetails tr.contentrow1 td.productname {

	text-align:left

}

/* ORDER DETAILS CONTENT ROW 2 */

table.orderdetails tr.contentrow2 td {

	background-color:#eeeeee;

	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 #2C2C23 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:#ffffff;

	text-align:right;

	border-style: solid;

	border-width:1px 0px 0px 0px;

	border-color:#dddddd;

}

/* PRODUCT NAVIGATOR */

div.productnavigator {

	background-color:#EDEDED;

	padding:8px;

	border:#999999 1px solid

}

/* REVIEW LIST */

table.reviewlist {

	background-color:#FFF2CC;

	border-style: solid;

	border-width:0px 1px 1px 1px;

	border-color:#DA9401;

}

table.reviewlist tr td {

	padding:4px;

	white-space:nowrap

}

table.reviewlist tr.header td {

	background-color:#DA9401;

	color:#FFFFFF;

	font-weight:bold

}

table.reviewlist tr.contentrow1 td {

	background-color:#FFF2CC;

}

table.reviewlist tr.contentrow2 td {

	background-color:#FFEAAB;

}

textarea#review {

	width:100%

}

/* MEDIA LIST */

table.medialist {

	background-color:#FFF2CC;

	border-style: solid;

	border-width:1px;

	border-color:#DA9401;

}

table.medialist tr td {

	padding:6px;

	white-space:nowrap;

	vertical-align:top

}

table.medialist tr.contentrow1 td {

	background-color:#FFF2CC;

}

table.medialist tr.contentrow2 td {

	background-color:#FFEAAB;

}

/* SITEMAP */

.sitemapwrap {

}

.sitemapwrap .sitemapleft {

	background-color:#FFF2CC;

	border-style: solid;

	border-width:1px;

	border-color:#DA9401;

	display:table;

	float:left;

	width:235px;

	margin-bottom:15px;

}

.sitemapwrap .sitemapright {

	background-color:#FFF2CC;

	border-style: solid;

	border-width:1px;

	border-color:#DA9401;

	display:table;

	float:right;

	width:235px;

	margin-bottom:15px;

}

.sitemapheader {

	padding:3px;

	background-color:#DA9401;

	color:#FFFFFF;

	font-weight:bold

}

.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {

	color:#FFFFFF;

	text-decoration:none

}

.sitemapcontent {

	padding:6px

}

.sitemapcontent li {

	list-style-type:none

}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */

p.checkoutcomment textarea {

	width:100%

}

/* ORDER DETAILS ON CHECKOUT SITE */

table.checkoutconfirmationorderdetails {

	padding:0;

	margin:0px 0px 10px 0px;

	border:none

}

table.checkoutconfirmationorderdetails tr td.productname {

	width:100%;

	font-weight:bold;

}

table.checkoutconfirmationorderdetails tr td.shippingtime {

	padding:0px 0px 0px 30px;

	color:#666666;

	font-size:11px;

	font-weight:normal;

	white-space:nowrap

}

table.checkoutconfirmationorderdetails tr td.productattributes {

	padding:0px 0px 0px 30px;

	color:#666666;

	font-size:11px;

	font-weight:normal;

}

table.checkoutconfirmationorderdetails tr td.productprice {

	white-space:nowrap;

	text-align:right

}

table.checkoutconfirmationorderdetailstotal {

	padding:0;

	margin:10px 0px 0px 0px;

	border:none

}

table.checkoutconfirmationorderdetailstotal tr td.name {

	width:100%;

	text-align:right

}

table.checkoutconfirmationorderdetailstotal tr td.value {

	white-space:nowrap;

	text-align:right

}

/* AGB ON CHECKOUT SITE */

p.checkoutagb textarea {

	width:100%

}

/* CHECKOUT NAVIGATION */

ul#checkoutnavigation {

	margin: 0;

	padding: 0;

	list-style-type: none;

	width: 100%;

}

ul#checkoutnavigation li {

	height: 70px;

	list-style-type:none;

	float:left;

	width:140px;

	margin-right:2px;

	border: 1px solid #2C2C23;

	padding:8px;

}

ul#checkoutnavigation li.active {

	background-color: #fff;

}

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

}

table.adresses tr td {

	background: #eee;

	padding: 10px;

}

/* ERROR MESSAGES */

.errormessage {

	border: solid #7F2F28 2px;

	padding:15px;

	background-color:#C93910;

	color: #fff;

	margin: 0 0 15px 0;

}

/* SUCCESS MESSAGE */

.messageStackSuccess {

	padding:4px;

	background-color:#66FF66

}

/* XTC COPYRIGHT */

.copyright {

	margin: 0 auto;

	width:970px;

	text-align:center;

	color:#666666;

	font-size:11px;

	padding:0px 0px 10px 0px;

}

/* XTC ParseTime */

.parseTime {

	margin: 0 auto;

	width:970px;

	background-color:#FFFFFF;

	text-align:center;

	color:#666666;

	font-size:11px;

	padding:0px 0px 10px 0px;

}

/* UPDATE CHANGES 17.10.2008 */

/* Mehr Bilder unterhalb der Beschreibung */

.morepics {

	background-color:#EDEDED;

	padding:6px;

	text-align:right;

	border-style:solid;

	border-width:1px 0px 0px 0px;

	border-color:#999999;

	display:block ;

	height:auto;

} 

.morepics img { border:1px solid #999999; padding:4px; margin-right:8px; background:#FFFFFF; height:100px; width:auto;}





/* Vorschaubilder TD mit gleichem Abstand */

.productPreviewImage { width:100px; display:block }

td.productPreviewContent { width:400px; text-align:left } 



/* FIX DER AUFZÄHLUNGEN

#content ol, #content ul { margin:10px 0 10px 40px; }  

 */



/* ************ */

/* DIATOM STYLE */

/* ************ */

/* Page Body */

html {

    height: 100%;

    min-height: 100%;

}

body {

    background: url("img/hintergrund_genussklick.gif") left top fixed repeat;

    font-size: 12px;

    font-family: "Verdana", arial, trebuchet ms, Tahoma, sans-serif;

    color:  #000;

    height: 100%;

    padding: 0;

    margin: 0;

}





/* Overall  */

#overall {

    position: relative;

    background: none;

    width: 1010px;

    height: 100%;

    min-height: 100%;

    padding: 30px 0;

    margin: 0 auto;

}

body>#overall {

    height: auto;

    min-height: 100%;

}

.rahmen {

	clear: both;

	height: 10px;

	width: 100%;

	background: url("img/transparenz.png") left top repeat;

}

#outer {
	width: 990px;
	height: 100%;
	min-height: 500px;
	padding: 0 10px;
	background: url("img/rahmen_c.png") left top repeat-y;
}



/* Header */

#header {

	background: url("img/header.png") left top no-repeat;

	height: 200px;

	width: 100%;

	position: relative;

}

#logo {

	position: absolute;

	left: 280px;

	top: 23px;

}

#link_basket {

	position: absolute;

	font-size: 14px;

	color:#fff;

	top: 25px;

	right: 25px;

}

#link_basket:hover {

	text-decoration: none;

}

#link_basket span {

	display: block;

	padding: 4px 0 0 0;

}

#categories {
	margin: 0;
	padding: 178px 0 0 15px;
	list-style-type: none;
	text-align: center;
}

#categories li {
	float: left;
	font-size: 14px;
	padding: 0 1px;
	background: none;

}
#categories li.Wein {
	background: none;
}
#categories li a {
	color: #fff;
	text-decoration: none;
	background: none;
}
#categories li.Wein a {
	padding: 0 48px;
}
#categories li.Prickelndes a {
	padding: 0 32px;
}
#categories li.Spirituosen a {
	padding: 0 23px;
}
#categories li.Tee a {
	padding: 0 29px;
}
#categories li.Tabak a {
	padding: 0 22px;
}

#categories li.Accessoires a {

	padding: 0 27px;

}

#categories li.Präsente a {

	padding: 0 37px;

}
#categories li.Feinkost a {

	padding: 0 37px;

}

#categories li a:hover,

#categories li a.active {

	color: #fff;

	text-decoration: underline;

}



#topmenu {

	float:right;

	padding:10px 10px 0 0;

	margin:0;

	list-style-type:none;

	height:36px;

	font-size:11px;

}



* html #topmenu {

	position: absolute;

	right: 10px;

	top: 10px;

}

#topmenu li {

	height:10px;

	padding: 5px 15px 5px 0;

	margin:0;

	text-align: right;

}

#topmenu li a span {



}

* html #topmenu li {

	width: 82px;

}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {

	vertical-align:middle;

	text-decoration:none;

	cursor:pointer;

	color:#fff;

	margin:0;

	padding:0;

}

#topmenu a:hover {

	color:#DB9501;

}

#topmenu a img {

	float: right;

	padding-left: 5px;

	padding-top: 1px;

}

#topmenu a.merkzettel img {

	margin-right: -5px;

	margin-top: -2px;

	padding-top: 0;

}



#regionen {

	margin: 0;

	padding: 10px 20px 25px 0;

	list-style-type: none;

	position: absolute;

	top: 283px;

	left: 20px;

	width: 110px;

	background: url("img/schatten_mitte_links.png") right top repeat-y;

}

#regionen li {



}

#regionen.nopadding {

	padding: 0 20px 0 0;

	border: none;

	top: 243px;

}

#regionen li.navi_top {

	position: absolute;

	top: 0;

	right: 0;

	width: 11px;

	height: 10px;

	background: url("img/schatten_oben_links.png") left top no-repeat;

	border: none;

}

#regionen li.navi_bottom {

	position: absolute;

	bottom: 0;

	right: 0;

	width: 137px;

	height: 16px;

	background: url("img/schatten_unten_links.png") left top no-repeat;

	border: none;

}



#regionen li a {

	color: #4F4E4F;

	width: auto;

	display: block;

	padding: 1px 0 1px 10px;

	border-bottom: 1px dotted #CB6A52;

}

#regionen li a.active {

	color: #4F4E4F;

	font-weight: bold;

}

#regionen li ul {

	margin: 0;

	padding: 0 0 15px 0;

	list-style-type: none;

}

#regionen li ul li a{

	padding: 0 0 0 25px;

	width: auto;

}

#regionen li ul li ul li a{

	padding: 0 0 0 35px;

	width: auto;

}

#regionen li#image {

	position: relative;

	border: none;

}

#regionen li#image img {

	position: absolute;

	left:-10px;

	top: 40px;

}



/* Inner */

#inner {

	background: #fff;

	/* background: #F7F8E8; */

	min-height: 300px;

	width: 100%;

}

.category_name {

	position: absolute;

	bottom: -70px;

	left: 12px;

	display: block;

	width: 120px;

	color: #4E4E4D;

	font-size: 16px;

}

.category_name span {

 	display: none;

}

.category_name.Spirituosen {

	width: 112px;

	height: 30px;

	background: url("img/spirituosen.png") left top no-repeat;

}

.category_name.Wein {

	width: 112px;

	height: 30px;

	background: url("img/wein.png") left top no-repeat;

}

.category_name.Sekt {

	width: 135px;

	height: 30px;

	background: url("img/sekt.png") left top no-repeat;

}

.category_name.Tee {
	width: 135px;
	height: 30px;
	background: url("img/tee.png") left top no-repeat;
}

.category_name.Feinkost {
	width: 85px;
	height: 30px;
	background: url("img/feinkost.png") left top no-repeat;
}
.category_name.Prickelndes {
	width: 111px;
	height: 30px;
	background: url("img/prickelndes.png") left top no-repeat;
}

.category_name.Tabak {

	width: 135px;

	height: 30px;

	background: url("img/tabak.png") left top no-repeat;

}

.category_name.Accessoires {

	width: 135px;

	height: 30px;

	background: url("img/accessoires.png") left top no-repeat;

}

.category_name.Angebote {

	width: 135px;

	height: 30px;

	background: url("img/angebote.png") left top no-repeat;

}

.category_name.Präsente {

	width: 135px;

	height: 30px;

	background: url("img/praesente.png") left top no-repeat;

}

.category_name.Raritäten {
	width: 135px;
	height: 30px;
	background: url("img/raritaeten.png") left top no-repeat;
}



/* Left */ 

#left {
	float: left;
	width: 127px;
	min-height: 1150px;
	padding: 0 35px 0 0;
}

.wine {

	padding: 20px 0 15px 25px;

}

.regions {

	text-transform: uppercase;

	padding: 0 0 0 30px;

}



/* Center */

#center {
	float: left;
	width: 640px;

}

#naviContent {
	float: left;
	width: 635px;
	padding: 10px 0 20px 0;
}

#naviContent input,

#naviContent select {

	font-size: 11px;

}

#quick_find {

	float: left;

	width: 30%;

}

#quick_find input#search_input {

	width: 150px;

	font-size: 11px;

	float: left;

	margin: 1px 5px 5px 0;

}

#quick_find input#search_submit {

	float: left;

}

#quick_find #ext_search {

	margin: 0 0 0 5px;

	font-size: 11px;

}

#sort_box {

	font-size: 11px;

}

.site_nav {

	text-align: right;

	float: right;

	padding: 5px 0 0 0;

}

.site_nav,

.site_nav a {

	color: #000;

}

.edit_prod img {
	width: 100px;
}
/* Content */
#content {
	float: left;
	width: 640px;
	position: relative;
	padding: 15px 0 0 10px;
}

/* Product */
.prod_outer,
.prod_outer2 {
	position: relative;
	clear: both;
	float: none;
}
.product {
	width: 616px;
	min-height: 243px;
	position: relative;
	padding: 10px 20px 0 0;
	font-size: 12px;
	background: url("img/product_bg.jpg") left top no-repeat;
}
.product.tall {
	width: 304px;
	height: 440px;
	position: relative;
	padding: 20px 10px 0 0;
	font-size: 10px;
}
.product.tall  .description {
	padding: 15px;
}
.list_right {
	float: left;
	width: 470px;
}
* html .list_right {
	width: 460px;
}
.list_right.praes {
	float: right;
	width: 430px;
}
table.imagetable {
	width:135px;
	height:228px; 
	float: left;
}
table.imagetable.praes {
	width:185px;
	height:228px; 
	float: left;
}
table.imagetable.tall {
	width:314px;
	height:242px; 
}
table.imagetable.small {
	width:135px;
	height:200px; 
}
a.products_img {
	display: block;
	width: 135px;
	text-align: center;
}
table.imagetable.praes a.products_img {
	width: 175px;
}
a.products_img img {
	/* height: 200px; */
	max-width: 135px;
}
* html a.products_img img {
}
.product h2 {
	padding: 0 0 7px 0;
	font-weight: bold;
	font-size: 16px;
}
.product h2 a {
	color: #000;
}
.product p {
	line-height: 16px;
}
.product .bottom {
	position:absolute;
	left:140px;
	bottom: 30px;
}
.product .praes .bottom {
	left:185px;
}
.product .price {
	padding: 0;
	margin-bottom: 0.6em;
	position:absolute;
	left:0;
	text-align: right;
	width: auto;
	height: 35px;
	background: url("img/price_c.jpg") left top repeat-x;
}
.product#product_details .price {
	left:140px;
}
.product#product_details .infos .price {
	left:10px;
}

.product .price_right {
	position:absolute;
	top: 0;
	right:0;
	width: 9px;
	height: 35px;
	background: url("img/price_right.jpg") right top repeat-x;
}

.product .shipping {
	font-size: 9px;
	letter-spacing: -1px;
	padding: 40px 0 0 0;
	display: block;
	float: left;
	color: #555555;
}
.product span.info {
	color: #999;
}
.product span.info a {
	text-decoration: underline;
	color: #999;
}
.product .price span.info a:hover {
	text-decoration: none;
}
.taxandshippinginfo, .price_netto {
	font-size: 9px;
	letter-spacing: -1px;
	padding: 4px 2px 0 0;
	display: block;
	float: left;
	color: #555555;
}

.product .price div.price_field {
	padding: 4px 8px 3px 3px;
	margin: 0 0 5px 0;
	width: auto;
	height: 35px;
	background: url("img/price_left.jpg") left top no-repeat;
}

* html .product .price div.price_field {
	width: 130px;
	position: relative;
}

.product .price div.price_field span.big{
	font-size: 18px;
	font-weight: bold;
	padding: 0 7px 0 25px;
}
* html .product .price div.price_field span.big{
	position: absolute;
	right: 5px;
	top: 5px;
}

.product .price div.price_field span.price_left {
	color: #505450;
	padding: 0 5px 0 0;
	margin: -1px 0 0 0;
	display: block;
	float: left;
	border-right: 1px solid #C0C0C0;
	text-align: left;
	font-size: 9px;
	height: 24px;
}
.product .vpe {
	font-size: 9px;
	color: #999;
	padding: 0 0 5px 0;
}

.product a.remind {
	color: #EF5722;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 3px 0 0 0;
	background: url("img/produkt_merken.png") right top no-repeat;
	width: 130px;
}
.product_btm {
	padding: 10px 0 0 0;
	position: relative;
}	
.product_btm .to_wishlist {
	position: absolute;
	right: 0;
	top: 10px;
}
.product_btm .btn {
	float: left;
}	
.product_btm .qty {
	float: left;
	padding: 2px 10px 0 0;
}	
.listing_spacer {
	width: 600px;
	clear:both;
	height:35px;
}

/* Details */
#product_details {
	position: relative;
	width:660px;
	background: url("img/details_center.jpg") left top repeat-y; 
	padding: 17px 0 19px 0;
	margin: 68px 0 0 0;
}
#product_details_top {
	position: absolute;
	top: 0;
	left: 0;
	width:638px;
	height: 17px;
	background: url("img/details_top.jpg") left top no-repeat; 
}
#product_details_btm {
	width:638px;
	height: 19px;
	background: url("img/details_btm.jpg") left top no-repeat; 
}
#product_details #details_inner {
/*	border-left: 1px solid #C0B8A8;
	border-right: 1px solid #C0B8A8; */
	padding: 0 8px;
}
* html #product_details #details_inner {
	width: 550px;
}
#details_longdescr {
	padding: 8px 0;
	margin: 20px 0 0 0;
}
.details_img {
	display: block;
	float: left;
	width: 170px;
	text-align: center;
}
.details_img img {
	display: inline;
}
#details_right {
	width: 450px;
	float: left;
	position: relative;
	padding: 0 0 25px 20px;
}
.infos {
	width: 460px;
	float: left;
	padding: 0 0 0 10px;
	position: relative;
}
.infos .price { 
	margin: 0;
	padding: 0;
	left: 0;
	clear: both;
}
.productprice {
	display: block;
	font-size:20px;
	font-weight: bold;
	padding: 15px 0 0 0;
}
#details_inner h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3.ui-accordion-header {
	padding: 0 0 25px 0;
	cursor: pointer;
}
h3.ui-accordion-header a:hover {
	text-decoration: none;
}
h3.ui-accordion-header a img {
	float: left;
}
h3.ui-accordion-header a span {
	display: block;
	float: left;
	padding: 7px 5px;
}
.ui-accordion div {
	margin-top: 15px;
	padding: 15px 0;
}
.also_purchased {
	padding: 0;
}
.also_purchased_inner {
	padding: 0;
}
/* right */
#right {
	float: left;
	padding: 83px 0 0 25px;
}
/* FOOTER */
.footer {
	clear:both;
	font-size:11px;
	color:#666666;
	background-color:#E2E2E2;
	padding: 8px;
	margin-bottom:5px;
	text-align: center;
}
.footer a {
	color:#74746B;
	text-decoration:underline
}
ul.contentlist {
	border-top: 1px dotted #CB6A52;
	margin: 0;
	list-style-type: none;
	padding: 15px 100px;
	text-align: center;
	height: 50px;
}
ul.contentlist li {
	margin:0px;
	padding:0;
	list-style-type: none;
	background: none;
	width: auto;
	display: inline;
	color: #74746B;
}
ul.contentlist li a {
	color: #74746B;
	font-size: 11px;
	display: inline;
}
/* Custom */
.clear {
    clear: both;
}
.fl_left {
    float: left;
}
.fl_right {
    float: right;
}

/* Default */
h1 {
    font-size: 140%;
    color: #B02808;
    padding: 0 0 1.0em 0;
	margin: 0;	
}
h2 {
    font-size: 120%;
    color: #000;
    padding: 0 0 1.0em 0;
	margin: 0;	
}
h3 {
    font-size: 120%;
    color: #000;
    padding: 0 0 1.0em 0;
	margin: 0;	
}
h4 {
    font-size: 100%;
    color: #000;
    padding: 0 0 1.0em 0;
	margin: 0;	
}
h5 {
    font-size: 100%;
    color: #000;
    padding: 0 0 1.0em 0;
	margin: 0;	
}
h6 {
    font-size: 100%;
    color: #000;
    padding: 0 0 1.0em 0;
	margin: 0;	
}
p {
    margin: 0;
    padding: 0 0 1.5em 0;
    line-height: 16px;
}

a {
    color: #B02808;
    text-decoration: none;
}
a:hover {
    color: #B02808;
    text-decoration: underline;
}
img {
	border: 0;
}
hr {
	background: none;
	border: none;
	border-top: 1px dotted #000;
}
.contact2 {border: 0px none; background: #FFF;}
