var adobe_garamond = {src: '/image/adobe_garamond_pro.swf'};

sIFR.activate(adobe_garamond);

sIFR.replace(adobe_garamond, {
	selector: 'h1', wmode: 'transparent', thickness: -70, sharpness: 0, tuneHeight: -7,
	css: [
		'.sIFR-root{ font-size: 32px; color: #F18E02; letter-spacing: 0.5; leading: -4; }'
	]
});

sIFR.replace(adobe_garamond, {
	selector: 'h2', wmode: 'transparent', tuneHeight: -9, offsetTop: -4,
	css: [
		'.sIFR-root { font-size: 18px; color: #F18E02; leading: -4; }',
		'a { color: #F18E02; text-decoration: none; }',
		'a:hover { color: #F18E02; text-decoration: none; }'
	]
});

sIFR.replace(adobe_garamond, {
	selector: '#sub_menu .active', offsetLeft: 10, offsetTop: 6, tuneHeight: 5, wmode: 'transparent', thickness: -50, sharpness: -300,
	css: [
		'.sIFR-root{ font-size: 12px; color: #F18E02; text-transform: uppercase; letter-spacing: 0.5; }',
		'a { text-decoration: none; color: #F18E02; }',
		'a:hover { text-decoration: none; color: #F18E02; }'
	]	
});
sIFR.replace(adobe_garamond, {
	selector: '#sub_menu .item', offsetLeft: 10, offsetTop: 6, tuneHeight: 5, wmode: 'transparent', thickness: -50, sharpness: -300,
	css: [
		'.sIFR-root{ font-size: 12px; color: #000000; text-transform: uppercase; letter-spacing: 0.5; }',
		'a { text-decoration: none; color: #000000; }',
		'a:hover { text-decoration: none; color: #F18E02; }'
	]	
});
sIFR.replace(adobe_garamond, {
	selector: '#sub_menu .subactive', offsetLeft: 21, wmode: 'transparent', thickness: -50, sharpness: -300,
	css: [
		'.sIFR-root{ font-size: 12px; color: #F18E02; letter-spacing: 0.5; }',
		'a { text-decoration: none; color: #F18E02; }',
		'a:hover { text-decoration: none; color: #F18E02; }'
	]	
});
sIFR.replace(adobe_garamond, {
	selector: '#sub_menu .subitem', offsetLeft: 21, wmode: 'transparent', thickness: -50, sharpness: -300,
	css: [
		'.sIFR-root{ font-size: 12px; color: #000000; letter-spacing: 0.5; }',
		'a { text-decoration: none; color: #000000; }',
		'a:hover { text-decoration: none; color: #F18E02; }'
	]	
});
sIFR.replace(adobe_garamond, {
	selector: '#type_oversigtsside .overview .item .headlineText', wmode: 'transparent', thickness: -80, sharpness: 0,
	css: [
		'.sIFR-root { color: #ffffff; font-size: 28px; text-align: center; letter-spacing: 0.5; }',
		'a { color: #ffffff; text-decoration: none; }',
		'a:hover { color: #ffffff; text-decoration: none; }'
	]
});
/*
sIFR.replace(adobe_garamond, {
	selector: '#global_menu .item', wmode: 'transparent', offsetTop: 2, fitExactly: true, preventWrap: true, tuneWidth: 20, offsetLeft: 10, thickness: -50, sharpness: -300,
	css: [
		'.sIFR-root { color: #000000; font-size: 12px; text-align: center; text-transform: uppercase; letter-spacing: 1; }',
		'a { color: #000000; text-decoration: none; }',
		'a:hover { color: #000000; }'
	]
});
*/
sIFR.replace(adobe_garamond, {
	selector: '#language .item', wmode: 'transparent', fitExactly: true, preventWrap: true, tuneWidth: 10, offsetLeft: 10,
	css: [
		'.sIFR-root { color: #7C7C7C; font-size: 10px; text-align: right; }',
		'a { color: #7C7C7C; text-decoration: none; }',
		'a:hover { color: #7C7C7C; text-decoration: none; }'
	]
});

/*
#language
{
	color: #7C7C7C;
	font-family: georgia;
	font-size: 9.5px;
	height: 15px;
	margin-top: 10px;
	text-align: right;
}

#language a
{
	color: #7C7C7C;
	text-decoration: none;
}
*/