var frutigerCE = {
  src: 'frutigerCE.swf'
    
};
  

  sIFR.activate(frutigerCE);

  sIFR.replace(frutigerCE, {
    selector: 'h1'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#ff9900', 'font-size': '14px', 'text-transform':'uppercase' }
    }
  });
  
  sIFR.replace(frutigerCE, {
    selector: 'h3'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#000000', 'font-size': '14px', 'text-transform':'uppercase' }
    }
  });
  
sIFR.replace(frutigerCE, {
    selector: '#main-menu li'
    ,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { color: #000000;  font-size: 14px; text-transform: uppercase; display: inline; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #000000; }'
    ]
 });
  

sIFR.replace(frutigerCE, {
    selector: '#links li'
    ,wmode: 'transparent' 
    ,css: [
      '.sIFR-root { font-size: 11px; text-transform: uppercase; display: inline; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #aaaaaa; }'
      ,'a:hover { color: #ff9900; }'
    ]
 }); 

  sIFR.replace(frutigerCE, {
    selector: '#tip h4'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#ff9900', 'font-size': '16px', 'text-transform':'uppercase' }
    }
  });

  sIFR.replace(frutigerCE, {
    selector: '#tip h5'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#000000', 'font-size': '16px', 'text-transform':'uppercase' }
    }
  });  

  sIFR.replace(frutigerCE, {
    selector: '#box-main div h4, #box-telefon div h5, #box-hypo-kalkulacka h4'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#ff9900', 'font-size': '20px', 'text-transform':'uppercase' }
    }
  });

  sIFR.replace(frutigerCE, {
    selector: '#box-main div h5, #box-hypo-kalkulacka h5'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#000000', 'font-size': '20px', 'text-transform':'uppercase' }
    }
  });
 
  sIFR.replace(frutigerCE, {
    selector: '#box-telefon h4 a'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#ff9900', 'font-size': '13px', 'cursor': 'pointer', 'text-decoration': 'underline' }
    }
  });
  
  sIFR.replace(frutigerCE, {
    selector: '#col12 h4'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#ff9900', 'font-size': '12px', 'text-transform':'uppercase' }
    }
  });
sIFR.replace(frutigerCE, {
    selector: '#col12 h5'
    ,wmode: 'transparent' 
    ,css: {
      '.sIFR-root': { 'color': '#000000', 'font-size': '11px', 'text-transform':'uppercase' }
    }
  });