var headline = {
    src: '/flash/Univers_1.swf',
    ratio: '[8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]'
};

sIFR.useStyleCheck = true;
if ((document.domain != "easycontent.prosales.it") && (document.domain != "workeasycontent.ps24.local")) {
    sIFR.activate(headline);
}


// *******************************************************************************************

// Startseite
sIFR.replace(headline, {
    selector: 'body #col1 h2.start-sub',
    wmode: 'transparent',
    css: [
            '.sIFR-root { color: #858585; text-transform: uppercase; leading: -1}'
      ],
    selectable: true
}
);

// Headinlines  
sIFR.replace(headline, {
    selector: 'body #col1 #Detail h2',
    wmode: 'transparent',
    css: [
            '.sIFR-root { color: #fe8200; text-transform: lowercase; leading: -1}'
        ],
    selectable: true
}
);

// Headinlines  
sIFR.replace(headline, {
    selector: 'body #col1 h2',
    wmode: 'transparent',
    css: [
            '.sIFR-root { color: #fe8200; leading: -1}'
        ],
    selectable: true
}
);


sIFR.replace(headline, {
    selector: 'body #col1 fieldset.highlight h3',
    wmode: 'transparent',
    css: [
            '.sIFR-root{ color: #ffffff}'
        ],
    selectable: true
}
);


sIFR.replace(headline, {
    selector: 'body #col1 #Detail h3',
    wmode: 'transparent',
    css: [
            '.sIFR-root{ color: #000000}'
        ],
    selectable: true
}
);

sIFR.replace(headline, {
    selector: 'body #col1 h3.faq',
    wmode: 'transparent',
    css: [
            '.sIFR-root{ color: #ffffff}'
        ],
    selectable: true
}
);


// H3 generell
sIFR.replace(headline, {
    selector: 'body #col1 h3',
    wmode: 'transparent',
    css: [
            '.sIFR-root{ color: #fe8200}'
        ],
    selectable: true
}
);


//// SubNav
//sIFR.replace(headline, {
//    selector: 'body #col3 ul a.active',
//    wmode: 'transparent',
//    css: [
//            '.sIFR-root{ color: #fe8200}'
//        ],
//    selectable: true
//}
//);

//sIFR.replace(headline, {
//    selector: 'body #col3 ul a',
//    wmode: 'transparent',
//    css: [
//            '.sIFR-root{ color: #939393}'
//        ],
//    selectable: true
//}
//);





if (!headline.ratio) {
    // sIFR.debug.ratios({src: headline.src, selector: 'h1'}); 
}


//  sIFR.debug.ratios(headline, {
//    selector: '#col1 .PressDate'
//    ,css: {
//      '.sIFR-root': { 'color': '#8c8c8c', 'text-transform': 'uppercase','font-size': '16px' }
//    }
//  });

