img, div { behavior: url(css/iepngfix.htc) }

* {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

body {
	font-family: verdana;
	font-size: 11px;
	background: #f0f0f0;
	color: black;
}

img {
	border: 0;
}

/* Seitenaufteilung */

#container {
	margin: 0 auto;
	background: #fff;
	padding-left: 20px;
	background-image: url(../img/shadow_left.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-right: 1px solid #ccc;
	width: 950px;
}

#header {
	height: 155px;
	background: transparent;
}

#header img {
	padding: 0;
}

#maincontent {
	padding: 0;
	margin: 0;
	width: 594px;
	float: left;
}

#sidebar {
	font-family: arial, sans-serif;
	width: 189px;
	float: left;
}


/* Clear Float */

.cl {
	clear: both;
}

/* Leftbar */
div#leftbar {
	float: left;
}


/* Searchbox */

div#searchbox {
	font-size: 12px;
	border: 1px solid #ccc;
	background: #eef8ff;
	color: black;
	width: 150px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
	padding-bottom: 10px;
	background-image: url(../img/searchboxbg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

div#searchbox p {
	padding: 5px;
	padding-top: 8px;
}

div#searchbox input {
	width: 120px;
	border: 1px solid #ccc;
	background-image: url(../img/searchbox_inputbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

div#searchbox input.submit {
	width: 16px;
	height: 16px;
}


/* Navigation */

ul#mainnav {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	float: left;
	clear: both;
	margin: 0 5px 5px 10px;
	display: inline;
	color: white;
	font-weight: bold;
	width: 150px;
	border: 1px solid #999;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../img/mainnav_bg.jpg);
	background-position: 50% 50%;
	background-repeat: none;
}

ul#mainnav li.head {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	padding: 3px 5px;
	background: black;
}

ul#mainnav li {
	background-image: url(../img/dot.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

ul#mainnav li.last {
	background: none;
}

ul#mainnav a {
	font-family: verdana;
	padding: 3px 5px;
	width: 140px;
	margin: 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid transparent;
}
ul#mainnav a:hover {
	background-image: url(../img/menubar.gif);
	background-position: right center;
	background-repeat: repeat-x;
	color: black;
	border-bottom: 1px solid #999;
}

ul#mainnav a:hover.last {
	border-bottom: 1px solid transparent;
}

ul#topnav {
	list-style: none;
}

ul#topnav li {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

ul#topnav li a {
	display: block;
	background-image: url(../img/barbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 236px;
	line-height: 24px;
	text-decoration: none;
	border: 1px solid #999;
	border-left: 1px solid #ccc;	
	color: #555;
}

ul#topnav li a.last {
	width: 235px;
	line-height: 24px;
	border-right: 0;
	text-decoration: none;
}

ul#topnav li a:hover {
	background-image: url(../img/barbg_over.gif);
	border-right: 1px solid #bbb;
	border-left: 1px solid #fff;	
	color: black;
}

ul#topnav li a.last:hover {
	border-right: 0;
}


/* footer */
#footer {
	clear: both;
	text-align: center;
	padding: 20px 10px;
	margin-top: 20px;
	color: #999;
}

#footer a{
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* Padding */

.box {
	padding-left: 5px;
}

#detailpage p {
	margin-left: 275px;
	margin-right: 10px;
}

#detailpage .preisnet, #detailpage .preislist, #detailpage .preissavings {
	margin-left: 275px;
	text-align: right;
	margin-right: 10px;
}

#detailpage .preisnet {
}

#detailpage .preislist {
}

#detailpage .preissavings {
}

h2 {
	font-family: arial, sans-serif;
	font-size: 16px;
	padding: 0 5px 10px 5px;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 12px;
}


/* Content */

h1 {
	font-size: 14pt;
	font-family: arial, sans-serif;
	margin-bottom: 11px;
}

.box img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.preis, .preisNet {
	margin-top: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
}

.preisNet {
	margin-top: 20px;
	color: #666;
	font-size: 1em;
}

.box a {
	text-decoration: none;
	color: black;
}

.box a:hover {
	color: #666;
}

div.produktliste {
	background-image: url(../img/produkt_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	height: 88px;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	position: relative;
	overflow: hidden;
}

div.produktliste img {
	float: left;
	padding: 0;
	margin-right: 10px;
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid #ddd;
}

div.produktliste a:hover {
	color: #06c;
}

div.produktliste img:hover {
	-moz-opacity: 1;
	opacity: 1;
}

div.produktliste a, div.highlight_vert a {
	font-weight: bold;
	float: left;
}

img.product_small {
	width: 85px;
	height: 85px;
	border: 0;
}

img.product_mid {
	width: 123px;
	height: 123px;
	border: 0;
}

img.product_big {
	width: 250px;
	height: 250px;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #eee;
}


div.listprice {
	font-weight: bold;
	text-align: right; 
	float: right; 
	color: black; 
}

div.highlight_vert {
	position: relative;
	background-image: url(../img/highlight_vert_bg.jpg);
	background-position: 50% 50%;
	background-repeat: none;
	font-size: 10px;
	float: left;
	width: 135px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0;
	min-height: 350px;
	height: 350px;
	overflow: hidden;
}

div.last {
	margin-right: 0;
}

div.highlight_vert p, div.highlight_vert img {
	line-height: 1.3em;
	margin: 5px;
	padding: 0;
}

div.highlight_vert img.product {
	border: 1px solid #ccc;
}

div.highlight_vert a {
	line-height: 1.3em;
	width: 120px;
	margin-bottom: 5px;
}

div.listprice {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

img.badge {
	position: absolute;
	top: -6px;
	left: -6px;
	border: 0;
}

/* Sidebar */


div.sidebox {
	font-size: 11px;
	border: 1px solid #ccc;
	background: #eef8ff;
	color: #333;
	width: 170px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	float: left;
	margin-bottom: 10px;
	display: inline;
	padding-bottom: 10px;
	background-image: url(../img/sideboxbg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

div.sidebox h3 {
	padding: 5px;
}

div.sidebox a {
	color: #06c;
	text-decoration: underline;
}

div.sidebox p {
	padding: 5px;
	padding-top: 0;
}

div.more {
	text-align: right;
	margin-right: 10px;
}

div.sidebox img {
	float: left;
	border: 0;
	padding: 0;
	background: none;
}

div.sidebox img.news, div.sidebox img.highlight {
	border: 1px solid #ddd;
	padding-right: 73px;
	background-image: url(../img/news_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	float: none;
}

div.sidebox img.highlight {
	background-image: url(../img/highlight_bg.png);
}

table#basket {
	width: 580px;
}

table#basket input {
	width: 40px;
	text-align: right;
}

table#basket td, table#basket th {
	text-align: left;
	font-size: 11px;
	padding: 5px;
	vertical-align: top;
}

div#sbbasket {
	padding: 5px;
	font-size: 11px;
	border: 1px solid #ccc;
	background: #eef8ff;
	color: #333;
	width: 160px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	margin-bottom: 10px;
	background-image: url(../img/sideboxbg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
}

div#sbbasket a {
	background-image: url('../img/buttons/basket.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

div#sbbasket a:hover {
	background-image: url('../img/buttons/basket_hover.png');
	color: #0066ff;
}

.center {
	text-align: center;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

table#basket th {
	border-top: 1px solid #ccc;
	background: #eee;
	padding 3px 5px;
}

table#basket td {
	border-top: 1px solid #ccc;
}

table#basket td.amount {
	width: 80px;
}

table#basket td.amount input {
	float: left;
	margin-right: 5px;
}

table#basket td.price, table#basket th.price {
	width: 70px;
	text-align: right;
}

table#basket td.desc {
	color: #666;
	font-size: 80%;
}

table#basket tr.sum td {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

/* Buttons */

span.button {
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	display: block;
	background-image: url('../img/buttons/button_left.png');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 19px;
	height: 19px;
	padding-left: 5px;
}

span.button a {
	display: block;
	background-image: url('../img/buttons/button_right.png');
	background-repeat: no-repeat;
	background-position: right center;
	height: 19px;	
	width: 141px;
	line-height: 19px;
	text-align: center;
	padding-right: 5px;
}
span.button a:hover {
	color: #0066ff;
}

input.button {
	border: 0;
	font-family: verdana;
	font-size: 11px;
	background: url('../img/buttons/button.png');
	background-repeat: no-repeat;
	background-position: right center;
	height: 19px;
	width: 151px;
	text-align: center;
	line-height: 19px;
}

input.button:hover {
	color: #0066ff;
}

div.error {
	background: #cc0000;
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
}

/* Formular */
form#order h2, form#login h2 {
	padding: 0;
	margin-bottom: 10px;
}
form#order, form#login {
	margin-right: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #E0EFF6;
}

form#order {
	float: left;
}

form#login {
	margin-left: 385px;
	background: #F9F9ED;
}

form#login input, form#order input, form#login select, form#order select {
	margin-bottom: 3px;
	width: 140px;
	font-size: 11px;
	height: 18px;
}

form#order input, form#order select {
	width: 350px;
}

form#login input, form#login select {
	width: 170px;
}

form#login input.submit, form#order input.submit {
	font-size: 11px;
	height: 24px;
}

form#order div.error {
	width: 340px;
}

form#login div.error {
	width: 160px;
}

div#orderstep {
	margin-bottom: 20px;
	color: #467DDB;
}

span.step1, span.step2, span.step3, span.step4, span.step1_on, span.step2_on, span.step3_on, span.step4_on {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 28px;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

span.step1_on, span.step2_on, span.step3_on, span.step4_on {
	font-weight: bold;
}

span.step1 {
	background-image: url(../img/order/step1.gif);
}

span.step2 {
	background-image: url(../img/order/step2.gif);
}

span.step3 {
	background-image: url(../img/order/step3.gif);
}

span.step4 {
	background-image: url(../img/order/step4.gif);
}

span.step1_on {
	background-image: url(../img/order/step1_on.gif);
}

span.step2_on {
	background-image: url(../img/order/step2_on.gif);
}

span.step3_on {
	background-image: url(../img/order/step3_on.gif);
}

span.step4_on {
	background-image: url(../img/order/step4_on.gif);
}

a.produktheadline {
	width: 470px;
	margin-bottom: 3px;
}
