/* 
	jQuery tooltipp
*/


$(document).ready(function(){
	$('.hilfe').cluetip({
	width:200,
	splitTitle: '|',
	clueTipClass: 'jtip'
});});
	
	







