var teuton_hell = {
  src: './fonts/teuton_hell.swf'
};
var teuton_normal = {
  src: './fonts/teuton_normal.swf'
};
sIFR.activate(teuton_hell, teuton_normal);

sIFR.replace(teuton_hell, {
  selector: '#sidebar .pink h3'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #EC008C }'
		,'a { text-decoration: none; }'
		,'a:link { color: #EC008C; }'
		,'a:hover { color: #FF2BAB; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,tuneHeight:-2
});

sIFR.replace(teuton_hell, {
  selector: '#sidebar .blue h3'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #00ADEF }'
		,'a { text-decoration: none; }'
		,'a:link { color: #00ADEF; }'
		,'a:hover { color: #35CAFF; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,tuneHeight:-2
});

sIFR.replace(teuton_hell, {
  selector: '#sidebar .gray h3'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #8D8E8F }'
		,'a { text-decoration: none; }'
		,'a:link { color: #8D8E8F; }'
		,'a:hover { color: #A9AAAB; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,tuneHeight:-4
});

sIFR.replace(teuton_hell, {
  selector: '#video_vypis h2, #foto_detail h2, #contentbox h3.pink'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #EC008C }'
		]
	,wmode: 'transparent'
});

sIFR.replace(teuton_hell, {
  selector: '#video_detail h2, #foto_vypis h2, #contentbox h3.blue'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #00ADEF }'
		]
	,wmode: 'transparent'
});

sIFR.replace(teuton_hell, {
  selector: '#journal_vypis h2, #contentbox h3.gray'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #8D8E8F }'
		]
	,wmode: 'transparent'
});

sIFR.replace(teuton_hell, {
  selector: '#journal_detail h2'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #C1D72F }'
		]
	,wmode: 'transparent'

});

sIFR.replace(teuton_hell, {
  selector: '#contentbox h3.green, #contentbox #journal_vypis h3.green'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #C1D72F }'
		,'a { text-decoration: none; }'
		,'a:link { color: #C1D72F; }'
		,'a:hover { color: #D5E470; }'
		]
	,wmode: 'transparent'
	,fitExactly: true
	,tuneHeight:-4
  //, offsetTop:-3, fitExactly:true
});


sIFR.replace(teuton_hell, {
  selector: '#contentbox h3.white'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #FFFFFF }'
		]
	,wmode: 'transparent'
});
/*
sIFR.replace(teuton_hell, {
  selector: '#contentbox #journal_vypis h3'
	,css:
		[
		'.sIFR-root { font-weight: bold; color: #C1D72F }'
		,'a { text-decoration: none; }'
		,'a:link { color: #C1D72F; }'
		,'a:hover { color: #D5E470; }'
		]
	,wmode: 'transparent'
});*/
