/* -- BILDER -- */

div#content div.weitere-bilder {
	background-image: url(../images/layout/produktansicht-thumbs.gif) !important;
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	display: block;
	float: left;
	margin-left: -4px;
	margin-right: -10px;
}

div#content div.weitere-bilder a {
	background-image: url(../images/layout/produktansicht-thumbs-bottom.gif) !important;
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	padding: 8px !important;
}

/* -- ARTIKELNUMMER -- */

p.artikelnummer, span.artikelnummer {
	font-size: 10px;
	color: #9e9e9e;
	margin-top: -10px;
	margin-bottom: 4px;
}

/* -- BEWERTUNG-- */

.kundenbewertung {
	font-size: 10px;
	text-transform: uppercase;
	color: #848484;
	margin-top: 15px;
}

.kundenbewertung img {
	margin-bottom: -2px;
}

/* -- VERFÜGBARKEIT -- */

.verfuegbarkeit {
	font-size: 11px;
	text-transform: uppercase;
	color: #848484;
	margin-top: 0px;
	margin-bottom: 2px;
}

.nicht-verfuegbar {
	color: #bd0016;
}

.verfuegbar {
	color: #016e2a;
}

.bestellt {
	color: #f7b600;
}

/* -- PREIS -- */

.preis {
	width: 226px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #d4d4d4;
	background-image: url(../images/layout/background-verlauf.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.preis big {
	font-size: 21px;
}

/* -- MWST -- */

.mwst-versand {
	text-align: center;
	width: 248px;
	color: #b9b9b9;
}

.mwst-versand a {
	color: #b9b9b9;
	text-decoration: underline;
}

/*-- FUNKTIONEN TOP  -- */

table.funktionen-top {
	background-image: url(../images/layout/background-table-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #e8e8e8;
	color: #848484;
	width: 100%;
	min-width: 534px;
	margin-top: 15px;
}

table.funktionen-top tr.bg {
	background-image: url(../images/layout/background-table.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table.funktionen-bottom {
	background-image: url(../images/layout/background-table-right-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #e8e8e8;
	color: #848484;
	width: 102.5%;
	margin-top: 0px;
}

table.funktionen-bottom tr.bg {
	background-image: url(../images/layout/background-table-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

table.funktionen-top td, table.funktionen-bottom td {
	padding: 0px 8px 2px 8px;
}

table.funktionen-top a, table.funktionen-bottom a {
	text-decoration: none;
	color: #848484;
}

table.funktionen-top a:hover, table.funktionen-bottom a:hover {
	text-decoration: underline;
	color: #848484;
}

table.funktionen-top a.aktiv, table.funktionen-bottom a.aktiv {
	text-decoration: none;
	color: #0f679d;
}

/* -- IM WARENKORB -- */

table.im-warenkorb-top {
	background-image: url(../images/layout/background-table-right-warenkorb.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #f29400;
	color: #fff;
	width: 100%;
	min-width: 534px;
	margin-top: 15px;
	font-size: 13px;
}

table.im-warenkorb-top tr.bg {
	background-image: url(../images/layout/background-table-warenkorb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 175%;
}

table.im-warenkorb-top strong {
	font-size: 15px;
	font-weight: bold;
}

table.im-warenkorb-bottom {
	background-image: url(../images/layout/background-table-right-warenkorb-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f29400;
	color: #fff;
	width: 100%;
	margin-top: 15px;
}

table.im-warenkorb-bottom tr.bg {
	background-image: url(../images/layout/background-table-warenkorb-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

table.im-warenkorb-top td, table.im-warenkorb-bottom td {
	padding: 0px 8px 2px 8px;
}

table.im-warenkorb-top td a, table.im-warenkorb-bottom td a {
	color: #fff;
}

/* -- PRODUKTANSICHT, KATEGORIEANSICHT 3-SPALTIG -- */

.produktbox3spaltig, .kategoriebox3spaltig {
	background-image: url(../images/layout/produktansicht-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
	border: 1px solid #e4e2dd;
	float: left;
	width: 142px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 7px;
	padding: 10px;
	padding-bottom: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.produkt-bild, p.kategorie-bild {
	display: block;
	min-height: 149px;
}

p.produkt-bild img, p.kategorie-bild img {
	max-height: 144px;
	max-width: 144px;
}

p.produkt-bild a, p.kategorie-bild a {
	width: 144px;
	height: 146px;
	display: block;
}

.produktbox3spaltig h1, .kategoriebox3spaltig h1 {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: -7px;
}

.produktbox3spaltig p a, .kategoriebox3spaltig p a {
	color: #9d9d9d;
	margin-top: 0px;
}

.kategoriebox3spaltig p > a {
	display: block;
	height: 9px;
}

.produktbox3spaltig h1 a, .kategoriebox3spaltig h1 a {
	color: #757575;
	display: block;
	height: 46px;
}

.produktbox3spaltig big, .kategoriebox3spaltig big {
	color: #4e6e94;
	font-size: 14px;
}

/* -- PRODUKTANSICHT, KATEGORIEANSICHT 3-SPALTIG -- */

.produktbox-liste, .kategoriebox-liste {
	background-image: url(../images/layout/produktansicht-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: left;
	border: 1px solid #e4e2dd;
	width: 97%;
	min-height: 140px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 7px;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.produktbox-liste h1, .kategoriebox-liste h1 {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: -7px;
}

.produktbox-liste h1 a, .kategoriebox-liste h1 a {
	color: #757575;
	display: block;
	height: 46px;
}

.produktbox-liste p.produkt-bild, .kategoriebox-liste p.produkt-bild {
	min-width: 149px;
	margin-right: 25px;
	float: left;
	text-align: center !important;
}

.produktbox-liste big, .kategoriebox-liste big {
	color: #4e6e94;
	font-size: 17px;
}

/* -- PRODUKT -- NEU -- */

.produkt-neu {
	background-image: url(../images/icons/produkt-auszeichnung-neu.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	z-index: 20;
	position: absolute;
	width: 53px;
	height: 53px;
	margin: 0px -11px 0px 147px;
}

.kat-produkt-neu {
	background-image: url(../images/icons/produkt-auszeichnung-neu.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	z-index: 20;
	position: absolute;
	width: 53px;
	height: 53px;
	margin: -11px -11px 0px 102px;
}

/* -- PRODUKT -- TIPP -- */

.produkt-tipp {
	background-image: url(../images/icons/produkt-auszeichnung-tipp.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	z-index: 20;
	position: absolute;
	width: 53px;
	height: 53px;
	margin: 0px -11px 0px 147px;
}

.kat-produkt-tipp {
	background-image: url(../images/icons/produkt-auszeichnung-tipp.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	z-index: 20;
	position: absolute;
	width: 53px;
	height: 53px;
	margin: -11px -11px 0px 102px;
}

/* -- PRODUKT -- PREISHIT -- */

.produkt-hit {
	background-image: url(../images/icons/produkt-auszeichnung-preishit.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	z-index: 20;
	position: absolute;
	width: 53px;
	height: 53px;
	margin: 0px -11px 0px 147px;
}

.kat-produkt-hit {
	background-image: url(../images/icons/produkt-auszeichnung-preishit.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	z-index: 20;
	position: absolute;
	width: 53px;
	height: 53px;
	margin: -11px -11px 0px 102px;
}

/* --- PRODUKTEMPFEHLUNGEN --- */

div.produktempfehlung {
	border: 1px solid #cdcdcd;
	background-image: url(/design2010/images/layout/content-right-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size: 11px;
	margin-right: 10px;
	width: 117px;
	float: left;
	text-align: center;
	padding-top: 10px;
	color: #757575;
}

div.produktempfehlung a {
	color: #757575;
}