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: #94c154; }'
});

sIFR.replace(din, {
  selector: 'h3'
  ,wmode:'transparent'
  ,css: '.sIFR-root { color: #54b3d9; }'
});

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: #74bb15; background:#ffffff; }'
  ,'a { text-decoration: none; color: #54b3d9; }'
  ,'a:link { color: #54b3d9; }'
  ,'a:visited { color: #54b3d9; }'
  ,'a:hover { color: #54b3d9; }'
  ,'a:active { color: #54b3d9; }'
  ]  
});
