/*Onlineshop*/

/*Artikelansicht*/
.inhalt-onlineshop-artikel {clear:both;}
.inhalt-onlineshop-artikel-kaufpreis {
	font-weight:bold;
	margin-bottom:1em;}
.inhalt-onlineshop-artikel-kaufauswahl {
	margin-bottom:1em;}
.inhalt-onlineshop-artikel-kaufauswahl label {
	margin-left:5px;}
.inhalt-onlineshop-artikel-kaufanzahl {
	text-align:center;
	border:solid 1px #fc2;
	width:2em;}
.inhalt-onlineshop-artikel-kaufbutton {
	margin-left:10px;
	background-color:#fc2;}
.inhalt-onlineshop-artikel-kaufhinweis {
	font-size:1.1em;
	color:#fc2;
	font-weight:bold;}
.inhalt-onlineshop-artikel-kurztext-link {
	clear:both;
	float:right;}
.inhalt-onlineshop-artikel-kaufbutton {
	width:15em;}


/*Warenkorb*/
#inhalt-warenkorb-absenden-erfolgreich {
	font-size:1.1em;
	color:#fc2;
	font-weight:bold;}
#inhalt-onlineshop-warenkorb {
	clear:both;}
#inhalt-onlineshop-warenkorb-leeren {
	float:right;}
#inhalt-onlineshop-warenkorb table {
	border:1px solid #fc2;
	border-collapse:collapse;
	table-layout:fixed;}
#inhalt-onlineshop-warenkorb td {
	border:1px solid #fc2;}
#inhalt-onlineshop-warenkorb th {
	border:1px solid #fc2;
	font-weight:normal;}
.inhalt-onlineshop-warenkorb-zelle-rechbuendig {
	text-align:right;}
.inhalt-onlineshop-warenkorb-aendernbutton {
	background-color:#fc2;
	margin-top:1em;}
.inhalt-onlineshop-warenkorb-aendernanzahl {
	text-align:center;
	border:solid 1px #fc2;
	width:2em;}	
	
/*Bestelldaten*/
.inhalt-onlineshop-warenkorb-datenzeile {
	padding:0.5em 0;
	clear:both;
	width:25em;}
.inhalt-onlineshop-warenkorb-datenzeile label {
	float:left;
	width:9em;}
.inhalt-onlineshop-warenkorb-datenzeile input {
	float:left;
	border:1px solid #fc2;
	width:200px;}
.inhalt-onlineshop-warenkorb-datenzeile textarea {
	float:left;
	border:1px solid #fc2;
	width:200px;
	height:100px;}
.inhalt-onlineshop-warenkorb-datenzeile-checkbox input {
	border:none;
	float:left;}
#inhalt-onlineshop-warenkorb-bestellenbutton {
	clear:both;
	padding-top:1em;}
#inhalt-onlineshop-warenkorb-bestellenbutton input {
	background-color:#fc2;}
#inhalt-onlineshop-warenkorb-eingabefehler {
	color:#f88!important;
	font-weight:bold;}
#inhalt-onlineshop-warenkorb-plzfehler {font-weight:bold;}
.inhalt-onlineshop-warenkorb-feldfehler {
	background-color:#f88;}

/*Warenkorb klein*/
#inhalt-onlineshop-warenkorb-klein {
	overflow:hidden;}
#inhalt-onlineshop-warenkorb-klein ol li {
	margin-left:2.3em;}
#inhalt-onlineshop-warenkorb-kleintitel {
	margin-top:0!important;
	font-size:1.2em;
	border-bottom:1px solid #fc2;}
#inhalt-onlineshop-warenkorb-kleinbestellungen, #inhalt-onlineshop-warenkorb-kleinanfrage {
	font-weight:bold;}
#inhalt-onlineshop-warenkorb-kleinleeren {
	border-top:1px solid #fc2;}
#inhalt-onlineshop-warenkorb-kleinlink {
	float:right;
	text-align:right;
	width:6em;}
