/*--------------------------------------------------------------------------
 +	project: ConCardis Relaunch 2007
 +	created: 2007-10-15
 +	last changed: 2007-10-15
 +	author: Florian Ludwig
 ---------------------------------------------------------------------------*/

#content div.faq-header {
	background-color: #fbf0bc;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-right: 8px;
	padding: 4px 8px;
}

#content div.faq-header p {
	margin: 0;
	padding: 0;
}

#content dl.faq {
	margin-right: 8px;
}

#content dl.faq dt {
	margin-bottom: 8px;
}

#content dl.faq dt a,
#content dl.faq dt a:link,
#content dl.faq dt a:visited {
	background: transparent url(../../images/global/btn_pfeile_doppelt_weiss_orange.gif) 0 1px no-repeat;
	font-weight: bold;
	padding-left: 22px;
	cursor: pointer;
}

#content dl.faq dt a:hover,
#content dl.faq dt a:focus,
#content dl.faq dt a:active {
	background-image: url(../../images/global/btn_pfeile_doppelt_weiss_brombeer.gif);
}

#content dl.faq dt.aktiv a,
#content dl.faq dt.aktiv a:link,
#content dl.faq dt.aktiv a:visited,
#content dl.faq dt.aktiv a:hover,
#content dl.faq dt.aktiv a:focus,
#content dl.faq dt.aktiv a:active {
	background-image: url(../../images/global/btn_pfeile_doppelt_weiss_brombeer.gif);
	color: #9b1259;
}

#content dl.faq dd {
	display: none;
	margin-bottom: 8px;
	margin-left: 22px;
}