  //<[CDATA[

  var dinlight = {
    src: 'http://www.rank-check.de/sifr/demo/dinlight.swf'
	  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  
/*  sIFR.activate(dinlight);*/

  sIFR.delayCSS  = true;
  sIFR.fixFocus  = true;
  //sIFR.prefetch(dinlight);
  sIFR.activate(dinlight);


  sIFR.replace(dinlight, {
    selector: '#teaser h1'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: normal;color: #FFFFFF;font-size:28px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });

  
    sIFR.replace(dinlight, {
    selector: '#content h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#AA0715; font-size:34px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });
  
    sIFR.replace(dinlight, {
    selector: '#header li.haupt'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF; font-size:19px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #E42E2C; }'
	  ,'a:active { color: #E42E2C; }'
    ],
	wmode: 'transparent',
    fixFocus: true 
  });
	
	sIFR.replace(dinlight, {
	selector: '#header li.hauptcurrent'
	,css: [
	  '.sIFR-root { text-align: left; font-weight: normal; color:#E42E2C; font-size:19px;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #E42E2C; }'
	  ,'a:hover { color: #E42E2C; }'
	  ,'a:active { color: #E42E2C; }'
	],
	wmode: 'transparent',
	fixFocus: true 
  });	
      
/*	sIFR.replace(dinlight, {
    selector: '#header li'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color:#FFFFFF;font-size:14px; line-height:0px;color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #E42E2C; }'
	  ,'a:active { color: #E42E2C; }'
    ],
   wmode: 'transparent',
   fixFocus: true 
  });  */


  //]]>