$(document).ready(function() {
if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPad') != -1) || (navigator.userAgent.indexOf('iPod') != -1)) {  
$("#anfahrt a").fancybox({
				'autoDimensions'	: false,
				'autoScale'			: false,
				'hideOnContentClick': false,
				'overlayOpacity'	: 0.7,
				'overlayColor'		: '#000',
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'speedIn'			: 400,
				'speedOut'			: 400,
				'padding'			: 0,
				'width'				: 495,
				'height'			: 625,
				'type'				: 'iframe'
			});


$("#impressum a").fancybox({
				'autoDimensions'	: false,
				'autoScale'			: false,
				'hideOnContentClick': false,
				'overlayOpacity'	: 0.7,
				'overlayColor'		: '#000',
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'speedIn'			: 400,
				'speedOut'			: 400,
				'padding'			: 0,
				'width'				: 445,
				'height'			: 475,
				'type'				: 'iframe'
			});	

}  	

			
// Hier Regel für alle anderen Browser
else {
$("#anfahrt a").fancybox({
				'autoDimensions'	: false,
				'autoScale'			: false,
				'hideOnContentClick': false,
				'overlayOpacity'	: 0.7,
				'overlayColor'		: '#000',
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'speedIn'			: 400,
				'speedOut'			: 400,
				'padding'			: 0,
				'width'				: 495,
				'height'			: 495,
				'type'				: 'iframe'
			});


$("#impressum a").fancybox({
				'autoDimensions'	: false,
				'autoScale'			: false,
				'hideOnContentClick': false,
				'overlayOpacity'	: 0.7,
				'overlayColor'		: '#000',
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'speedIn'			: 400,
				'speedOut'			: 400,
				'padding'			: 0,
				'width'				: 445,
				'height'			: 445,
				'type'				: 'iframe'
			});	
			
			
}; 
});
