var sifr = {
src: 'flash/sifr.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
selector: 'h1'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 23px; color: #660066; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: '#content h2'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 19px; color: #74c101; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: '#content .block h2'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 18px; color: #74c101; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: '#content .titel'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 19px; color: #74c101; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: '.green h2'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 23px; color: #ffffff; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: '.news h3'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 20px; color: #ff6600; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h4'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 18px; color: #74c101; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: '#info h5'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 23px; color: #660066; }'
],
wmode: 'transparent'
});


sIFR.replace(sifr, {
selector: '.image_item h5'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 23px; color: #ffffff; }'
],
wmode: 'transparent'
});


sIFR.replace(sifr, {
selector: 'h6'
,css: [
  '.sIFR-root { font-weight: bold; font-size: 23px; color: #74c101; }'
],
wmode: 'transparent'
});

