var diva = { src: '/fileadmin/templates/diva.swf' };

sIFR.activate(diva);

sIFR.replace(diva, {
  selector: 'div#main h1',
  css: [
  '.sIFR-root { background-color: transparent; color: #FF7D00; font-size: 24px; }',
  'a { text-decoration: none; color: #FF7D00;}',
  'a:hover { color: #000000; }'
  ],
  transparent : 1,
  onReplacement : function() {setFooter();}
});
sIFR.replace(diva, {
  selector: 'div#main h2',
  css: [
  '.sIFR-root { background-color: transparent; color: #FF7D00; font-size: 22px; }',
  'a { text-decoration: none; color: #FF7D00;}',
  'a:hover { color: #000000; }'
  ],
  transparent : 1,
  onReplacement : function() {setFooter();}
});
sIFR.replace(diva, {
  selector: 'div#main h3',
  css: [
  '.sIFR-root { background-color: transparent; color: #FF7D00; font-size: 20px; }',
  'a { text-decoration: none; color: #FF7D00;}',
  'a:hover { color: #000000; }'
  ],
  transparent : 1,
  onReplacement : function() {setFooter();}
});
sIFR.replace(diva, {
  selector: 'div#main h4',
  css: [
  '.sIFR-root { background-color: transparent; color: #FF7D00; font-size: 16px; }',
  'a { text-decoration: none; color: #FF7D00;}',
  'a:hover { color: #000000; }'
  ],
  transparent : 1,
  onReplacement : function() {setFooter();}
});
sIFR.replace(diva, {
  selector: 'div#main h5',
  css: [
  '.sIFR-root { background-color: transparent; color: #FF7D00; font-size: 14px; }',
  'a { text-decoration: none; color: #FF7D00;}',
  'a:hover { color: #000000; }'
  ],
  transparent : 1,
  onReplacement : function() {setFooter();}
});
sIFR.replace(diva, {
  selector: 'div#main h6',
  css: [
  '.sIFR-root { background-color: transparent; color: #FF7D00; font-size: 12px; }',
  'a { text-decoration: none; color: #FF7D00;}',
  'a:hover { color: #000000; }'
  ],
  transparent : 1,
  onReplacement : function() {setFooter();}
});

