
		var thesans = {
			src: 'thesans_nieuw.swf'
			,ratios: [9,1.27,14,1.19,21,1.16,28,1.13,38,1.12,53,1.11,60,1.1,61,1.11,94,1.1,96,1.09,101,1.1,102,1.09,103,1.1,108,1.09,110,1.1,1.09]
		};

		sIFR.useStyleCheck = true;
		sIFR.activate(thesans);

		sIFR.replace(thesans, {
			selector: 'h1'
			,css: [
				'.sIFR-root { color:#ff0000}'
				,'strong 	{ color:#000000; cursor:pointer; text-decoration: none;font-weight: normal; }'
				,'a 	 	{ color:#000000; cursor:pointer; text-decoration: none;}'
				,'a:hover	{ color:#000000; cursor:pointer; text-decoration: underline; }'
			]
			,transparent: 'true'
		});
		
		sIFR.replace(thesans, {
			selector: 'body#home h2'
			,css: [
				'.sIFR-root { cursor:pointer;}'
			]
			,transparent: 'true'	  
		});

		sIFR.replace(thesans, {
			selector: 'div#gerelateerd h2'
			,css: [
				'.sIFR-root { color:#ff2500;font-size: 16px;}'
			]
			,transparent: 'true'	  
		});

		sIFR.replace(thesans, {
			selector: 'h2'
			,css: [
			]
			,transparent: 'true'	  
		});

		sIFR.replace(thesans, {
			selector: 'div#snippets div.project h3'
			,css: [
				'.sIFR-root { color:#ff4040;cursor:pointer; }'
			]
			,transparent: 'true'	    
		});
		
		sIFR.replace(thesans, {
			selector: 'div#snippets h3'
			,css: [
				'.sIFR-root { color:#7f7f7f;font-size: 16px; }'
			]
			,transparent: 'true'	    
		});


		sIFR.replace(thesans, {
			selector: 'div.project h3'
			,css: [
				'.sIFR-root { color:#ff4040;cursor:pointer; }'
			]
			,transparent: 'true'	    
		});

		sIFR.replace(thesans, {
			selector: 'div.content h3'
			,css: [
				'.sIFR-root { color:#000000;font-size: 14px; }'
			]
			,transparent: 'true'	    
		});

		sIFR.replace(thesans, {
			selector: 'h3'
			,css: [
				'.sIFR-root { color:#ff4040;cursor:pointer; }'
			]
			,transparent: 'true'	    
		});

		sIFR.replace(thesans, {
			selector: 'div#gerelateerd h4.kalenderjaar'
				,css: [
				       '.sIFR-root { color:#FFFFFF; font-weight: bold; }'
				       ]
				       ,transparent: 'true'	    
		});

		
		sIFR.replace(thesans, {
			selector: 'h4'
			,css: [
				'.sIFR-root { }'
				,'a 	 { color:#000000; cursor:pointer; text-decoration: none; }'
				,'a:hover{ color:#000000; cursor:pointer; text-decoration: underline; }'
			]
			,transparent: 'true'	    
		});

		

		sIFR.replace(thesans, {
			selector: 'body#discipline h5'
			,css: [
				'.sIFR-root { color:#ff2500; font-size: 12px;}'
			]
			,transparent: 'true'	    
		});
		
		sIFR.replace(thesans, {
			selector: 'div.listitem h5'
			,css: [
				'.sIFR-root { color:#ff2500; }'
			]
			,transparent: 'true'	    
		});
		
		sIFR.replace(thesans, {
			selector: 'h5'
			,transparent: 'true'	    
		});

		sIFR.replace(thesans, {
			selector: 'ul.menu>li>a'
			,css: [
				'.sIFR-root { color:#ffffff; font-weight:bold; font-size:12px; text-transform:uppercase; display:block;}'
				,'a:hover 	{ color:#ff0000;}'
			]
			,transparent: 'true'	    
		});

/*
		sIFR.replace(thesans, {
			selector: 'ul.menu>li>ul.submenu>li'
			,css: [
				'.sIFR-root { color:#ff2400; font-weight:bold; font-size: 9px; text-transform:uppercase;text-indent: 5px;}'
				,'a 		{ color:#ffffff; text-decoration:none;}'
				,'a:hover 	{ color:#ff2400; text-decoration:none;}'
			]
			,transparent: 'true'	    
		});
*/

		sIFR.replace(thesans, {
			selector: 'ul.menu>li>ul.submenu>li.hier'
			,css: [
				'.sIFR-root { color:#ff2400; font-weight:bold; font-size: 10px; text-transform:uppercase;text-indent: 5px;cursor:pointer;}'
				,'a 		{ color:#ff2400; text-decoration:none;}'
				,'a:hover 	{ color:#ff2400; text-decoration:none;}'
			]
			,transparent: 'true'	    
		});


		sIFR.replace(thesans, {
			selector: 'ul.menu>li>ul.submenu>li'
			,css: [
				'.sIFR-root { color:#ffffff; font-weight:bold; font-size: 10px; text-transform:uppercase;text-indent: 5px;cursor:pointer;}'
				,'a 		{ color:#ffffff; text-decoration:none;}'
				,'a:hover 	{ color:#ff2400; text-decoration:none;}'
			]
			,transparent: 'true'	    
		});
	