body {
	font-family: arial;
	font-size: 12px;
	color: #2e1d86;
}

textarea {
	border: 1px solid #000000;
	background-color: #ffffff;
}

#aantal {
	font-weight: bold;
}

.VAvA_question{	
    /* Styling question */
	
	/* Start layout CSS */
	height:20px;
	/*width:535px;*/

	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;

}
.VAvA_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #2e1d86;
	/*width:535px;*/
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	/*width:535px;*/
	overflow:hidden;
	position:relative;
}

.VAvA_answer_content{	/* Content that is slided down */
	/*width:535px;*/
	padding:5px;
	position:relative;
	background-color: #eaf1fa;
}

/* links in content*/


