//<[CDATA[
var sifrfont =	{
					src: '/sifrfont.swf',
					ratios:	[8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 40, 1.26, 41, 1.24, 46, 1.25, 70, 1.24, 73, 1.23, 74, 1.24, 1.23]
				};

sIFR.useStyleCheck 	= true;
sIFR.activate(sifrfont);

//sIFR.debug.ratios({ src: '/sifrfont.swf', selector: 'h3'  });

sIFR.replace(sifrfont, {
							selector: 'h1',
							css: ['.sIFR-root	{ text-align: left; color: #4C4C4c; float: left; font-weight: normal; }'],
							wmode: 'transparent',
							tuneWidth: 5,
							tuneHeight: -5
						});
sIFR.replace(sifrfont, {
							selector: 'h3',
							css: ['.sIFR-root	{ text-align: left; color: #4C4C4c; float: left; font-weight: normal; }'],
							wmode: 'transparent',
							tuneWidth: 5,
							tuneHeight: -5
						});

sIFR.replace(sifrfont, {
							selector: '.titelitem',
							css: ['.sIFR-root	{ text-align: left; color: #4C4C4C; float: left; font-weight: normal; }',
									'a			{ text-decoration: none; }',
									'a:link 	{ color: #4C4C4C; }',
									'a:hover	{ color: #FF007E; }'	
									],
							wmode: 'transparent',
							tuneWidth: 5,
							tuneHeight: 0
						});
						
//]]>
