var segoe = {
  src: 'segoe.swf'
};


sIFR.activate(segoe);

sIFR.replace(segoe, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { color: #7e034b; }'
	]
});
sIFR.replace(segoe, {
  selector: 'h2'
  ,css: [
      '.sIFR-root { color: #000000; font-weight: bold;}'
	   ,'a { text-decoration: none; color: #000000;}',
	   'a:hover { color:#7e034b; }'
	]
});
sIFR.replace(segoe, {
  selector: 'span.agenda_titel'
  ,css: [
      '.sIFR-root { color: #ffffff; font-weight: bold; background-color: #b3b3b3; margin: 0px;}'
	   ,'a { text-decoration: none; color: #ffffff;}'
	]
});
