div.faq {
	padding-bottom: 15px;
}

div.faq dl {}

div.faq dt {
	display: block;
	float: left;
	clear: left;
	
	padding: 5px;
	margin-right: 10px;
	font-size: 175%;
	font-style: italic;
}

div.faq dd {
	font-weight: bold;
}

div.faq div.antwort {
	clear: both;
}

div.faq p {
	clear: both;
	padding-top: 10px;
}

div.faq_trenner {
	background: url(../_pics/inhalt_trenner.gif) repeat-x 0 10px;
	padding: 15px 0;
}

