/* Warenkorb */

#warenkorb {
	background-color:#769F99; 
	border-bottom:1px solid #32524E; 
	padding-bottom:5px; 
	margin-bottom:10px; 
	color:#fff;
	}
#warenkorb_erste_zeile {
	background-image:url(images_global/warenkorb_66.gif); 
	background-repeat:repeat-x; 
	margin-bottom:5px;
	}
#warenkorb_header {
	background-image: url(images_global/warenkorb_65.gif); 
	background-repeat:no-repeat; 
	height:20px; 
	padding:4px 0 0 20px;
	}
	
	#warenkorb_header a {
		font-size:12px;
		color:#ffffff;
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}
	#warenkorb_header a:hover {
		font-size:12px;
		color:#000;
		}

#warenkorb_ausgabe {
	background-color:#8BADA8; 
	border-top: 1px solid #D8E2E1; 
	border-bottom:1px solid #4B7A73; 
	margin:5px 0 5px 0; 
	padding:5px 5px 5px 8px;
	}