$(function(){
	$('#clickmePankow').cluetip({
		activation: 'click', 
		sticky: true,
		width: 670,
		positionBy: 'fixed',
		showTitle: false,
		dropShadowSteps: 8,
		closeText: '<p style="font-size:12px;">schließen X</p>',
		topOffset: -200,
		leftOffset: -400,
		attribute: 'href'	
	});
	$('#clickmeSchildow').cluetip({
		activation: 'click', 
		sticky: true,
		width: 315,
		positionBy: 'fixed',
		showTitle: false,
		dropShadowSteps: 8,
		closeText: '<p style="font-size:12px;">schließen X</p>',
		topOffset: -50,
		leftOffset: -150,
		attribute: 'href'	
	});
	$('#clickmeSteglitz').cluetip({
		activation: 'click', 
		sticky: true,
		width: 670,
		positionBy: 'fixed',
		showTitle: false,
		dropShadowSteps: 8,
		closeText: '<p style="font-size:12px;">schließen X</p>',
		topOffset: -450,
		leftOffset: -270,
		attribute: 'href'	
	});
	$('#clickmeTempelhof').cluetip({
		activation: 'click', 
		sticky: true,
		width: 670,
		positionBy: 'fixed',
		showTitle: false,
		dropShadowSteps: 8,
		closeText: '<p style="font-size:12px;">schließen X</p>',
		topOffset: -500,
		leftOffset: -350,
		attribute: 'href'	
	});
	$('#clickmeNeukoeln').cluetip({
		activation: 'click', 
		sticky: true,
		width: 670,
		positionBy: 'fixed',
		showTitle: false,
		dropShadowSteps: 8,
		closeText: '<p style="font-size:12px;">schließen X</p>',
		topOffset: -440,
		leftOffset: -425,
		attribute: 'href'	
	});
	$('#clickmeTreptow').cluetip({
		activation: 'click', 
		sticky: true,
		width: 670,
		positionBy: 'fixed',
		showTitle: false,
		dropShadowSteps: 8,
		closeText: '<p style="font-size:12px;">schließen X</p>',
		topOffset: -440,
		leftOffset: -660,
		attribute: 'href'	
	});
	$('#clickmePotsdam').cluetip({
		activation: 'click', 
		sticky: true,
		width: 315,
		positionBy: 'fixed',
		showTitle: false,
		dropShadowSteps: 8,
		closeText: '<p style="font-size:12px;">schließen X</p>',
		topOffset: -350,
		leftOffset: 50,
		attribute: 'href'	
	});
	$('#clickmeSchoenefeld').cluetip({
		activation: 'click', 
		sticky: true,
		width: 315,
		positionBy: 'fixed',
		showTitle: false,
		dropShadowSteps: 8,
		closeText: '<p style="font-size:12px;">schließen X</p>',
		topOffset: -350,
		leftOffset: -310,
		attribute: 'href'	
	});
	
});