if(typeof sIFR == "function"){

	// Text im grünen Keyvisual.Bereich
	sIFR.replaceElement(named({
		sSelector:"div#text_gruen p", 
		sFlashSrc:"/fileadmin/templates/sIFR/VAGRoundedStdLight_2.0.7.swf", 
		sColor:"#333333", 
		sLinkColor:"#004393", 
		sBgColor:"#d9df03", 
		sHoverColor:"#333333", 
		nPaddingRight:20, 
		sWmode:"transparent"
	}));

	// Headlines im grünen Keyvisual.Bereich
	sIFR.replaceElement(named({
		sSelector:"div#headline_gruen div.csc-header", 
		sFlashSrc:"/fileadmin/templates/sIFR/VAGRoundedStdLight_2.0.7.swf", 
		sColor:"#ffffff", 
		sLinkColor:"#ffffff", 
		sBgColor:"#d9df03", 
		sHoverColor:"#ffffff", 
		sFlashVars:"offsetLeft=5&offsetTop=0",
		nPaddingRight:10, 
		sWmode:"transparent"
	}));

	// Text in grauen mehrspaltigen Bereichen
	sIFR.replaceElement(named({
		sSelector:"td.messehinweis,div.col1content p,div.col2content p,div.col3content p,div.col4content p,div.col1content h1,div.col2content h1,div.col3content h1,div.col4content h1,h5", 
		sFlashSrc:"/fileadmin/templates/sIFR/VAGRoundedStdLight_2.0.7.swf", 
		sColor:"#333333", 
		sLinkColor:"#333333", 
		sBgColor:"#aaaaaa", 
		sHoverColor:"#333333", 
		//sFlashVars:"offsetLeft=5&offsetTop=0",
		nPaddingRight:10, 
		sWmode:"transparent"
	}));

};