#content ul li {
	float:none;
}

/*ACCORDION*/

#accordion_bg {
	background: transparent url(images/unterleger_faq.png) repeat-y;
	width: 450px;
	height: 100%;
	overflow: visible;
	position: fixed;
	z-index: -1;
}

#basic-accordian {
	height:336px;
	overflow: visible;
	z-index: 31;
	margin-left:-10px;
}

.accordion_headings {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #eb570b;
	text-decoration: none;
	cursor:pointer;
}

.accordion_headings:hover{
 	color: #aeaeae;
	text-docoration: none;	
}

.accordion_subhead {
	font-weight: regular;
	margin-left:10px;
	font-size: 11px;
	line-height:20px;
	text-align: left;
	color: #eb570b;
	list-style-type: none;
	text-decoration: none;
	cursor:pointer;
}

.accordion_subhead:hover {
	color: #aeaeae;
	text-docoration: none;	
}

.accordion_child {
	height: 100%;
	width: 475px;
	text-align:left;
	line-height:15px;
	list-style: disc outside none;
	float:left;
}

.header_highlight{
}

.header {
	cursor: pointer;
}

.header:hover{
}
.selected{
	background: transparent;
	color:#FFF;
}

.content{
	padding:0px;
}



