#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	width: 250px;
	text-align: left;
}

	#tooltip h3 {
		font-family:Arial;
		font-size:14px;
		text-align:center;
		margin:0;
		margin-bottom:10px;
	}
	
	#toptooltip{
		background-image:url('../img/tooltip_top.png');
		width:250px;
		height:20px; 
		behavior:url('http://www.sportbedrijfamstelveen.nl/nieuw/js/iepngfix.htc');
	}
	#midtooltip{
		background-image:url('../img/tooltip_middle.png');
		background-repeat:repeat;
		width:250px;
		behavior:url('http://www.sportbedrijfamstelveen.nl/nieuw/js/iepngfix.htc');
	}
	
		#contenttooltip{
			font-family:Verdana;
			font-size:12px;
			width:200px;
			padding-left:30px;
		}
	
	#bottomtooltip{
		background-image:url('../img/tooltip_bottom.png');	
		height:20px;
		width:250px;
		behavior:url('http://www.sportbedrijfamstelveen.nl/nieuw/iepngfix.htc');
	}