ul#faqliste {
	display:block;
	margin-right:30px;
}

ul#faqliste li {
	width:95%;
	padding:5px;
	padding-right:8px;
}

ul#faqliste a:link {
	color: #2C51BE;
	text-decoration:none;
    font-weight:bold;
}

ul#faqliste a:visited {
	color: #2C51BE;
	text-decoration:none;
    font-weight:bold;
}

ul#faqliste a:hover { 
	color: #FF7100;
	text-decoration: none;
    font-weight:bold;
}

ul#faqliste li.faqfrage a { 
	background-color:#ff7100;
	color:#ffffff;
}

.faqtext {
	background-color:#fff8f2; /*#FFe6b4;*/
	margin-bottom:15px;
	border-left:solid;
	border-left-width:3px;
	border-left-color:#ff7100;
	border-bottom-right-radius:20px;
}
	
.faqfrage {
	background-color:#ff7100;
	margin-top:15px;
	color:#ffffff;
	border-left:solid;
	border-left-width:3px;
	border-left-color:#ff7100;
}
