var avenir = {
  src: 'fileadmin/templates/swf/avenir.swf'
};

sIFR.activate(avenir);




sIFR.replace(avenir, {
    selector: 'h1',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#333333; font-size: 26px; }',
		'.news-heading-red { color:#DF0503;  }',
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});


sIFR.replace(avenir, {
    selector: 'h2',
    forceSingleLine: true,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#333333; font-size: 25px; }',
		//'.test{ color:#df8730; font-size: 17px; }',
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});



sIFR.replace(avenir, {
    selector: '#breadcrumbs li',
    forceSingleLine: true,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#333333; font-size: 24px; }',
		'a {color:#333333; text-decoration: none;}',
		'a:hover {color: #DF0503;}',
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});




/*sIFR.replace(syntax, {
    selector: '#header h1',
    forceSingleLine: true,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#999999; font-size: 18px; text-align: right;}',
        ],
    wmode: 'transparent',
    tuneWidth: '0',
	thickness: -100,
    forceWidth: true

});*/