jQuery(function($){
				
	$.supersized({
		slides  :  	[ {image : '/images/background-tmk7.jpg', title : 'Trachtenmusikkapelle St.Georgen: Wertungsspiel SalzburgArena 2011'} ]
	});
	
	if(typeof sIFR == "function"){
		if($('#content h1')[0]){
			sIFR.replaceElement("#content h1", named({sFlashSrc: "/flash/calibri.swf", sColor: "#333333", sWmode: "transparent"}));
		}
	};
	
	
	$('#menu ul li a, #internmenu ul li a').each(function(){
		$(this).prepend('<span style="color:#333;margin-right:3px;">&raquo;</span>');
		$(this).mouseenter(function(){
			$(this).animate({'padding-left':'15px'});
		});
		$(this).mouseleave(function(){
			$(this).animate({'padding-left':'0px'});
		});
	});

	$('#spacer').mouseenter(function(){
		$('#spacer').css('opacity',1);		
	});
	$('#spacer').mouseleave(function(){
		$('#spacer').css('opacity',0.2);
	});
	
	if($('.datepicker')[0]){$('.datepicker').datepicker({ 
      dateFormat: 'dd.mm.yy',
      monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
      dayNames: ['Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag','Sonntag'],  
    });} 
});

