var graublauwebbold = { 
     src: '/site/flash/graublauwebbold.swf' 
};
var graublau = { 
     src: '/site/flash/graublau.swf' 
}; 
sIFR.activate(graublauwebbold, graublau); 
sIFR.replace(graublauwebbold, { 
      selector: 'h2',
      css: [ 
      '.sIFR-root {color:#643996; letter-spacing: 1.8; }',
        'a { color: #A08AB9; }',
        'a:hover { color: #A08AB9; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(graublau, { 
      selector: 'h3',
      css: [ 
      '.sIFR-root {color:#3B0D71; letter-spacing: 1.8; font-weight: bold;}',
        'a { color: #3B0D71; text-decoration: none; }',
        'a:hover { color: #3B0D71; text-decoration: underline; }',
        '.red { color: #ff0000; }'
      ], 
      wmode: 'transparent' 
});

