h3.accordion {
	padding: 5px 0px 5px 20px;
	background: transparent url(../img/pfeil_rechts_gruen.png) no-repeat left center;
	cursor: pointer;
	
	font-size:12px;
}
h3.toggleactive {
	color: #EF8D0A;
	background-image: url(../../img/famfamfam/pfeil_rechts_orange.png);
	cursor: text;
}
div.elementactive {
	margin-bottom: 1em;
	margin-top: .25em;
}