$(function() {
	$("#accordion").accordion({
		autoHeight: false,
		navigation: true,
		collapsible: true
	});
});

$(function() {
	$("#referenzen-accordion").accordion({
		autoHeight: false,
		navigation: true,
		collapsible: true
	});
});

$(function() {
	$('.tooltip, #menue *').tooltip({
	    track: true, 
   		delay: 0, 
   		showURL: false,
   		fade: 500 
	});
});

$(document).ready(function() {
	$(".fancyPopUp").fancybox({
		'width'				: 900,
		'height'			: 600,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});

