  var dax = {
	fixWrap: true,
	forceClear: true,
	fitExactly: true,
     src: 'sifr/dax.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(dax);

  sIFR.replace(dax, {
    selector: '#titel h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #ffffff; }'
      ,'em { text-align: left; font-style: normal; color: #ffffff; }'
      ,'strong { text-align: left; font-style: normal; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(dax, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #d2d800; }'
      ,'em { text-align: left; font-style: normal; color: #d2d800; }'
      ,'strong { text-align: left; font-style: normal; color: #d2d800; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #d2d800; }'
      ,'a:hover { color: #d2d800; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(dax, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-style: normal; color: #160e56; }'
      ,'em { text-align: left; font-style: normal; color: #160e56; }'
      ,'strong { text-align: left; font-style: normal; color: #160e56; }'
      ,'a { text-decoration: none; color: #160e56; }'
      ,'a:link { color: #160e56; }'
      ,'a:hover { color: #160e56; }'
    ]
    ,wmode: 'transparent'
  });

