  /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
		
  var moolbor = {
      src: '/flash/moolbor.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]
    };
	
	sIFR.activate(moolbor);

    sIFR.replace(moolbor, {
      selector: '#blogBox h1, #popuBox h1, #diversenBox h1, .kop h1'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; text-transform: uppercase; font-size: 20px; color: #ffffff;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #fff; }'
        ,'a:hover { color: #ab216c; }'
      ], wmode: 'transparent'
    });
	
	  sIFR.replace(moolbor, {
      selector: '#subBox .content h1, #Reacties'
      ,css: [
        '.sIFR-root { margin-left: 4px; clear: both; text-align: left; font-weight: normal; text-transform: uppercase; height: 20px; font-size: 20px; color: #4b96d7; outline: none;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #4b96d7; }'
        ,'a:hover { color: #4b96d7; }'
      ], wmode: 'transparent'
    });
	
	  sIFR.replace(moolbor, {
      selector: '#content h1'
      ,css: [
        '.sIFR-root { line-height: 22px; display: block; height: auto; width: auto; padding: 0; clear: both; text-align: left; font-weight: normal; text-transform: uppercase;  font-size: 26px; color: #214986; outline: none;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #214986; }'
        ,'a:hover { color: #214986; }'
      ], wmode: 'transparent'
    });
    
     sIFR.replace(moolbor, {
      selector: '#content h2'
      ,css: [
        '.sIFR-root { display: table; margin:16px 0 0 0; padding:0; clear: both; text-align: left; font-weight: normal; text-transform: uppercase; font-size: 24px; color: #214986; outline: none;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #214986; }'
        ,'a:hover { color: #214986; }'
      ], wmode: 'transparent'
    });
	
	sIFR.replace(moolbor, {
      selector: 'ul.infoList .titel'
      ,css: [
        '.sIFR-root { padding: 10px; clear: both; text-align: left; font-weight: normal; text-transform: uppercase; height: 20px; font-size: 20px; color: #214986; outline: none;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #214986; }'
        ,'a:hover { color: #214986; }'
      ], wmode: 'transparent'
    });
		
	sIFR.replace(moolbor, {
      selector: '.button'
      ,css: [
        '.sIFR-root {text-align: left; text-transform: uppercase; font-size: 16px; color: #ab216e;}'
        ,'a {text-decoration: none; }'
        ,'a:link { color: #ab216e; }'
        ,'a:hover { color: #4b96d7; }'
      ], wmode: 'transparent'
    });
	

//hoofdMenu 
sIFR.replace(moolbor, {
  selector: '.menuItem'
  ,css: [
	'.sIFR-root {color: #ffffff; text-transform: uppercase; text-align: center;}'
	,'a {color:#ab216c; text-decoration: none;}'
	,'a:hover {color: #ab216c;}'
	,'a:link {color: #ffffff; }'
	,'a:visited {color: #ffffff;}'
	,'a:active {color: #ab216c;}'
	,'a.active {color: #ab216c;}'
  ], wmode: 'transparent'
}); 
	
	sIFR.replace(moolbor, {
      selector: '.topText, .topText strong, .topText a'
      ,css: [
        '.sIFR-root {color: #214986; margin-top: 10px;  text-align: left; font-weight: normal; text-transform: uppercase; height: auto; width: auto; font-size: 14px; color: #214986; outline: none;}'
        ,'a { color: #214986; text-decoration: none; }'
        ,'a:link {color: #214986; }'
        ,'a:hover {color: #214986; text-decoration: underline; }'
		,'a:active {color: #214986; }'
		,'a:visited {color: #214986; }'
      ], wmode: 'transparent'
    });
	
	sIFR.replace(moolbor, {
	  selector: '.headerText'
	  ,css: [
		'.sIFR-root {color: #214986; margin-top: 10px; clear: both; text-align: left; text-transform: uppercase; height: auto; font-size: 14px; color: #214986; outline: none;}'
		,'a { color: #214986; text-decoration: none; }'
		,'a:link {color: #214986; }'
		,'a:hover {color: #214986; text-decoration: underline; }'
		,'a:active {color: #214986; }'
		,'a:visited {color: #214986; }'
	  ], wmode: 'transparent'
	});
	
	sIFR.replace(moolbor, {
      selector: 'span#titel'
      ,css: [
        '.sIFR-root { font-weight: bold; text-align: left; text-transform: uppercase; font-size: 14px; color: #000000;}'
      ], wmode: 'transparent'
    });
