/* de tooltip css */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}
#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #000000;
	left:30px; /* Links ervan zou -300px zijn, maar nu zweeft hij rechts ervan */
	top:16px;
	position:absolute;
	width:225px;
	height:auto;
	font-size:12px;
	overflow:hidden;
	z-index:1000001;
	background: #FAFCFC;
	color: #000000;
}
#ajax_tooltipObj #titel {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-indent: 15px;
	height: auto;
	width: 100%;
	background: url('http://webscripters.be/images/webscripters/images/menubalklang.gif') #FFA73D;
}
#ajax_tooltipObj #content {
	padding: 5px;
	height: auto;
	width: 100%;
}