*html .content{
 width: 100%;
 border-left: 6px solid #fff;
 border-right: 6px solid #fff;
}
.contentTitle{
 padding: 2px;
 font-size: 11px;
 font-weight: bold;
 background-color: #b4b4b4;
}
/*
.contentPreTitle{
 font-size: 10px;
 font-weight: bold;
 background-color: #b4b4b4;
}
*/
.contentText{
 padding: 3px;
 border-left: 2px solid #b4b4b4;
 border-right: 2px solid #b4b4b4;
}

*html .contentText{
 width: 100%;
}
.contentFoot{
 height: 2px;
 font-size: 2px;
 background-color: #b4b4b4;
}


div.faq-suche {
	verttical-align:middle;
	line-height:40px;
	height:40px;
}
* html div.faq-suche img { /* ie replaced element fix */
	margin:13px 0;
	vertical-align:middle;
}
* html div.faq-suche input { /* ie replaced element fix */
	margin:10px 0;
	vertical-align:middle;
}
div.faq-daten {
	margin-top:20px;
}
div.faq-titel {
	font-weight:bold;
}
div.faq-frage, div.faq-antwort {
	padding:1px;
}
div.faq-frage {
	background-color: #b4b4b4;	
	font-weight:bold;
}
div.faq-antwort {
	background-color: #e5e5e5;
	margin-bottom:18px;	
}
span.marker {
	background-color:#ff0;
}