var AkkuratLt = {
	src: 'flash/sifr_Akkurat-Lt.swf'
	,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};
var AkkuratRg = {
	src: 'flash/sifr_Akkurat-Rg.swf'
	,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

sIFR.activate(AkkuratLt, AkkuratRg);

sIFR.replace(AkkuratLt, {
	selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-align: right; font-weight: normal; color: #73b6cb; text-transform: uppercase; }'
		,'a { text-decoration: underline; }'
		,'a:link { color: #73b6cb; }'
		,'a:hover { color: #73b6cb; text-decoration: none; }'
	]
});

sIFR.replace(AkkuratLt, {
	selector: '.teaser h2'
	//,fitExactly: true
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-align: right; font-weight: normal; color: #ffffff; text-transform: uppercase; font-size: 13px; }'
		,'a { text-decoration: underline; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #ffffff; text-decoration: none; }'
	]
});

sIFR.replace(AkkuratLt, {
	selector: 'h2'
	,fitExactly: true
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-align: right; font-size: 16px; font-weight: normal; color: #404750; text-transform: uppercase; }'
		,'a { text-decoration: underline; }'
		,'a:link { color: #404750; }'
		,'a:hover { color: #404750; text-decoration: none; }'
	]
});

sIFR.replace(AkkuratLt, {
	selector: '#nav li'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { text-align: center; font-size: 14px; font-weight: normal; color: #327f80; text-transform: uppercase; cursor: pointer; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #327f80; }'
		,'a:hover { color: #327f80; text-decoration: none; }'
	]
});

