/**
 * Style sheet accordeon
 */
#haendler-plz-0 .subcr, #haendler-plz-1 .subcr, #haendler-plz-2 .subcr, #haendler-plz-3 .subcr, #haendler-plz-4 .subcr, #haendler-plz-5 .subcr, #haendler-plz-6 .subcr, #haendler-plz-7 .subcr, #haendler-plz-8 .subcr, #haendler-plz-9 .subcr
{
	margin-top:50px;
}

.ce_accordion
{
	width:500px;
	margin-top:5px;
	margin-left:0px;
	padding:0px;
}

.ce_accordion_text
{
	width:200px;
	padding:0px;
}

.ce_accordion a
{
	color:#ee7f00;
}

.toggler
{
	width:250px;
	height:15px;
	margin-bottom:5px;
	padding-bottom:4px;
	padding-left:5px;
	text-align:left;
	vertical-align:middle;
	background-image:url("tl_files/img/bg_whitetrans.png");
	background-position:left top;
	border:1px solid #666666;
	cursor: pointer;
}

.accordion
{
	width:300px;
	float:left;
	padding:5px 0px 5px 25px;
}

#faq .ce_accordion
{
	width:700px;
	margin-top:5px;
	margin-left:0px;
	padding:0px;
}

#faq .accordion
{
	width:600px;
	float:left;
	padding:5px 0px 5px 25px;
}

#faq .toggler
{
	width:650px;
	height:15px;
	margin-bottom:5px;
	padding-bottom:4px;
	padding-left:5px;
	text-align:left;
	vertical-align:middle;
	background-image:url("tl_files/img/bg_whitetrans.png");
	background-position:left top;
	border:1px solid #666666;
	cursor: pointer;
}

