.trigger 
 {
	background-color:#FFFFFF;
	font-weight:normal;
	border-top:1px solid #d5d4da;
	color:#000000;
	cursor:pointer;
	margin-bottom:12px;
	padding:5px 5px;
	width:490px;
	background: url(../images/pfeil-passiv.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
}

.trigger_active 
{
	color:#b1957d;
	background: url(../images/pfeil-aktiv.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
}

.trigger_active a.txtgraurot {
	color:#b1957d;
}


a.txtgraurot, a.txtgraurot:link, a.txtgraurot:visited, a.txtgraurot:active, a.txtgraurot:focus
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
color:#b1957d;
font-size:13px;
text-decoration:none;
}

a.txtgraurot:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
color:#866c43;
font-size:13px;
text-decoration:none;
}


.toggle_container {
	padding:5px 10px;
}

.toggle_container_ende {
	border-top:1px solid #d5d4da;
}