$(document).ready(function(){	
	// Formatierung von Tabellen
	$(function(){
		$("table.coloredRows tbody tr:even").addClass("even");
		$("table.coloredRows tbody tr:odd").addClass("odd");
	});
		
	$("a.lightwindow").fancybox({cyclic: true, titlePosition: 'inside'});
	
	if($.cookie('hideHeaderPic') == 'true'){	
		$('#headerPic').hide();
		$('#buttonHeaderSliderDown').show();
	}
});
