.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#ffffff;
	width:208px;
	height:35px;
	font-size: 18px;
	background-color: #9ac204;
	background-image: url(img/sponsoren-heading.png);
	margin-bottom: 2px;
	padding-left: 40px;
	padding-top: 10px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#ffffff;
	width:248px;
	line-height: 24px;
	
	/* End layout CSS */
	
	visibility:hidden;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
