var DeliciousRoman = {src:'http://www.bluesea-events.com/Delicious-Roman.swf'};
var DeliciousBold = {src:'http://www.bluesea-events.com/Delicious-Bold.swf'};
sIFR.useStyleCheck = true;
sIFR.activate(DeliciousRoman,DeliciousBold);

/*sIFR.replace(cochin, {
  selector: 'h1',
  css: '.sIFR-root { background-color: #F9F9F9; color: #FF0000; }'
});*/
// kerning:true , opacity:'50' ,font-size:'10px',cursor:'pointer'

/*text-align
You can use left, center, right.
text-decoration
You can use none and underline.
margin-left
You can only use a number, without a unit.
margin-right
You can only use a number, without a unit.
font-weight
You can use normal and bold. Make sure you've embedded the font in bold if you want to use it.
font-style
You can use normal and italic. Make sure you've embedded the font in italic if you want to use it.
text-indent
You can only use a number, without a unit.
color
As explained above.
display
You can use inline, block and none.
http://wiki.novemberborn.net/sifr3/Filters
	  		DropShadow: {
				knockout: true
				,distance: 1
				,color: '#ffffff'
				,strength: 2
	  		}
	  		,,
		filters: {
			DisplacementMapFilter:{
				color: '#ffffff'
			}
		}
*/
function sIFRReplace(){
	sIFR.replace(
		DeliciousRoman, {
	  		selector: '.startsite_caption',
	  		wmode: 'transparent',
	  		css: {
			        '.sIFR-root': { 'color': '#FFFFFF' ,'font-size':'24px'}
	      	}
		}
	);
	sIFR.replace(
		DeliciousBold, {
	  		selector: 'div.verlauf_txt',
	  		wmode: 'transparent',
	  		css: {
				'.sIFR-root': { 'color': '#006196' ,'font-size':'22px','margin':'0','white-space':'nowrap'}
	      	},
	      	selectable: false
		}
	);
	sIFR.replace(
		DeliciousBold, {
	  		selector: 'h2',
	  		wmode: 'transparent',
	  		css: {
				'.sIFR-root': { 'color': '#006196' ,'font-size':'24px','margin':'0','padding':'0'}
	      	}
		}
	);
	sIFR.replace(
		DeliciousBold, {
	  		selector: '.searchresult  h3',
	  		wmode: 'transparent',
	  		css: {
				'.sIFR-root': { 'color': '#006196' ,'font-size':'20px','margin':'0','padding':'0'}
	      	}
		}
	);
	
	sIFR.replace(
		DeliciousBold, {
	  		selector: '.kontakt-headline , .gallery-headline , .video-headline',
	  		wmode: 'transparent',
	  		css: {
			        '.sIFR-root': { 'color': '#FFFFFF' ,'font-size':'20px'}
	      	},
	      	selectable: false
		}
	);
}

