
var lettertype = { src: 'flash/lettertype.swf' };
sIFR.activate(lettertype);

sIFR.replace(lettertype, {
      selector: '#banner .tekstvenster h1'
      ,css: [
        '.sIFR-root { font-size:19px; color:#bb2c1c; font-weight:normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #bb2c1c; }'
        ,'a:hover { color: #bb2c1c; text-decoration: underline;}'
      ]
	  ,wmode: 'transparent'
    });

sIFR.replace(lettertype, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { font-size:22px; color:#bb2c1c; font-weight:normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #bb2c1c; }'
        ,'a:hover { color: #bb2c1c; text-decoration: underline;}'
      ]
	  ,wmode: 'transparent'
    });

sIFR.replace(lettertype, {
      selector: '#sub #submenu .contactinfo h2'
      ,css: [
        '.sIFR-root { font-size:15px; color:#ffffff; font-weight:normal;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; text-decoration: underline;}'
      ]
	  ,wmode: 'transparent'
    });

sIFR.replace(lettertype, {
      selector: 'h2'
      ,css: [
        '.sIFR-root { font-size:18px; color:#e8842e; font-weight:normal;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #e8842e; }'
        ,'a:hover { color: #e8842e; text-decoration: underline;}'
      ]
	  ,wmode: 'transparent'
    });


sIFR.replace(lettertype, {
      selector: 'h3'
      ,css: [
        '.sIFR-root { font-size:16px; color:#bb2c1c; font-weight:normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #bb2c1c; }'
        ,'a:hover { color: #bb2c1c; text-decoration: underline;}'
      ]
	  ,wmode: 'transparent'
    });
