var light = {
  src: 'http://bettybox.de/wp-content/themes/modern-clix/sifr/flash/light.swf'
};
var bold = {
  src: 'http://bettybox.de/wp-content/themes/modern-clix/sifr/flash/bold.swf'
};
var heavy = {
  src: 'http://bettybox.de/wp-content/themes/modern-clix/sifr/flash/heavy.swf'
};

sIFR.activate(light);
sIFR.activate(bold);
sIFR.activate(heavy);



sIFR.replace(light, {
  selector: '#header h1',
  wmode: 'transparent',
   css: [
		  'a {color:#000000; font-size: 95px;text-decoration: none; leading: -20;}'
		  ,'a:hover { color: #777777; }'
		  ]
});

sIFR.replace(light, {
  selector: '#header h2',
  wmode: 'transparent',
   css: [
		  ,'.sIFR-root { color: #000000; font-size: 25px;}'
		  ]
});


sIFR.replace(bold, {
  selector: '#content h3',
  wmode: 'transparent',
   css: [
		  'a {color:#000000; font-size: 25px;text-decoration: none; leading: -10;}'
		  ,'a:hover { color: #777777; }'
		  ]
});


sIFR.replace(bold, {
  selector: '.span-6 h3',
  wmode: 'transparent',
   css: [
		  'a {color:#000000; font-size: 25px;text-decoration: none; leading: -10;}'
		  ,'a:hover { color: #777777; }'
		  ]
});


