var myfont = {
	src: base+'/flash/itc-officina-sans-lt-bold.swf'
};

sIFR.activate(myfont);

sIFR.replace(myfont, {
	selector: '#bd h1',
	css: [
		'.sIFR-root { color: #d3031b; font-size: 21px; font-weight: bold; letter-spacing: 1 }'
	],
	wmode: 'transparent',
	tuneHeight: '-5'
});

sIFR.replace(myfont, {
	selector: '#bd h2',
	css: [
		'.sIFR-root { color: #d3031b; font-size: 19px; font-style: italic; letter-spacing: 1 }',
		'a:link { text-decoration: none; color: #769c0d; }',
		'a:visited { text-decoration: none; color: #769c0d; }',
		'a:hover { text-decoration: underline; color: #769c0d; }',
		'a:active { text-decoration: underline; color: #769c0d; }'
	],
	wmode: 'transparent',
	tuneHeight: '-5'
});

sIFR.replace(myfont, {
	selector: '.produkt dt',
	css: [
		'.sIFR-root { text-align:center; color: #769c0d; font-size: 19px; font-style: italic; letter-spacing: 1 }',
		'a:link { text-decoration: none; color: #769c0d; }',
		'a:visited { text-decoration: none; color: #769c0d; }',
		'a:hover { text-decoration: underline; color: #769c0d; }',
		'a:active { text-decoration: underline; color: #769c0d; }'
	],
	wmode: 'transparent',
	tuneHeight: '-5'
});

sIFR.replace(myfont, {
	selector: '.geschaeftsfuehrung dt.gfname',
	css: [
		'.sIFR-root { color: #d3031b; font-size: 15px; font-weight: bold }'
	],
	wmode: 'transparent',
	tuneHeight: '-5'
});


