/* @override http://localhost:8888/mbb/_css/shop.css */

p.hinweis {
	color: #cf0035;
	border-style: solid;
	padding: 5px;
	border-width: 1px;
}

img.shop_bild {
	border: 1px solid #000;
	width: 150px;	
}

.shop_artikel{
	margin: 5px;
}
.shop_text{
	margin-left: 0.5em;
}

.anzahl {
	width: 150px;
}

.bestellung {
	margin-left: 65px;
}

p,h1,h2 {

}

.versteckt {
	display: none;
	border: 1px dotted white;
}

a.shopkasse{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background-color: #cf0035;
	color: #ffffff;
	width: 97%;
	margin-top: 7px;
	font-size: 0.9em;
	padding: 2px;
}

.shopbutton {
	background-color: #cf0035;
	font-weight: bold;
	color: #ffffff;
	border: 1px outset #ffffff;
	font-size: 0.8em;
	cursor: pointer;
	
}

.shopbutton:hover {
	border-style: inset;
	background-color: #373739;
	cursor: pointer;
}

ol.shopablauf{
	font-size: 0.9em;
}
ol.shopablauf li{
	font-weight: bold;
}
ul.shopablauf li{
	font-weight: normal;
}
ul.shopablauf{
	margin:0px; 
	padding:0px; 
	padding-left: 1em;	
	list-style-type: disc;
}
.shopablauf_aktiv{
	color: #373739;
}
.shopablauf_aktiv:before{
		content: url(../_images/dreieck_weiss_links.gif);
        width: 5px;
        height: 11px;
        margin-right: 10px;
        float: right;
}
.shopablauf_erledigt:before{
		content: url(../_images/haken_16x16.gif);
        width: 16px;
        height: 16px;
        margin-right: 5px;
        float: right;
}
.warengruppe{
	border: 1px dotted;
	padding: 3px;
	margin-top: 2px;
}
.warenkorb{
	font-size: 0.85em;
}
