/*
 * Shop Menu
 */
#shopmenu{
	vertical-align:top;
	font-size:12px;
	width:140px;
}

#shopmenu li{
	border-bottom:1px dashed #B0AEB4;
	padding-left:20px;
	line-height:20px;
}

#shopmenu li li{
	padding-left:5px;
}

#shopmenu a{
	color:#000;
	text-decoration:none;
}

#shopmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position:outside;
}



#shopmenu ul ul{
	margin-left:12px;
	padding: 0px;
	list-style-image:url('../images/pfeil.gif');
}

/*
 * Shop �bersicht
 */
.shopcontent{
	width:100%;
}
#uebersicht{
	vertical-align:top;
	padding-left:30px;
}

.item_detail{
	margin-bottom:30px;
	clear:right;
}

.item_detail_head{
	background-color:#71CFF3;
	color:#FFF;
	font-size:11px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	font-weight:bold;
}

.item_detail_main{
	background-color:#EEEEE8;
	width:100%;
	margin-top:3px;
}

.item_detail_img{
	padding:1px 3px;
	vertical-align:top;
}

.item_detail_img img{
	/*margin-bottom:2px;*/
}

.item_detail_con{
	padding:1px 3px;
	vertical-align:top;
	width:100%;
}

.item_detail_preis_box{
	vertical-align:bottom;
}

.item_detail_preis{
	padding:2px 8px;
	background-color:#FFF;
	font-size:11px;
	line-height:14px;
	width:100px;
}

.item_detail_preis b{
	font-size:12px;
}


.item_detail .anzahl {
	padding:0px 3px;
	background-color:#FFF;
	font-size:11px;
	height:22px;
	width:70px;
	float:right;
}

.anzahl input{
	border:1px solid #000;
	width:30px;
	text-align:right;
	height:18px;
}

.item_detail .Warenkorb{
	float:right;
	border:0px;
	padding:0px;
	margin:0px;
	width:116px;
	height:22px;

	background-color:#898D91;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}


/*#######################################################*/
/*## Warenkorb ##########################################*/
/*#######################################################*/
#warenkorb_box a{
	text-decoration:none;
	color:#000;
}

#warenkorb_box{
	margin-top:30px;
	background:#FFFFFF;
	border:1px solid #71CFF3;
	padding:0px 3px;
	width:130px;
}

#warenkorb_box .artikel{
	font-weight:bold;
	color:#71CFF3;
}

#warenkorb_box .zusatz{
	font-size:11px;
}



/*#######################################################*/
/*## Warenkorb Details ##################################*/
/*#######################################################*/
.content_warenkorb{
	border:1px solid #B9BABD;
	padding:2px;
}

.content_warenkorb table{
	width:100%
}

.content_warenkorb thead td{
	background-color:#71CFF3;
	border-bottom:1px solid #FFF;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.content_warenkorb tbody td{
	vertical-align:top;
	border-bottom:2px solid #FFF;
}

.content_warenkorb tfoot td{
	vertical-align:top;
	text-align:right;
	border-top:2px solid #71CFF3;
}

.content_warenkorb .col0{
	width:100px;
}

.content_warenkorb .col1{
	width:45px;
}

.content_warenkorb .anzahl_in{
	border:1px solid #000;
	height:22px;
	text-align:right;
	width:40px;
}

.content_warenkorb .desc{
	text-align:left;
	margin:0px 5px;
}

/*#######################################################*/
/*## Warenkorb Summe ####################################*/
/*#######################################################*/
.content_warenkorb_sum{
	padding:3px;
}

.content_warenkorb_sum table{
	width:100%;
}

.gesamt{
	text-align:right;
}

.content_warenkorb_sum input{
	border:none;
	background:#878B90;
	color:#FFF;
	font-weight:bold;
}


/*#######################################################*/
/*## Warenkorb Bestellen ################################*/
/*#######################################################*/
#order_warenkorb{
	border:0px;
}

#order_warenkorb td{
	vertical-align:top;
	text-align:left;
}

#order_warenkorb label{
	clear:both;
	display:block;
	float:left;
	width:65px;
	line-height:20px;
}

#order_warenkorb input{
	border:1px solid #000;
	margin-bottom:2px;
	width:175px;
	float:left;
}

#order_warenkorb #zip{
	width:45px;
	margin-right:5px;
}

#order_warenkorb #city{
	width:125px;
	margin-bottom:20px;
}

#order_warenkorb #phone{
	margin-bottom:20px;
}

#order_warenkorb #KdNr{
	margin-bottom:20px;
}

#order_items{
	clear:both;
	margin-bottom:20px;
}

#order_items .col1{
	width:30px;
}

#order_items thead td{
	background-color:#878B90;
	text-align:left;
}

#order_items{
	width:290px;
	margin-top:10px;
}

#order_warenkorb #agb,
#order_warenkorb #daten{
	width:30px;
	border:0px;
	clear:both;
}

#checkboxes{
	line-height:20px;
}

#bestellen,
#order_warenkorb #bestellen{
	margin-top:5px;
	background:#878B90;
	color:#FFF;
	border:1px solid #878B90;
	width:80px;
	font-weight:bold;
	margin-left:60px;
}

#checkboxes #bestellen{
	border:none;
	width:90px;
}
