/* LEFT */
div.textblock_lefttop{
	display: none;
	position: relative;
	width: 141px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 16px;
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #ffffff; 
	background-color: #6e1f72;
	border: none; 
	line-height: 1.4;
	z-index:2;
}
div.textblock_lefttop A{ 
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #ffffff;
	text-decoration: underline;
	z-index:2;
}
div.textblock_lefttop A:hover{ 
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #ffffff;
	text-decoration: none;
}

#textblock_leftbottom{
	display: block;
	position:absolute;
	/* top wordt bepaald door javascript */
	width: 141px;
	padding-bottom: 14px;
	margin-top: 15px;	/*moet margin opgeven zodat automatisch afstand ontstaat met element erboven */
	margin-left: 16px;
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #ffffff; 
	border: none; 
	line-height: 1.4;
	z-index:1; /* z-index allemaal gelijk behalve tekstblok dat onderaan uitlijnd : firefox gaat goed en explorer verschuift wel over element erboven als je niet refresht. oplossing z-index lager en loopt dus onder element erboven */
}
