/*var headlinefont = {
  src: 'http://dev.kletterwald-gruenheide.de/tl_files/sifr/klettertype.swf', ratios: [11, 1.49, 13, 1.4, 16, 1.39, 19, 1.38, 22, 1.37, 32, 1.35, 33, 1.33, 42, 1.34, 43, 1.32, 50, 1.33, 81, 1.32, 83, 1.31, 85, 1.32, 86, 1.31, 87, 1.32, 89, 1.31, 90, 1.32, 1.31]
};*/

var headlinefont = {
  src: 'http://dev.kletterwald-gruenheide.de/tl_files/sifr/klettertype.swf'
};



//sIFR.useStyleCheck = true;
sIFR.activate(headlinefont);

sIFR.replace(headlinefont, {
  selector: 'h2',
  css: [
    '.sIFR-root { text-align: left; color: #6A5438; font-weight: normal; background:none;}'
  ],wmode: 'transparent'
});


sIFR.replace(headlinefont, {
  selector: 'h3',
  css: [
    '.sIFR-root { text-align: left; color: #6A5438; font-weight: normal; background:none;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #6A5438; }'
    ,'a:hover { color: #BF6500; text-decoration: underline; }'
  ],wmode: 'transparent'
});

sIFR.replace(headlinefont, {
  selector: '.mod_newsarchive h1',
  css: [
    '.sIFR-root { text-align: left; color: #6A5438; font-weight: normal; background:none;}'
  ],wmode: 'transparent'
});


