/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  ALEX VAN DER VEGT                                 */
/* ################################################## */

// Initialise the fonts
var MetaPlus = {
  src: 'kabelbn.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(MetaPlus);

// Replace the fonts
sIFR.replace(MetaPlus, {
	selector: '#headerCntr h3'
		,css: [
	    	'.sIFR-root { font-size: 12px; text-align: right; color: #0080c6; }'
	  	]
		,transparent: true
});

sIFR.replace(MetaPlus, {
	selector: '#contentCntr h1'
		,css: [
	    	'.sIFR-root { font-size: 22px; color: #077fc1; }'
	  	]
		,transparent: true
});

sIFR.replace(MetaPlus, {
	selector: '.textBox h2'
		,css: [
	    	'.sIFR-root { font-size: 24px; color: #077fc1; }'
	  	]
		,transparent: true
});

sIFR.replace(MetaPlus, {
	selector: '.meldBox div.text p'
		,css: [
	    	'.sIFR-root { font-size: 16px; color: #ffffff; }'
			,'a { text-decoration: none; color: #ffffff; }'
			,'a:hover { text-decoration: underline; color: #ffffff; }'
	  	]
		,transparent: true
});

sIFR.replace(MetaPlus, {
	selector: '.meldBox div.text h2, .meldBox div.text h3'
		,css: [
	    	'.sIFR-root { font-size: 22px; color: #0080c6; }'
	  	]
		,transparent: true
});