var tradegothic = {
	src: 'fileadmin/templates/designverign_2008/sifr/tradegothic.swf'
};
var tradegothic_bold = {
	src: 'fileadmin/templates/designverign_2008/sifr/tradegothic_bold.swf'
};
var minionWebPro = {
	src: 'fileadmin/templates/designverign_2008/sifr/minionWebPro.swf'
};



//activate tradegothic font
sIFR.activate(tradegothic);
sIFR.activate(tradegothic_bold);
sIFR.activate(minionWebPro);

/*
//get ratios in debug !
sIFR.debug.ratios({ src: 'fileadmin/templates/designverign_2008/sifr/tradegothic_bold.swf', 
  selector: 'div.teaserBox_blue_gradient h1, div.teaserBox_blue h1' 
});
*/


//teaserBox magenta
sIFR.replace(tradegothic_bold, {
  selector: 'div.teaserBox_magenta_gradient h1, div.teaserBox_magenta h1'
	,css: ['.sIFR-root {color:#BD005A; font-size:14px; }']
	,wmode: 'transparent'
	,offsetTop: '3'
	,ratios:[9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
});

//teaserBox blue
sIFR.replace(tradegothic_bold, {
  selector: 'div.teaserBox_blue_gradient h1, div.teaserBox_blue h1'
	,css: ['.sIFR-root {color:#0092dd; font-size:14px; }']
	,wmode: 'transparent'
	,offsetTop: '3'
	,ratios:[9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
});

//teaserBox gray
sIFR.replace(tradegothic_bold, {
  selector: 'div.teaserBox_gray_gradient h1, div.teaserBox_gray h1'
	,css: ['.sIFR-root {color:#666666; font-size:14px; }']
	,wmode: 'transparent'
	,offsetTop: '3'
	,ratios:[9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
});

//h1.newsH1
sIFR.replace(minionWebPro, {
   selector: 'h1.newsH1'
	,css: ['.sIFR-root {color:#707070; font-size:21px; } em { font-style: normal; color: #7ab51d; }']
	,tuneHeight:'0'
	,wmode: 'transparent'
	,ratios:[7, 1.35, 11, 1.22, 13, 1.16, 14, 1.18, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
});	

sIFR.replace(minionWebPro, {
   selector: 'div#content_middle h1, div#content_left_inner h1'
	,css: ['.sIFR-root {color:#0092dd; font-size:21px; padding:0px; } ']
	,wmode: 'transparent'
	,tuneHeight:'0'
	,ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 60, 1.03, 119, 1.02, 1.01]
});

//global h1
sIFR.replace(tradegothic_bold, {
   selector: 'h1'
	,css: ['.sIFR-root {color:#0092dd; font-size:18px; padding:0px; } ']
	,tuneHeight:'0'
	,wmode: 'transparent'
	,ratios:[7, 1.35, 11, 1.22, 13, 1.16, 14, 1.18, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
});







