/* ################################################## */
/*  Made by: www.DIRECTBASING.com                     */
/*  Semantisch correcte xHTML Basing                  */
/* ################################################## */

// Initialise the fonts
var MankSans = {
  src: 'MankSans.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 Qlassik = {
  src: 'Qlassik.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]
};

// Activate the fonts
sIFR.activate(MankSans, Qlassik);

// Replace the fonts
sIFR.replace(MankSans, {
	selector: '#menuCntr li.active'
		,css: [
	    	'.sIFR-root { font-size: 24px; color: #00ae42; }'
			,'a { text-decoration: none; color: #00ae42; }'
			,'a:hover { text-decoration: none; color: #00ae42; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(MankSans, {
	selector: '#menuCntr li'
		,css: [
	    	'.sIFR-root { font-size: 24px; color: #343434; }'
			,'a { text-decoration: none; color: #343434; }'
			,'a:hover { text-decoration: none; color: #00ae42; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(MankSans, {
	selector: '#bannerCntr h2'
		,css: [
	    	'.sIFR-root { font-size: 24px; color: #e8e8e8; }'
			,'.green { color: #54d685; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(Qlassik, {
	selector: '.onzeBox h2, .welcomeBox h2'
		,css: [
	    	'.sIFR-root { font-size: 24px; color: #00ae42; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(Qlassik, {
	selector: '.onzeBox h3'
		,css: [
	    	'.sIFR-root { font-size: 18px; color: #2b2626; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});

sIFR.replace(MankSans, {
	selector: '.onzeBox h4, .welcomeBox h4'
		,css: [
	    	'.sIFR-root { font-size: 18px; color: #4a4a4a; }'
	  	]
		,transparent: true
		,forceSingleLine: true
});
