$(document).ready(function(){ 
	/* Boxen */
	$('#inhalt .box:odd').addClass('rechte_box');
	
	/* Tabellen */
	$('#inhalt table th:first-child').addClass('first');
	$('#inhalt table tr:odd:has(:not(th))').addClass('wechsel');
	$('#inhalt table tr:has(:not(th))').hover(function() {
		$(this).addClass('hover');
	  }, function() {
		$(this).removeClass('hover');
	});
	$('#inhalt table').hover(function() {
		$(this).addClass('tableaktiv');
	  }, function() {
		$(this).removeClass('tableaktiv');
	});
	
	/* sIFR Einstellungen */
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({sSelector:".kopflayer h1", sFlashSrc:"sifr/SPD_2002_The_Sans.swf", sColor:"#ffffff", sFlashVars:"textalign=left", sWmode:"transparent"}));
/* 		sIFR.replaceElement(named({sSelector:".kopflayer h2", sFlashSrc:"sifr/SPD_2002_The_Sans.swf", sColor:"#ffffff", sFlashVars:"textalign=right", sWmode:"transparent"})); */
		sIFR.replaceElement(named({sSelector:".slogan h3", sFlashSrc:"sifr/SPD_2002_The_Sans.swf", sColor:"#ffffff", nPaddingTop:15, nPaddingBottom:10, sFlashVars:"textalign=left", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:"#aktuell h3", sFlashSrc:"sifr/SPD_2002_The_Sans.swf", sColor:"#393939", sFlashVars:"textalign=left", sWmode:"transparent"}));
		sIFR.replaceElement(named({sSelector:"#inhalt h2, #rechte_spalte h2", sFlashSrc:"sifr/SPD_2002_The_Sans.swf", sColor:"#393939", sFlashVars:"textalign=left", sWmode:"transparent"}));
	};
});
