var h1 = {
    src: 'fileadmin/sifr/helvetica_45light.swf'
  };
  
var myriad = {
    src: 'fileadmin/sifr/myriadpro.swf'    
};  

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
 // sIFR.useStyleCheck = true;
  sIFR.activate(h1);
  sIFR.activate(myriad);

  sIFR.replace(h1, {
    selector: '.header_wrap h1'
    ,css: [
    '.sIFR-root { font-size:23px;color: #996600;}'

    ],
   wmode: 'transparent'
});

sIFR.replace(h1, {
    selector: '#anforderungen h1'
    ,css: [
    '.sIFR-root { font-size: 30px;color: #ffffff;}'

    ],
   wmode: 'transparent'
});

sIFR.replace(h1, {
    selector: '#top_kontakt h1'
    ,css: [
    '.sIFR-root { font-size: 30px;color: #ffffff;}'

    ],
   wmode: 'transparent'
});

sIFR.replace(h1, {
    selector: '#top_leistungen h1'
    ,css: [
    '.sIFR-root { font-size: 30px;color: #ffffff;}'

    ],
   wmode: 'transparent'
});

  sIFR.replace(h1, {
    selector: '#top_navi_leistungen h2'
    ,css: [
    '.sIFR-root { font-size:16px;color: #006699;}'

    ],
   wmode: 'transparent'
});


  sIFR.replace(h1, {
    selector: '#kontakt_info_top h2, .kontakt_info_top h2'
    ,css: [
    '.sIFR-root { font-size:15px;color: #A39C8F;}'

    ],
   wmode: 'transparent'
});

  sIFR.replace(h1, {
    selector: '#content_right h3'
    ,css: [
    '.sIFR-root { font-size:23px;color: #898278;}'

    ],
   wmode: 'transparent'
});

  sIFR.replace(myriad, {
    selector: '.top_menu'
    ,css: [
    '.sIFR-root { font-size:13px;color: #cce1ea;text-transform:uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #cce1ea; }'
      ,'a:hover { color: #ffffff; }'
    ],
   wmode: 'transparent'
});

  sIFR.replace(myriad, {
    selector: '.top_menu_current'
    ,css: [
    '.sIFR-root { font-size:13px;color: #ffffff;text-transform:uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ],
   wmode: 'transparent'
});

sIFR.replace(h1, {
    selector: '#title_berater h1'
    ,css: [
    '.sIFR-root { font-size: 25px;color: #ffffff;}'

    ],
   wmode: 'transparent'
});
