/* RIGHT */
div.textblock_right{
	/* display: block;
	position:absolute; */
	float: left;
	width: 140px;
	padding-top: 22px;
	padding-left: 16px;	
	margin-bottom: 14px;
	
	color: #000000; 
	background-color: #b2d4e9;

	font-family: Tahoma; 
	font-weight: normal;
	font-size: 10pt; 

	text-alignment: left;
	text-decoration: none;
	white-space: nowrap;	
	line-height: 1.4;
	z-index: 2;
	border: #ff0000 solid 0px;
	
}
div.textblock_right hr{
	width: 140px;
	border: 1px solid #6e1f72; 
	margin-top: 10px;
	margin-bottom: 10px;
}


#textblock_rightbottom{
	display: block;
	position:absolute;
	/* top wordt bepaald door javascript */
	
	width: 140px;
	padding-top: 1px;
	margin-top:6px;
	margin-bottom: 30px;
	padding-left: 16px;	
	color: #000000; 
	background-color: #b2d4e9;
	font-family: Tahoma; 
	font-weight: normal;
	font-size: 10pt; 
	text-alignment: left;
	text-decoration: none;
	white-space: nowrap;	
	line-height: 1.4;
	border: #000000 solid 0px;
	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 */
}

div.poweredby A{
	color: #6e1f72;
	padding-top: 1px;	/* margin -> Firefox bug */ 
	
	font-family: Tahoma; 
	font-weight: normal;
	font-size: 8pt; 

	/*text-indent: 16px;*/
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.4;
	border: none;
	z-index: 2;
}
div.poweredby A:hover{
	font-family: Tahoma;
	font-size: 8pt; 
	text-decoration: underline;
}
