<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Datei: parts.css
Verwendung: Stylesheet Parts (Screen und Print)
Autor: insyma (VELS)
Edit: 01. Mai 2007
*/

/* ############################################
	Peach Informationen
############################################ */

div#content div.peach-information {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 1em 0 0 0;
	margin: 0 0 2em 0;
	clear: both;
}
div#content div#form-message {
	clear: both;
}
div#content div#form-message h3 {
	background: url(../../images/layout/4/background_form_message.gif) no-repeat top left;
	padding: 5px 20px 10px 40px;
	color: #FFF;
}
div#content div#form-message ol {
	margin: 0 0 1em 5em;
}


/* ############################################
	Bild / Text Liste
############################################ */

div#content div.bild-text {
	float: left;
	background: url(../../images/layout/4/modell_liste_between.gif) no-repeat bottom;
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
}
div#content div.bild-text div.text {
	float: left;
	width: 340px;
}
div#content div.bild-text div.info {
	float: left;
	width: 190px;
}
div#content div.bild-text a.download {
	display: block;
	background: url(../../images/layout/4/icon_download.gif) no-repeat center left;
	margin: 10px 0 0 0;
	padding: 2px 25px 5px 25px;
}


/* ############################################
	Adressen im Inhaltsbereich
############################################ */

div#content ul.address{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
div#content ul.address li {
	list-style-image: none;
}

a.link-totop {
	background: url(../../images/layout/4/icon_totop.gif) no-repeat right -1px;
	display: block;
	margin: -.5em 0 1em 0;
	padding: 0 27px 0 0;
	text-align: right;
}
a.link-totop:hover {
	background: url(../../images/layout/4/icon_totop.gif) no-repeat right -39px;
}


/* ############################################
	Modell-Liste
############################################ */

div#content ul.modell-liste {
	margin: 0;
}
div#content ul.modell-liste h3 {
	margin: 1.25em 0 .75em 0;
}
div#content ul.modell-liste ul {
	margin: 0;
}
div#content ul.modell-liste li {
	float: left;
	margin: 0 0 1em 0;
	padding: 0 0 2em 0;
	list-style: none;
	background: url(../../images/layout/4/modell_liste_between.gif) no-repeat bottom left;
}
div#content ul.modell-liste ul li {
	position: relative;
	clear: none;
	float: left;
	width: 265px;
	background: none;
	margin: 0;
	padding: 0;
}
div#content ul.modell-liste span {
	position: absolute;
	right: 40px;
	top: 0px;
}
div#content ul.modell-liste-4spalten ul li {
	width: 132px;
}



/* ############################################
	Produkte-Liste
############################################ */
table.produkte-uebersicht {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
table.produkte-uebersicht th {
	text-align: left;
	background: #F5F5F5;
	padding: .5em;
	border-bottom: 1px solid #CCC;
}
th.produktbild{
	width: 90px;
}
th.bestellung {
	width: 130px;
}
table.produkte-uebersicht td {
	vertical-align: top;
	padding: .5em;
	border-bottom: 1px solid #CCC;
}
table.produkte-uebersicht td.preis {
	background: #F5F5F5;
	width: 90px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
table.produkte-uebersicht img {
	/*width: 80px;
	height: 80px;*/
        display: block;
	border: none;
}
table.produkte-uebersicht input {
	width: 20px;
	text-align: right;
	border: 1px solid #AAA;
	font-size: 99%;	
}
table.produkte-uebersicht td a.order-link {
	display: block;
	background: url(../../images/layout/4/icon_cart.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
	margin: 5px 0;
}
table.produkte-uebersicht td a.order-link:hover {
	background: url(../../images/layout/4/icon_cart.gif) no-repeat 0 -34px;
}
table.produkte-uebersicht td a.produkt-detail {
	display: block;
	background: url(../../images/layout/4/icon_detail.gif) no-repeat 0 1px;
	padding: 0 0 0 20px;
}
table.produkte-uebersicht td a.produkt-detail:hover {
	background: url(../../images/layout/4/icon_detail.gif) no-repeat 0 -34px;
}


/* ############################################
	Produkte-Detail
############################################ */

table.produkte-detail {
	float: right;
	width: 380px;
	margin: 0 0 20px 0;
}
table.produkte-detail td {
	vertical-align: top;
	padding: .25em .5em;
	border-bottom: 1px solid #CCC;
}
table.produkte-detail td.bezeichnung {
	font-weight: bold;
	width: 180px;
}
table.produkte-detail input {
	width: 20px;
	border: 1px solid #AAA;
	font-size: 99%;
	margin: 5px 0 0 0;
	text-align: right;
}
table.produkte-detail a.order-link {
	display: block;
	background: url(../../images/layout/4/button_warenkorb_gross.gif) no-repeat 0 0;
	padding: 15px 0 0 45px;
	margin: 5px 0 5px 0;
	height: 35px;
	color: #FFF;
	text-decoration: none;
}
table.produkte-detail a.order-link:hover {
	background: url(../../images/layout/4/button_warenkorb_gross.gif) no-repeat 0 -100px;
}
table.produkte-detail a.shipping-link {
	display: block;
	background: url(../../images/layout/4/icon_shipping.gif) no-repeat 0 1px;
	padding: 0 0 0 20px;
	margin: 5px 0;
}
table.produkte-detail a.shipping-link:hover {
	background: url(../../images/layout/4/icon_shipping.gif) no-repeat 0 -27px;
}
table.produkte-detail tr.preis td {
	background: #F5F5F5;
}
table.produkte-detail tr.preis td span {
	font-size: 140%;
	font-weight: bold;
}
p.produkte-bild {
	float: left;
	width: 130px;
}
p.produkte-bild img {
	width: 130px;
}
p.produkte-bild a {
	display: block;
	background: url(../../images/layout/4/icon_suche.gif) no-repeat center left;
	padding: 0 0 0 20px;
	float: left;
}
div#content ul.download-liste {
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
	clear: both;
}
div#content ul.download-liste li {
	list-style-image: none;
	float: left;
}
div#content ul.download-liste a{
	display: block;
	float: left;
	background: url(../../images/layout/4/icon_download.gif) no-repeat center left;
	padding: 2px 25px 5px 25px;
}


/* ############################################
	Warenkorb
############################################ */

table.warenkorb {
	width: 720px;
	margin: 20px 0 20px 0;
}
table.warenkorb th.bestellung-anpassen {
	width: 65px;
}

table.warenkorb .preise{
	width:80px;
	text-align:right;
}

table.warenkorb .menge{
	width:70px;
	text-align:right;
}

table.warenkorb beschreibung{
	width:310px;
}
table.warenkorb tr.preis {
	font-weight: bold;
	border-bottom: 3px double #CCC;
}
table.warenkorb img {
}
table.warenkorb input {

}
table.warenkorb a.trash-link {
	display: block;
	background: url(../../images/layout/4/icon_trash.gif) no-repeat 0 0;
	padding: 0;
	text-indent: -2000px;
	margin: 3px 0 0 3px;
	width: 20px;
	height: 20px;
}
table.warenkorb a.trash-link:hover {
	background: url(../../images/layout/4/icon_trash.gif) no-repeat 0 -34px;
}


/* ############################################
	Warenkorb - Schritte
############################################ */

div#content ol#order-steps {
	float: left;
	display: inline;
	width: 720px;
	margin: -10px -20px 20px -20px;
	padding: 0 20px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}
div#content ol#order-steps li {
	float: left;
	list-style: none;
}
div#content ol#order-steps li a, 
div#content ol#order-steps li span {
	padding: 15px 20px 15px 60px;
	height: 20px;
	color: #666;
	display: block;
	float: left;
	background-repeat: no-repeat; 
	background-position: 20px 5px;
}
div#content ol#order-steps li#order-step1 a, div#content ol#order-steps li#order-step1 span { background-image: url(../../images/layout/4/order_step1.gif); }
div#content ol#order-steps li#order-step2 a, div#content ol#order-steps li#order-step2 span { background-image: url(../../images/layout/4/order_step2.gif); }
div#content ol#order-steps li#order-step3 a, div#content ol#order-steps li#order-step3 span { background-image: url(../../images/layout/4/order_step3.gif); }

div#content ol#order-steps li span.active, 
div#content ol#order-steps li a:hover { color: #616161; background-position: 20px -59px; }

div#content ol#order-steps li span.active {
	background-color: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}


/* ############################################
	Formulare
############################################ */

div#content fieldset.content-form {
	margin: 0 0 20px 0;
	clear: both;
}
div#content fieldset.content-form input, div#content fieldset.content-form textarea, div#content fieldset.content-form select {
	padding: 2px;
	font-size: 99%;
}
div#content fieldset.content-form input.button-normal {
	width: 130px;
	text-align: center;
	background: url(../../images/layout/4/button_normal.gif) no-repeat 0 0;
	border: none;
	height: 25px;
	cursor: pointer;
	padding: 2px 0 3px 0;
}
div#content fieldset.content-form input.button-normal:hover {
	background: url(../../images/layout/4/button_normal.gif) no-repeat 0 -75px;
}
fieldset.content-form label {
	display: block;
}
div#content fieldset ul {
	margin: 0;
}
div#content fieldset ul li {
	list-style: none;
	list-style-image: none;
	clear: both;
	padding: .5em 0;
}
div#content fieldset li.required label {
	font-weight: bold;
}
div#content fieldset li.required input{
	background: #fff7ea;
	border: 1px solid #616161;
}
div#content fieldset.tabellarisch label {
	float: left;
	width: 120px;
}
div#content fieldset.content-form input, div#content fieldset.content-form select, div#content fieldset.content-form textarea {
	border: 1px solid #999;
}
div#content fieldset.tabellarisch input, div#content fieldset.tabellarisch select {
	width: 200px;
}
div#content fieldset.tabellarisch select {
	width: 206px;
}
div#content fieldset.content-form textarea {
	width: 360px;
	height: 80px;
}
div#content fieldset em {
	font-style: normal;
	color: #616161;
}
div#content fieldset p.input-info {
	width: 200px;
	margin: 0 0 0 120px;
}
div#content fieldset li.radiobutton input {
	float: left;
	margin: 3px 5px 0 0;
	border: none;
}
div#content fieldset li.radiobutton label {
	display: inline;
}
div#content fieldset li.checkbox input {
	float: left;
	width: auto;
	margin: 3px 10px 0 0;
	border: none;
}
div#content fieldset li.checkbox label {
	float: left;
	width: auto;
}
div#content fieldset.horizontal li, div#content fieldset.horizontal label  {
	float: left;
	margin: 0 10px 0 0;
	clear: none;
}
div#content fieldset.horizontal p {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}

div.zahlungsart, div.adressen {
	float: right;	
	width: 340px;
}
h3.zahlungsart {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/4/icon_check_zahlung.gif) no-repeat center left;
}
h3.lieferadresse {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/4/icon_check_lieferadresse.gif) no-repeat center left;
}
h3.password {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/0/icon_password.gif) no-repeat center left;
}
h3.history {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/0/icon_history.gif) no-repeat center left;
}
h3.wishlist {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/0/icon_wishlist.gif) no-repeat center left;
}

h3.rechnungsadresse {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/4/icon_check_rechnungsadresse.gif) no-repeat center left;
}
h3.agb {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/4/icon_check_agb.gif) no-repeat center left;
}
h3.newsletter {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/4/icon_check_newsletter.gif) no-repeat center left;
}
h3.konto {
	padding: 5px 0 5px 40px;
	background: url(../../images/layout/4/icon_check_konto.gif) no-repeat center left;
}
div.adressen {
	float: left;
	padding: 0 0 20px 0;
}
div.zahlungsart span.zahlung-info {
	display: block;
	margin: 0 0 0 20px;
}
div.zahlungsart span.zahlung-info a, div.zahlungsart a.show-information {
	display: block;
	background: url(../../images/layout/4/icon_detail.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
div.zahlungsart a.show-information {
	margin: 0 0 0 20px;
}
a#show-lieferadresse {
	display: block;
	/*background: url(../../images/layout/4/icon_shipping_big.gif) no-repeat 0 0;
	padding: 0 20px 0 40px;*/
}
	
div.adressen div#lieferadresse-form {

}



/* ############################################
	Action Order-Formulare
############################################ */

fieldset.form-action {
	position: relative;
	clear: both;
	width: 720px;
	padding: 0;
}
fieldset.form-action input {
	margin: 0 10px 0 0;
	padding: 2px 0 3px 28px;
	border: none;
	text-align: left;
	float: left;
	height: 25px;
	width: 120px;
	cursor: pointer;
	font-size: 99%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #FFF;
}
fieldset.form-action input:hover {
	background-position: 0 -75px;
}
fieldset.form-action input.button-refresh {
	background-image: url(../../images/layout/4/button_refresh.gif);
}
fieldset.form-action input.button-shopping {
	background-image: url(../../images/layout/4/button_shopping.gif);
	width: 140px;
	position: absolute;
	left: 280px;
	top: 0px;
}
fieldset.form-action input.button-previousstep {
	background-image: url(../../images/layout/4/button_previousstep.gif);
	width: 150px;
	padding: 2px 0 3px 30px;
}
fieldset.form-action input.button-nextstep {
	background-image: url(../../images/layout/4/button_nextstep.gif);
	padding: 2px 30px 3px 0;
	text-align: right;
	position: absolute;
	right: -10px;
	top: 0px;
	width: 150px;
}
fieldset.form-action input.button-final {
	background-image: url(../../images/layout/4/button_final.gif);
	padding: 2px 30px 3px 0;
	text-align: right;
	position: absolute;
	right: -10px;
	top: 0px;
	width: 230px;
}


/* ############################################
	Check Bestellprozess
############################################ */
div.daten table {
	margin: 0 0 1em 0;
	width: 340px;
	table-layout: fixed;
}
div.daten table td {
	overflow: hidden;
}
div.daten table td.bezeichnung {
	width: 165px;
}
div.warenkorb h2, div.daten h2, div.zahlung h2, div.comment h2 {
	padding: 0 0 0 40px;
}
div.warenkorb h2 a, div.daten h2 a, div.zahlung h2 a, div.comment h2 p, div.daten h2.agb p {
	font-weight: normal;
	font-size: 80%;
	background: url(../../images/layout/4/icon_change.gif) no-repeat 4em 0;
	display: block;
}

div.comment h2 p, div.daten h2.agb p{
	background:none;
}
div.warenkorb {
	float: left;
	width: 450px;
	margin: 30px 0;
}
div.warenkorb h2 {
	background: url(../../images/layout/4/icon_check_warenkorb.gif) no-repeat center left;
}
div.daten {
	float: right;
	width: 730px;
	margin: 10px 0;
}
div.daten h2, div.comment h2 {
	background: url(../../images/layout/4/icon_check_daten.gif) no-repeat center left;
}
div.zahlung {
	clear: both;
}
div.zahlung h2 {
	background: url(../../images/layout/4/icon_check_zahlung.gif) no-repeat center left;
}
div.zahlung iframe {
	border: 1px solid #CCC;
	width: 700px;
	height: 400px;
	margin: 0 0 20px 0;
}
table.check {
	width: 450px;
	margin: 0;
}

table.check img {
	width: 30px;
	height: 30px;
}



/* ############################################
	Infobild (Startseite)
############################################ */

div#content ul#startbild {
	width: 710px;
	padding: 20px 0 20px 10px;
	height: 160px;
	line-height: 1.5;
	background: url(../../images/layout/4/startbild_neu.gif) no-repeat 0 0;
	color: #FFF;
	margin: 0;
}
div#content ul#startbild li {
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	list-style: none;
	padding: 0 20px 0 0;
	width: 300px;
}
div#content ul#startbild li.alt {
	margin: 0 0 0 19px;
}
div#content ul#startbild h2 {
	font-size: 120%;
	margin: 0 0 .25em 0;
	line-height: 1.3;
}


/* ############################################
	Produkt-Promotion (Inhaltsbereich - Startseite)
############################################ */

div#content ul#produkte-promo {
	clear: both;
	margin: 0 0 0 25px;
}
ul#produkte-promo img {
	margin: 10px 10px 10px 0;
	float: left;
	padding: 0 0 0 5px;
}
div#content ul#produkte-promo li {
	float: left;
	list-style: none;
	width: 310px;
	padding: 0 0px 30px 0;
	margin: 0 10px 10px 0;
	height: 210px;
	position: relative;
/*	background: url(../../images/layout/4/produkte_promo_between.gif) no-repeat bottom left;*/
	border: 1px solid #cdcdcd;
}
div#content ul#produkte-promo h3 {
	font-size: 110%;
	background: url(../../images/layout/4/bg_produkte_promo.gif) repeat-x;
	color: #fff;
	padding: 0 5px;
	height: 56px;
}
div#content ul#produkte-promo a.produktpreis {
	display: none;
	position: absolute;
	bottom: 40px;
	right: 10px;
	width: 130px;
	height: 32px;
	margin: 0 10px 0 0;
	padding: 8px 0 0 0;
	background: url(../../images/layout/4/preis_bg.gif) no-repeat top left;
	font-weight: bold;
	color: #616161;
	text-align: center;
	font-size: 140%;
	color: #FFF;
	text-decoration: none;
}
div#content ul#produkte-promo a.produktpreis:hover {
	background: url(../../images/layout/4/preis_bg.gif) no-repeat bottom left;
}div#content ul#produkte-promo a.order-link {	display: block;	background: url(../../images/layout/4/icon_cart.gif) no-repeat 0 0;	padding: 0 0 0 20px;	margin: 2px 0;}div#content ul#produkte-promo a.order-link:hover {	background: url(../../images/layout/4/icon_cart.gif) no-repeat 0 -34px;}div#content ul#produkte-promo a.produkt-detail {	display: block;	background: url(../../images/layout/4/icon_detail.gif) no-repeat 0 1px;	padding: 0 0 0 20px;}div#content ul#produkte-promo a.produkt-detail:hover {	background: url(../../images/layout/4/icon_detail.gif) no-repeat 0 -34px;}
div#content ul#produkte-promo p {
	margin: 0;
	padding: 0 0 0 5px;
}

div#content ul#produkte-promo input.promo{
	background: url(../../images/layout/4/input_button.gif) no-repeat;
	/*float: right;*/
	width: 78px;
	height: 19px;
	margin: 13px 0 0 65px;
	padding: 0 0 0 0px;
	border: none;
	float: left;
	/*display: block;*/
}

div#content ul#produkte-promo a.link-bestellen {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-weight: bold;
	color: #616161;
	background: url(../../images/layout/4/icon_bestellen.gif) no-repeat center right;
	padding: 2px 25px 2px 25px;
	text-align: right;
	clear: both;
	margin: 0;
	text-decoration: none;
}
div#content ul#produkte-promo a.link-bestellen:hover {
	color: #333;
}
div#content ul#produkte-promo.detail p {
	display: none;
}
div#content ul#produkte-promo.detail li {
	width: 165px;
	height: 180px;
	background: url(../../images/layout/4/produkte_promo_detail_between.gif) no-repeat bottom left;
}
div#content ul#produkte-promo.detail a.produktpreis, div#content ul#produkte-promo.detail img {
	float: none;
}
div#content ul#produkte-promo.detail li a.produktpreis {
	left: 0px;
}
div#content ul#produkte-promo.detail li a.link-bestellen {
	left: 0px;
	padding: 0 25px 0 5px;
	text-align: left;
}

/* ############################################
	Produkt-Promotion (Products On Top)
############################################ */

div#content ul#produkte-promo-klein {
	clear: both;
	margin: 0 0 0 5px;
}
ul#produkte-promo-klein img {
	margin: 10px 10px 10px 0;
	float: left;
	padding: 0 0 0 5px;
}
div#content ul#produkte-promo-klein li {
	float: left;
	list-style: none;
	width: 250px;
	padding: 0 0px 30px 0;
	margin: 0 10px 10px 0;
	height: 190px;
	position: relative;
	border: 1px solid #cdcdcd;
}
div#content ul#produkte-promo-klein h3 {
	font-size: 100%;
	background: url(../../images/layout/4/bg_produkte_promo.gif) repeat-x;
	color: #fff;
	padding: 0 2px;
	height: 56px;
}
div#content ul#produkte-promo-klein a.produktpreis {
	display: none;
	position: absolute;
	bottom: 40px;
	right: 10px;
	width: 130px;
	height: 32px;
	margin: 0 10px 0 0;
	padding: 8px 0 0 0;
	background: url(../../images/layout/4/preis_bg.gif) no-repeat top left;
	font-weight: bold;
	color: #02719f;
	text-align: center;
	font-size: 140%;
	color: #FFF;
	text-decoration: none;
}
div#content ul#produkte-promo-klein a.produktpreis:hover {
	background: url(../../images/layout/4/preis_bg.gif) no-repeat bottom left;
}
div#con
tent ul#produkte-promo-klein a.order-link {
	display: block;
	background: url(../../images/layout/4/icon_cart.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
	margin: 5px 0;
}
div#content ul#produkte-promo-klein a.order-link:hover {	
	background: url(../../images/layout/4/icon_cart.gif) no-repeat 0 -34px;
}

div#content ul#produkte-promo-klein a.produkt-detail {	
	display: block;	
	background: url(../../images/layout/4/icon_detail.gif) no-repeat 0 1px;	
	padding: 0 0 0 20px;
}

div#content ul#produkte-promo-klein a.produkt-detail:hover {	
	background: url(../../images/layout/4/icon_detail.gif) no-repeat 0 -34px;
}

div#content ul#produkte-promo-klein p {
	margin: 0;
	padding: 0 0 0 5px;
}

div#content ul#produkte-promo-klein input.promo{
	background: url(../../images/layout/4/input_button.gif) no-repeat;
	width: 78px;
	height: 19px;
	margin: 13px 0 0 65px;
	padding: 0 0 0 0px;
	border: none;
	float: left;
	/*display: block;*/
}

div#content ul#produkte-promo-klein a.link-bestellen {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-weight: bold;
	color: #02719f;
	background: url(../../images/layout/4/icon_bestellen.gif) no-repeat center right;
	padding: 2px 25px 2px 25px;
	text-align: right;
	clear: both;
	margin: 0;
	text-decoration: none;
}
div#content ul#produkte-promo-klein a.link-bestellen:hover {
	color: #333;
}
div#content ul#produkte-promo-klein.detail p {
	display: none;
}
div#content ul#produkte-promo-klein.detail li {
	width: 165px;
	height: 180px;
	background: url(../../images/layout/4/produkte_promo_detail_between.gif) no-repeat bottom left;
}
div#content ul#produkte-promo-klein.detail a.produktpreis, div#content ul#produkte-promo-klein.detail img {
	float: none;
}
div#content ul#produkte-promo-klein.detail li a.produktpreis {
	left: 0px;
}
div#content ul#produkte-promo-klein.detail li a.link-bestellen {
	left: 0px;
	padding: 0 25px 0 5px;
	text-align: left;
}


/* ############################################
	Produkt-Promotionen (Sidebar)
############################################ */

div#sidebar ul.sidebar-promo a {
	display: block;
	padding: 5px 10px 5px 60px;
	color: #333;
	text-decoration: none;
}
div#sidebar ul.sidebar-promo a.order-link {
	padding: 7px 0 0 60px;
	margin: 0 0 10px 0;
	height: 28px;
	color: #FFF;
	background: url(../../images/layout/4/button_warenkorb_klein.gif) no-repeat 10px 0 #F5F5F5;
}
div#sidebar ul.sidebar-promo a.order-link:hover {
	color: #FFF;
	background: url(../../images/layout/4/button_warenkorb_klein.gif) no-repeat 10px -50px #F5F5F5;
}
div#sidebar ul.sidebar-promo a.shipping-link {
	padding: 5px 0 5px 60px;
	background: url(../../images/layout/4/icon_shipping.gif) no-repeat 35px 8px;
}
div#sidebar ul.sidebar-promo a.shipping-link:hover {
	background: url(../../images/layout/4/icon_shipping.gif) no-repeat 35px -20px #FFF;
}
div#sidebar ul.sidebar-promo a:hover {
	background-color: #FFF;
	color: #616161;
}
div#sidebar ul.sidebar-promo a:hover img {
	border: 1px solid #616161;
}
div#sidebar ul.sidebar-promo strong {
	display: block;
	font-size: 140%;
}
div#sidebar ul.sidebar-promo img {
	float: left;
	border: 1px solid #CCC;
	margin: 2px 0 0 -50px;
	width: 40px;
	height: 40px;
}


/* ############################################
	Warenkorb (Sidebar)
############################################ */

a#shopping-cart {
	display: block;
	padding: 10px 50px 25px 10px;
	color: #FFF;
	text-decoration: none;
	background: url(../../images/layout/4/background_warenkorb.jpg) 0 0 #444;
	margin: -6px 0 0 0;
}
a#shopping-cart:hover {
	background: url(../../images/layout/4/background_warenkorb.jpg) 0 250px #444;
}
a#shopping-cart span {
	display: block;
	margin: 10px 0 0 0;
	color: #FFF;
	text-decoration: underline;
}
a#shopping-cart:hover span {
	text-decoration: none;
	color: #FFF;
}
</pre></body></html>