var lucida = {
	src: 'fileadmin/lucidacali.swf'
};

sIFR.activate(lucida);

sIFR.replace(lucida, {
	selector: '.cor > h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#a01d23',
			'font-weight': 'bold',
			'font-size': '14px'
		},
		'a': {
			'color': '#000000',
			'text-decoration': 'none'
		},
		'a:hover': {
			'color': '#a01d23',
			'text-decoration': 'underline'
		},
		'a:link': {
			'color': '#000000',
			'text-decoration': 'none'
		},
		'a:visited': {
			'color': '#000000',
			'text-decoration': 'none'
		}
	}
});
