// VERY VERY NICE FONT HUH :D
var helvetica = { src: '/fileadmin/templates/main/swf/HelveticaNeueLTStd.swf' };
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
    selector: 'h1, #home-wapper #content h2', 	
	css: ['.sIFR-root { color:#292010; font-size: 23px; font-weight:bold; line-height:30px;}'],	
	forceWidth: true,
    wmode: 'transparent'	
});

sIFR.replace(helvetica, {
    selector: '#sub-navigation h2, .brownReplacement', 	
	css: ['.sIFR-root { color:#292010; font-size: 23px; font-weight:bold; line-height:30px;}'],	
	forceWidth: true,
    wmode: 'transparent'	
});

sIFR.replace(helvetica, {
    selector: 'brownReplacement', 	
	css: ['.sIFR-root { color:#292010; font-size: 23px; font-weight:bold; line-height:30px;}'],	
	forceWidth: true,
	fitExactly: true,
    wmode: 'transparent'	
});

sIFR.replace(helvetica, {
    selector: '.greenReplacement', 	
	css: ['.sIFR-root { color:#7a9000; font-size: 23px; font-weight:bold; line-height:30px;}'],	
	forceWidth: true,
	fitExactly: true,
    wmode: 'transparent'	
});


sIFR.replace(helvetica, {
    selector: '#businessCard h3', 	
	css: ['.sIFR-root { color:#292010; font-size: 16px; font-weight:bold; line-height:30px;}' ],
	tuneHeight:	'-5',	
	forceWidth: true,
    wmode: 'transparent'	
});