// url an die jeweilige domain anpassen damit sifr funktioniert!
var franklingothic = {
  src: '../flash/franklingothic.swf',
  ratio: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,20,1.22,26,1.21,27,1.2,35,1.19,39,1.18,40,1.19,54,1.18,88,1.17,92,1.16,93,1.17,1.16]
};

sIFR.useDomContentLoaded = true;
sIFR.fitExactly = true;
sIFR.forceWidth = true;
sIFR.forceClear = true;

sIFR.prefetch(franklingothic);
sIFR.activate(franklingothic); // From revision 209 and onwards

sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: '.boximgtop h1 span.alternate',
	
	css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 1.0; color: #484e56; }'
    ]
});

sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: '.boximgtop h1 span',
	
	css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 1.0; color: #ffffff; }'
    ]
});


sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: '.newsblock h1 span.alternate',
	
	css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 1.0; color: #484e56; }'
    ]
});

sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: '.newsblock h1 span',
	
	css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 1.0; color: #ffffff; }'
    ]
});

sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: 'h1 span.alternate',
	
	css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 1.0; color: #484e56; }'
    ]
});

sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: 'h1 span',
	
	css: [
      '.sIFR-root { font-weight: bold; letter-spacing: 1.0; color: #e9c80b; }'
    ]
});

sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: 'h1.sifr',
	
	css: [
      '.sIFR-root { font-weight: normal; font-size: 16px; letter-spacing: 1.0; color: #484e56; }'
    ]
});

sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: 'h2.sifr',
	
	css: [
      '.sIFR-root { font-weight: bold; font-size: 14px;  letter-spacing: 1.0; color: #484e56; }'
    ]
});

sIFR.replace(franklingothic, {
	wmode: 'transparent', 
	selector: '.grid4col h1',
	
	css: [
      '.sIFR-root { font-weight: bold; font-size: 16px; letter-spacing: 1.0; color: #484e56; }'
    ]
});




