body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #58041b;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#logo {
	width: 1112px;
	height: 143px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/background-container.png');
}

div#container {
	width: 1112px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/background-container-2.png');
}

div#page {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	border: solid #FFFFFF;
}

div#navigation-top {
	height: 23px;
	width: 983px;
	background-image: url(../images/navigation-top.png);
	margin-bottom: 7px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-weight: bold;
	position: relative;
}

div#navigation-left {
	background-color: #727272;
	width: 200px;
	min-height: 524px;
	background-repeat:no-repeat;
	background-image: url(../images/background-left.png);
	background-position: 63px 445px;
	float: left;
	}

* html div#navigation-left {
	height: 524px;
	}

div#content {
	width: 766px;
	min-height: 524px;
	border: 0px none;
	margin-left: 206px;
	margin-bottom: 43px;
	background-color:#727272;
	color: white;
	padding-left: 7px;
	padding-right: 7px;
}

* html div#content {
	width: 760px;
	height: 524px;
	border: 0px none;
	margin-left: 206px;
	margin-bottom: 43px;
	background-color:#727272;
	color: white;
	padding-left: 7px;
	padding-right: 7px; 
}

div#navigation-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
	padding-top: 18px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

div#navigation-left ul li {
	margin-bottom: 12px;
}

div#navigation-left ul a {
	color: white;
	text-decoration: none;
}

input#quick-search {
	width: 120px;
	height: 20px;
}

input#quick-search-button {
	background-color: transparent;
	border: 0;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	width: 65px;
	margin-left: -10px;
}

div#navigation-bottom {
	text-align: right;
	padding-bottom: 10px;
	}

div#navigation-bottom a {
	text-decoration: none;
	color: #88062a;
	font-size: 12px;
}

div#foot {
	width: 1112px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/background-container-3.png');
	background-repeat:no-repeat;
	background-position: 0px -59px;
}

div#login {
	width: 762px;
	min-height: 524px;
	border: 0px none;
	margin-left: 206px;
	margin-bottom: 43px;
	background-color:#727272;
	background-image: url('../images/login_background.png');
	color: white;
	padding-left: 7px;
	padding-right: 7px;
	}
	
* html div#login {
	height: 524px;
	margin-top: -12px;
	}

div#cart {
	width: 160px;
	height: 23px;
	background-color: #e5e5e5;
	background-image: url('../images/cart.png');
	background-repeat:no-repeat;
	background-position: 3px 0px;
	color: #8c062b;
	padding-top: 7px;
	font-size: 11px;
	padding-left: 42px;
	float: right;
	margin-top: -42px;
}

div#cart a {
 	text-decoration: none;
}

input.update_cart_menge {
	width: 50px;
}

img.artikel-vorschaubild {
	width: 200px;
	height: 75px;
}

div#lightbox-bg {
	filter: alpha(opacity=75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

table#artikel-details td.artikel-detail-headline {
	font-size: 19px;
	font-weight: bold;
	padding: 7px;
	width: 530px;
}

table#artikel-details td.artikel-eigenschaft-label {
	width: 110px;
	font-weight: bold;
}

table#artikel-details td.artikelw-eigenschaft-label {
	width: 400px;
	font-weight: bold;
}

table#artikel-details td.artikel-eigenschaft-value {
	width: 100px;
}

table#artikel-details {
	margin-top: 8px;
}

table#artikel-details input.into_cart_menge, table#artikel-varianten input.into_cart_menge {
	width: 40px;
	text-align: center;
}

table#artikel-details img.detail-image {
	border: 0px solid white;
	padding: 1px;
}

table#artikelliste td.artikel-kurzname {
	width: 80px;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; }

/*---------------------------------------------------------*/
/* Workaround: Clearfix-Anpassung für alle IE-Versionen */
/*
** IE7 - x
*/
.clearfix { display: inline-block; }
/*
** IE5.x/Win - x
** IE6 - x
*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*--------------------------------------------------------*/