jQuery(document).ready(function() {
	$('.kontaktformauf').fancybox( {
		'width' : 660,
		'height' : 650,
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'type' : 'iframe'
	});

	$('.nachrichtformauf').fancybox( {
		'width' : 660,
		'height' : 550,
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'type' : 'iframe'
	});

});
