//<[CDATA[

var sifrfont =	{
					src: '/sifrfont.swf',
					ratios: [8, 1.41, 10, 1.32, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 65, 1.22, 66, 1.21, 67, 1.22, 1.21]
				};

var sifrfontbold =	{
						src: '/sifrfontbold.swf',
						ratios: [8, 1.41, 10, 1.32, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 65, 1.22, 66, 1.21, 67, 1.22, 1.21]
					};


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

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

sIFR.replace(sifrfont, {
							selector: 'h1',
							css: ['.sIFR-root { text-align: left; background-color: #FFFFFF; color: #00529b; }'],
							tuneHeight: -5,
							wmode: 'transparent'
						});

sIFR.replace(sifrfont, {
							selector: 'h2.klantlogin',
							css: ['.sIFR-root { text-align: center; background-color: #00529B; color: #FFFFFF; }'],
							tuneHeight: -5,
							wmode: 'transparent'
						});

sIFR.replace(sifrfont, {
							selector: 'h2',
							css: ['.sIFR-root { text-align: left; color: #00529b; }'],
							tuneHeight: -5,
							wmode: 'transparent'
						});

sIFR.replace(sifrfontbold, {
							selector: 'h3.menu',
							css: ['.sIFR-root			{ text-align: left; background-color: #E40E62; color: #FFFFFF; font-weight: bold; }',
											'a			{ text-decoration: none; }',
											'a:link 	{ color: #FFFFFF; }',
											'a:hover	{ color: #000000; }'
								],
							wmode: 'transparent'
						});

sIFR.replace(sifrfontbold, {
							selector: 'h3.kosten',
							css: ['.sIFR-root			{ text-align: left; color: #FFFFFF; font-weight: bold; }',
								  			'a			{ text-decoration: none; }',
											'a:link 	{ color: #FFFFFF; }',
											'a:hover	{ color: #000000; }'
								  ],
							tuneHeight: -2,
							wmode: 'transparent'
						});

//]]>
