var vagrounded = { src: '/fileadmin/templates/sIFR3/sifr_epflex.swf' };

sIFR.activate(vagrounded);

/********* Text im grünen Keyvisual.Bereich
*/
sIFR.replace(vagrounded, {
	selector:'div#text_gruen p',
	css: ['.sIFR-root { background-color: #d9df03; color: #333333; font-size:12px; leading:4;}',
		'a { text-decoration: none; }',
		'a:link { color: #004393; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent'
});

/********* Headlines im grünen Keyvisual.Bereich
*/
sIFR.replace(vagrounded, {
	selector:'div#headline_gruen div.csc-header',
	css: ['.sIFR-root { background-color: #d9df03; color: #ffffff; font-size:36px; margin:0; leading:5; }',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; }'
	],
	wmode: 'transparent'
});

/********* Text in grauen mehrspaltigen Bereichen
	selector:'td.messehinweis,div.col1content p,div.col2content p,div.col3content p,div.col4content p, div#block_inhalt * li, p.bodytext, td',
*/
sIFR.replace(vagrounded, {
	selector:'td.messehinweis,div.col1content p,div.col2content p,div.col3content p,div.col4content p, div#block_inhalt * li, p.bodytext, td, span.vag',
	css: ['.sIFR-root { background-color: #aaaaaa; color: #333333; font-size:12px; line-height:1em; leading: 2; }',
		'a { text-decoration: none; }',
		'a:link { color: #333333; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent',
	linkcolor:'#333333'
});

/********* H5 im "Text mit Bild"
*/
sIFR.replace(vagrounded, {
	selector:'div.csc-textpic-text div.csc-textpicHeader h5.csc-firstHeader, div.csc-header h5.csc-firstHeader, div.csc-header h5, div.col1content h1, div.col2content h1, div.col3content h1, div.col4content h1',
	css: ['.sIFR-root { color: #333333; font-weight:bold; font-size:14px; leading: 3;}',
		'a { text-decoration: none; }',
		'a:link { color: #333333; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent',
	linkcolor:'#333333'
});

/********* Headline H5
*/
sIFR.replace(vagrounded, {
	selector:'div.csc-header.csc-header-n1 h5.csc-firstHeader, div#block_inhalt * h1, h5',
	css: ['.sIFR-root { color: #333333; font-weight:bold; font-size:16px; margin:0; leading: 3;}',
		'a { text-decoration: none; }',
		'a:link { color: #333333; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent',
	linkcolor:'#333333'
});

/********* Text fett in FCE-Mitarbeiter
*/
sIFR.replace(vagrounded, {
	selector:'div.fce_mitarbeiter_content * b',
	css: ['.sIFR-root { color: #333333; font-weight:bold; font-size:14px; leading: 3;}',
		'a { text-decoration: none; }',
		'a:link { color: #333333; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent',
	linkcolor:'#333333'
});

/********* Text fett
*/
sIFR.replace(vagrounded, {
	selector:'div.csc-textpic-text div.csc-textpicHeader, div.csc-textpic-text div.csc-textpicHeader h5,div#text_gruen div.csc-header,b,strong',
	css: ['.sIFR-root { color: #333333; font-weight:bold; font-size:14px; leading: 3;}',
		'a { text-decoration: none; }',
		'a:link { color: #333333; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent',
	linkcolor:'#333333'
});

/********* Sitemap
*/
sIFR.replace(vagrounded, {
	selector:'div.csc-sitemap li',
	css: ['.sIFR-root { color: #333333; font-size:12px; leading: 3;}',
		'a { text-decoration: none; }',
		'a:link { color: #333333; }',
		'a:hover { color: #333333; }'
	],
	wmode: 'transparent',
	linkcolor:'#333333'
});