@charset "iso-8859-2";
/* CSS Document */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FF0;
	font-size:16px;
	background-color:#900;
	width:400px;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:20px;



	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question:hover{
	color:#FFF;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#FFF;
	width:600px;
	color:#000;
	padding-left:0px;
	padding-right:10px;

	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:14px;
	position:relative;
}
.vendeghaz_szoveg{
	float:left;
	width:200px;
}
img.vendeghaz_kep{
	float:left;
	height:100px;
	width:133px;
	border:none;
	margin-right:10px;
	margin-bottom:60px;
}