
.vraag {
	width:280px;
	font-family: Verdana;
	font-size:10pt;	
	color:#000000;
	background-color:#C8DCEC;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;	
	height:20px;
	overflow:hidden;
	cursor:pointer; }
	
.antwoord {
	position:relative;
	width:280px;
	border:1px solid #960;
	background-color:#C8DCEC;
	visibility:hidden;
	height:0px;
	overflow:hidden; }
	
.antwoordInhoud {	
	position:relative;
	font-family: Verdana;
	font-size:10pt;	
	padding:2px; }