var akkurat = { src: 'fileadmin/templates/ads-tec/fonts/akkurat_light3.swf' };
sIFR.repaintOnResize = false;
sIFR.forceTextTransform = false;
sIFR.fitExactly = true;
sIFR.activate(akkurat);
sIFR.replace(akkurat, {
  selector: 'h1',
  wmode: 'transparent',
  css: ['.sIFR-root { font-size: 27px; background-color: #ffffff; padding-bottom:2px;  color: #000000; }',
  		'a {color: #000000; text-decoration: none;}',
        'a:hover {color: #01AFDD; text-decoration: none;}']
});
sIFR.replace(akkurat, {
  selector: 'h2',
  wmode: 'transparent',
  css: ['.sIFR-root { font-size: 27px; background-color: #ffffff; padding-bottom:2px;  color: #01AFDD; }',
        '.black {color: #000000;}',
        'a {color: #01AFDD; text-decoration: none;}',
        'a:hover {color: #000000; text-decoration: none;}']
});
