var din = { src: 'portal/sifr/din.swf' };

sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(din);

sIFR.replace(din, {
  selector: 'h1'
  ,wmode:'transparent'

  ,css: '.sIFR-root { color: #592589; }'

});

sIFR.replace(din, {
  selector: 'h3'
  ,wmode:'transparent'

  ,css: '.sIFR-root { color: #B0E725; }'

});

sIFR.replace(din, {
  selector: 'li.e1'
  ,offsetLeft:2
  ,wmode:'transparent'
  ,css: ['.sIFR-root { text-align: center; color: #ffffff; }'
  ,'a { text-decoration: none; color: #ffffff; }'
  ,'a:link { color: #ffffff; }'
  ,'a:hover { color: #ffffff; }'
  ]  
});

sIFR.replace(din, {
  selector: 'li.e1_aktiv'
  ,offsetLeft:2

  ,css: ['.sIFR-root { text-align: center; color: #592589; background:#ffffff; }'
  ,'a { text-decoration: none; color: #592589; }'
  ,'a:link { color: #592589; }'
  ,'a:visited { color: #592589; }'
  ,'a:hover { color: #592589; }'
  ,'a:active { color: #592589; }'
  ]  
});
