jQuery(document).ready(function($) {

	//	Impressum per FancyBox
	$("a#impressum").fancybox({
		'padding'		: 0,
		'width'			: 600,
		'height'		: 500,
		'autoScale'		: false,
		'openEffect'	: 'elastic',
		'closeEffect'	: 'elastic',
		'titleShow'		: false, 
		'type'			: 'iframe'
	});
	
	//	YouTube-Videos
	$('.videos li a').fancybox({
		'closeEffect'	: 'elastic',
		'openEffect'	: 'elastic'
	});
	
	//	Fotos
	$('.fotos .fancybox').fancybox({
		'closeEffect'	: 'elastic',
		'openEffect'	: 'elastic'
	});
	
	//foobar();
});
