.accordion-container{
  clear: both;
}
.accordion_headers{
	padding-top: 2px;
	padding-left: 18px;
	height: 19px;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 12px;
	color: #DBE2EE;
	line-height: 15px;
	background-color: #6F89B5;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #2B3C57;
	
}
.accordion_header_highlight, .accordion_headers:hover{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #A3A8CB;/*#BFBDE1;#859CC2;
	background: url(../img/bg8.gif);*/
}
.accordion_headers:hover{
	cursor:pointer;
}
.accordion_content{
	/*background: url(../img/bg_content_verlauf_m.jpg);*/
	background-color: #405D90;
}
.accordion_child{
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	padding:18px;
}
.accordion-head{
	float:left;
}
.accordion-content-menu{
	clear: both;
	padding-right: 10px;
	padding-top: 5px;
	float: right;
}
.accordion-content-left, .accordion-header-left{
	width: 226px;
	float: left;	
}
.accordion-content-right, .accordion-header-right{
	width: 282px;
	float: right;
}
.accordion_foot{
	border-bottom: 1px dotted #2B3C57;
	height: 9px;
	background-color: #7791BB;
	border-top: 1px dotted #fff;
}


