var uni = {
      src: 'http://www.druckbar.info/themes/druckbar/sifr/dinlight.swf'
};
 
sIFR.activate(uni);
 
sIFR.replace(uni, {
      selector: '#node-ci h1.sifr',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:lighter; color:#e2007a; outline:none;  }'
	  ],
	  wmode: 'transparent'
});


sIFR.replace(uni, {
      selector: '#node-db h1.sifr',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:lighter; color:#009ee0; outline:none;  }'
	  ],
	  wmode: 'transparent'
});



sIFR.replace(uni, {
      selector: '#node-fd h1.sifr',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:lighter; color:#f29400; outline:none;  }'
	  ],
	  wmode: 'transparent'
});


sIFR.replace(uni, {
      selector: '#node-cx h1.sifr',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:lighter; color:#96bf0d; outline:none;  }'
	  ],
	  wmode: 'transparent'
});



sIFR.replace(uni, {
      selector: '.left h2',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:lighter; color:#e2007a; outline:none; }'
      ],
	  wmode: 'transparent'
});
