var futura = {
	src: 'typo3/ext/bee4me_default_template/res/fonts/futura.swf' 
} ;

var futura_stronger = {
	src: 'typo3/ext/bee4me_default_template/res/fonts/futura_stronger.swf' 
} ;

sIFR.fitExactly = true ;
sIFR.activate(futura,futura_stronger) ;

sIFR.replace(futura_stronger,{
	selector: '.tx-commerce-pi1 h1',
	css: {
		'.sIFR-root': {'color' : '#995f10', 'font-size' : '18px'}
	},
	'transparent' : true,
	'offsetTop' : 2,
	'tuneHeight' : 2
}) ;

sIFR.replace(futura_stronger,{
	selector: 'h1',
	ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01],
	css: {
		'.sIFR-root': { 'color': '#5D9800', 'font-size' : '30px' }
	},
	'transparent' : true,
	'offsetTop': 8,
	'tuneHeight': 8

}) ;

//sIFR.debug.ratios({ src: 'typo3/ext/bee4me_default_template/res/fonts/futura_stronger.swf', selector: 'h1' });

sIFR.replace(futura_stronger,{
	selector: '.webshop-h2 h2, h2.webshop-h2, h2.bestell-headline-schritt1, h2.bestell-headline-schritt2, h2.bestell-headline-schritt3, h2.bestell-headline-schritt4, h2.bestell-headline-schritt5',
	css: {
		'.sIFR-root': {'color' : '#995f10', 'font-size' : '18px'}
	},
	'transparent' : true,
	'offsetTop' : 2,
	'tuneHeight' : 2
}) ;

sIFR.replace(futura_stronger,{
	selector: '.tx-bee4mebfarticles-pi1 h2, #menu_sub h2, .cont_mond h2, #content h2',
	css: {
		'.sIFR-root': {'color' : '#5D9800', 'font-size' : '18px'},
		'a' : {'text-decoration' : 'none', 'color' : '#5D9800'},
		'a:hover' : {'color' : '#5D9800', 'text-decoration' : 'underline'}
	},
	'transparent' : true,
	'offsetTop' : 2,
	'tuneHeight' : 2
}) ;

sIFR.replace(futura_stronger,{
	selector: '.detailsuche_box_links h2,.filialfinder_box_links h2, .filialfinder_box_rechts h2, .cont_right_body h2, .cont_rinfo_body h2',
	css: {
		'.sIFR-root': {'color' : '#484848', 'font-size' : '18px'},
		'a' : {'text-decoration' : 'none', 'color' : '#484848'},
		'a:hover' : {'color' : '#484848', 'text-decoration' : 'underline'}
	},
	'transparent' : true,
	'offsetTop' : 2,
	'tuneHeight' : 2
}) ;

sIFR.replace(futura_stronger,{
	selector: '#beitraege h2, .important_box_links h2, #monate h2, #news h2, #wetter h2, .bettina_forum h2, #pressekontakt h2, #pressebereich h2',
	css: {
		'.sIFR-root': {'color' : '#ffffff', 'font-size' : '18px'},
		'a' : {'text-decoration' : 'none', 'color' : '#ffffff'},
		'a:hover' : {'color' : '#ffffff', 'text-decoration' : 'underline'}
	},
	'transparent' : true,
	'offsetTop' : 2,
	'tuneHeight' : 2
}) ;

sIFR.replace(futura_stronger,{
	selector: '.shop_garantie h2',
	css: {
		'.sIFR-root': {'color' : '#ffffff', 'font-size' : '18px'},
		'a' : {'text-decoration' : 'none', 'color' : '#ffffff'},
		'a:hover' : {'color' : '#ffffff', 'text-decoration' : 'underline'}
	},
	'transparent' : true,
	'offsetTop' : 2,
	'tuneHeight' : 2
}) ;

sIFR.replace(futura_stronger,{
	selector: 'h3',
	'transparent' : true
}) ;

