/* ------------------------------------- faq UEBERSICHT --- */

#suche {
	border:1px solid #b4b4b4;
	background-color:#ebebec;
	padding:7px 7px 14px 7px;
}

#suche fieldset {border:0 none;}

#suche label {display:none;}

#suche p {margin:0; padding:0;}

#suche form {margin:7px 0 0 0;}

#suche form input {
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
	width:392px;
	padding:1px 0 0 4px;
}

#suche form input.button {
	background-color:#ebebec;
	border:0;
	color:#006; font-weight:bold;
	background:url(../pix/button_pfeile.gif) no-repeat left center;
	width:60px;
	padding:0 0 0 10px; margin: 0 0 0 4px;
}

#alle_faq {
	text-align:right;
	margin:18px 8px 0 0;
}

#alle_faq a {text-decoration:none;}

#faq .abstand_faq {height:21px;}

#faq .border {
	border-top:1px solid #b4b4b4;
	margin:6px 0 0 0;
}

#faq ul {
	list-style-type:none;
	margin:0; padding:0;
}

#faq ul li {
	background:url(../pix/link_pfeil.gif) no-repeat left 5px;
	padding:0 0 0 8px;
	margin:0 0 5px 27px;
}

#faq h3 {
	color:#006; font-size:12px;
	cursor:pointer;
	padding:6px 8px 7px 8px; margin:0;
}

#faq .faq_thema {background:#fff url(../pix/faq_bg_verlauf.gif) no-repeat left bottom;}

*html #faq .faq_thema {position:relative;}
*html #faq .faq_thema .closed {height:28px;}
*html #faq .faq_thema .open {height:28px;}

#faq .faq_thema .closed h3 {
	background:url(../pix/faq_pfeil_passiv.gif) no-repeat left 9px;
	padding:6px 0 7px 19px; margin: 0 0 0 8px;
	min-height:16px;
}

#faq .faq_thema .open h3 {
	background:url(../pix/faq_pfeil_aktiv.gif) no-repeat left 9px;
	padding:6px 0 7px 19px; margin: 0 0 0 8px;
}

#faq .faq_thema .closed h3 a,
#faq .faq_thema .open h3 a {text-decoration:none;}

#faq .fragen {padding: 0 0 9px 0; height:100%;}

/* ------------------------------------- faq DETAIL --- */
#faq_navigation {margin:0 0 21px 0;}

#faq_navigation #vorherige {
	padding:9px 0 9px 8px;
	float:left;
	border-right:1px solid #fff;
	width:140px;
	background-color:#ebebec;
}

#faq_navigation #vorherige a {
	background:url(../pix/faq_navigation_vorherige.gif) no-repeat left center;
	padding:3px 0 3px 28px;
	text-decoration:none;	
}

*html #faq_navigation #vorherige a {background:url(../pix/faq_navigation_vorherige_ie6.gif) no-repeat left center;}

#faq_navigation #naechste {
	padding:9px 8px 9px 0;
	float:left;
	border-left:1px solid #fff;
	width:140px;
	background-color:#ebebec;
	text-align: right;
}

#faq_navigation #naechste a {
	background:url(../pix/faq_navigation_naechste.gif) no-repeat right center;
	padding:3px 28px 3px 0;
	text-decoration:none;
}

*html #faq_navigation #naechste a {background:url(../pix/faq_navigation_naechste_ie6.gif) no-repeat right center;}

#faq_navigation #uebersicht {
	float:left;
	text-align: center;
	width:318px;
	padding:9px 0 9px 0;
	background-color:#ebebec;
}

#faq_navigation #uebersicht a {
	background:url() no-repeat left center;
	background:url(../pix/link_pfeil.gif) no-repeat left 6px;
	padding:0 0 0 8px;
	text-decoration:none;
}

/* absatz mit fussnoten */
#content .absatz_fussnote {margin:21px 8px 0 8px;}

