/*Style für Shop*/
.rabattpreis{
	color: #cc0000;
}

.suchfeld{
	height: 20px;border:1px solid #080808;margin-top:-15px;text-align:right;visibility: hidden
}
.form_auswahl{
    background-color: #F7F4EA;font-size:80%;
}
a.detailsuche{
	font-size:70%;text-decoration:none;
}
.shopmessage{
    color:#ff0000;text-align:center;width: 650px;
	margin-top:0px;
	padding-left:60px;position: relative;
}

/* Shop Artikelanzeige*/

div#artikeldetails {
	width:700px;
	border:1px solid #D4BFA2;margin:5px;
    background-color:#F7F4EA; font-size:90%;
}

div#artikeldaten {
	border:1px solid #D4BFA2;margin:5px;padding-top:3px;
    background-color:#F7F4EA; font-size:90%;
}
.artikelfeld{
	float:left;
	width:330px;height:130px;
	margin:15;
	padding:15;
	border:10px solid #ffffff;
	margin-left:0px;
}
.shopinfo{
	text-align:center;
	width:100%;
	font-size:90%;
	margin-top:20px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;
}
/* Artikel Detailansicht*/

div#detailbild {
    width:362px;
    float:left;
    line-height:18px;
    text-align:center;
}
div#detaildaten {
    width:340px;
    float:left;
    border:1px solid #cccccc;
    background-color:#efefef;
    padding:10px;
}
.orderbutton{/* Schaltfläche Bestellen*/
    font-size:95%;
    color: #F7F4EA;
    border: solid 1px #D4BFA2;
    background-color: #F7F4EA;
background: url('bilder/logo/basket.jpg') no-repeat;
padding-left:20px;



}
a.bild_in_basket{/* Link zur Bildanzeige im Warenkorb*/
	alt-color: #339933;
	alt-text-decoration:none;
}
a.details{/* Link zur Detailsansicht*/
	alt-color: #339933;
	alt-text-decoration:none;
	padding-left:10px;
	background: url('bilder/logo/pfeil.png') no-repeat;
}
a.zur_kasse{/* Link zur Kasse*/
	alt-color: #339933;
	alt-text-decoration:none;
	padding-left:10px;
	background: url('bilder/logo/pfeil.png') no-repeat;
}
a.ende_detail{/* zurück von der Detailsansicht*/
	alt-color: #339933;
	alt-text-decoration:none;
	padding-left:12px;
	background: url('bilder/logo/zuruck.png') no-repeat;
}
.step_aktiv{/* Arbeitsschritte bei bestellung*/
	font-weight:bold;color:#800000;
}
.step_passiv{/* Arbeitsschritte bei bestellung*/
	font-weight:bold;color:#dddddd;
}
.wo_bin_ich{
	font-weight:bold;color:#800000;
}
a.basketbutton{/* zurück im Warenkorb*/
	alt-color: #800000;
	alt-text-decoration:none;
	padding-left:12px;
	background: url('bilder/logo/zuruck.png') no-repeat;
}