var butterbrotpapier = {src: '/swf/butterbrotpapier.swf'};

sIFR.activate(butterbrotpapier);

sIFR.replace(butterbrotpapier, {
	selector: 'h2',
	css:{
      '.sIFR-root': {'color':'#5e2505', 'background-color':'e2cf94' }
    },
	wmode:'transparent',
	offsetTop:-13
});

sIFR.replace(butterbrotpapier, {
	selector: '#secondaryContent h3',
	css:{
      '.sIFR-root': {'color':'#5e2505', 'background-color':'e2cf94' }
    },
	wmode:'transparent',
	offsetTop:-5
});

