

.dhtmlgoodies_question{	/* Styling question */
	cursor:pointer;
	color:#333333;
	font-weight:100;
	/*font-size:12pt;*/
	line-height:16pt;
	padding-left:25px;
	background-image:url("images/pfeil.gif");
	background-repeat:no-repeat;
	/*border-bottom:dotted 1px gray;*/
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;


}
.dhtmlgoodies_answer_content{	/* Content that is slided down */	
	position:relative;
	line-height:14pt;
}