$(document).ready(function(){
	Cufon.replace('.headline', { 
		fontFamily: 'headline'
		});
		
	$('#navigation').superfish({
		animation: { opacity:'show' },
		autoArrows: false,
		dropShadows: false,
		delay: 200,
		speed: 'fast'
		});
		$('#navigation ul li').fadeTo('slow',0.9);
		

		var max = Math.max.apply( null, $('#angebotListe').children('div')
			.map(function(){
				return $(this).height();
				}).get()
			);
		$('#angebotListe div.grid-3').height(max);

	$('a.nspreise').click(function(){
		$(this).parents().find('p.hidden').removeClass('hidden');
		$('a.nspreise').addClass('bold');
	});

	$('a.external').attr('target','_blank');

});
