/* Box Zahlungsarten */
.box_left{
	
	width: 180px;
	background-color: #F9F9F9;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box_left .box_left_header{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	/*background-color: #F18E00;*/
	background-color:#000000;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
.box_left ul{ /*CSS for UL of each sub menu*/
	list-style-type: disc;
	margin-bottom: 8px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.box_left  ul  li {
	color: #A70303; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	padding-right: 10;
	padding-left: 10px;
}
.box_left a:hover{ /*hover state CSS*/
	color:#FF0000;
}
.box_left_header a{
	color: #FFFFFF;
}