$(document).ready(function() {

	Cufon.replace('div#oeffnungszeiten h2, div#teaser-text p, div#content h2, navi-add ul li, div#footer h2, div#footer p, div.content-column h3', { fontFamily: 'Gothic720 BT' });
	Cufon.replace('div#oeffnungszeiten dl, div#content h2 span', { fontFamily: 'Gothic720 Lt BT' });
	

	if (typeof $.fn.fancybox != "undefined") {						
		$("a.fancybox, a[rel=lightbox]").fancybox({
			'transitionIn'	:	'elastic',
			'transitionOut'	:	'elastic',
			'speedIn'		:	600, 
			'speedOut'		:	300, 
			'overlayShow'	:	true,
			'titlePosition' : 'over'
		});
	}
	

	
});
