
	
$(document).ready(function()
{	
	$("a").click(function(){
		$(this).blur(); //Remove outline from links
	});
	$("input[name=button]").click(function(){
		$(this).blur(); //Remove outline from links
	});
/**/	
	// Gewinnspielseite
	
		$("a.gewinnspielPopUp").fancybox({
		'overlayOpacity' : 0.5,
		'overlayColor' : '#000',
		'padding'			: 0,
		'width'				: 812,
		'height'      : 492,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'modal'		: true,
		'titleShow' : false,
		'type'		:'iframe',
		'href'		:'/index.php?id=41'
		});
	
	
});
