

div#citaten {
	position:			relative;
	top:				50px;
	left:				100px;
	width:				400px;
	height:				auto;
	
	
}

div#flashCon {
	position:			absolute;
	top:				0;
	left:				0;
	width:				100%;
	height:				100%;
	overflow:			hidden;
	
	z-index:			1;
}

div#innerContainer {
	z-index:			2;
	/*display:			none;*/
	background-color:	transparent;
}

div#citaten div {
	display:none;
	font-size:			16px;
	font-weight:		bold;
	line-height:		1.7em;	
}

 .licht {
	color:				#fff;
}
 .donker {
	color:				#000;
}



