var allerLgh = { src: '/fileadmin/templates/aller_light.swf' };
var allerRegBld = { src: '/fileadmin/templates/aller_regular_bold.swf' };

sIFR.activate(allerLgh);
sIFR.activate(allerRegBld);

sIFR.replace(allerLgh, {
  selector: 'div#main h1',
  css: [
  '.sIFR-root { background-color: transparent; color: #0098D8; font-size: 20px; }',
  'a { text-decoration: none; color: #0098D8;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1
});
sIFR.replace(allerLgh, {
  selector: 'div#main h2',
  css: [
  '.sIFR-root { background-color: transparent; color: #0098D8; font-size: 18px; }',
  'a { text-decoration: none; color: #0098D8;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1
});
sIFR.replace(allerLgh, {
  selector: 'div#main h3',
  css: [
  '.sIFR-root { background-color: transparent; color: #0098D8; font-size: 16px; }',
  'a { text-decoration: none; color: #0098D8;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1
});
sIFR.replace(allerLgh, {
  selector: 'div#main h4',
  css: [
  '.sIFR-root { background-color: transparent; color: #0098D8; font-size: 14px; }',
  'a { text-decoration: none; color: #0098D8;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1
});
sIFR.replace(allerLgh, {
  selector: 'div#main h5',
  css: [
  '.sIFR-root { background-color: transparent; color: #0098D8; font-size: 12px; }',
  'a { text-decoration: none; color: #0098D8;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1
});
sIFR.replace(allerLgh, {
  selector: 'div#main h6',
  css: [
  '.sIFR-root { background-color: transparent; color: #0098D8; font-size: 10px; }',
  'a { text-decoration: none; color: #0098D8;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1
});
sIFR.replace(allerLgh, {
  selector: 'div#top_text2 div#tt2_1',
  css: [
  '.sIFR-root { background-color: transparent; color: #2A2A2A; font-size: 16px; leading: -4}',
  'a { text-decoration: none; color: #0098D8;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1
});
sIFR.replace(allerLgh, {
  selector: 'div#top_text2 div#tt2_2',
  css: [
  '.sIFR-root { background-color: transparent; text-align: right; color: #2A2A2A; font-size: 16px; leading: -4}',
  'a { text-decoration: none; color: #0098D8;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1
});
sIFR.replace(allerRegBld, {
  selector: 'div#top_text div.reg',
  css: [
  '.sIFR-root { background-color: transparent; color: #7F7F7F; font-size: 16px; width: 100%; }',
  'a { text-decoration: none; color: #7F7F7F;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1,
  forceSingleLine : 1
});
sIFR.replace(allerRegBld, {
  selector: 'div#top_text div.bold',
  css: [
  '.sIFR-root { background-color: transparent; color: #666666; font-size: 24px; font-weight: bold; }',
  'a { text-decoration: none; color: #7F7F7F;}',
  'a:hover { color: #DA241C; }'
  ],
  transparent : 1,
  forceSingleLine : 1
});