var AGaramond = {
	src: 'flash/helvetica.swf'
	,ratios: 	[8,1.3,9,1.22,10,1.25,11,1.22,12,1.2,18,1.19,21,1.15,22,1.16,30,1.15,40,1.14,51,1.13,82,1.12,84,1.11,85,1.12,89,1.11,90,1.12,1.11]

};

sIFR.activate(AGaramond); // Vanaf revisie 2.09

sIFR.replace(AGaramond, {
	selector: 'h1'
	    ,css: [
	      '.sIFR-root { font-size: 25px; color: #000000; font-style: normal; }'
	    ]
		, wmode: 'transparent'
	  });

// Content *Home* //
	sIFR.replace(AGaramond, {
		selector: '#content .sub'
				  ,css: [
					'.sIFR-root { font-size: 25px; color: #4e2f0d; font-style: normal; }'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content p'
				  ,css: [
					'.sIFR-root { font-size: 20px; color: #262327; font-style: normal; }'
					, 'a {color: #000000; text-decoration: underline;}'
					, 'a:hover {color: #4e2f0d; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});

// Content *Brasserie NU* //
	sIFR.replace(AGaramond, {
		selector: '#content-brasserie .sub'
				  ,css: [
					'.sIFR-root { font-size: 25px; color: #4e2f0d; font-style: normal; }'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content-brasserie p'
				  ,css: [
					'.sIFR-root { font-size: 20px; color: #262327; font-style: normal; }'
					, 'a {color: #000000; text-decoration: underline;}'
					, 'a:hover {color: #4e2f0d; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});

// Content "Restaurant" //
	sIFR.replace(AGaramond, {
		selector: '#content-restaurant .sub'
				  ,css: [
				    '.sIFR-root { font-size: 25px; color: #e2007a; font-style: normal; }'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content-restaurant p'
				  ,css: [
				    '.sIFR-root { font-size: 20px; color: #262327; font-style: normal; }'
					, 'a {color: #000000; text-decoration: underline;}'
					, 'a:hover {color: #e2007a; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});

// Content *Drinks & bites*
	sIFR.replace(AGaramond, {
		selector: '#content-drinksbites .sub'
				  ,css: [
					'.sIFR-root { font-size: 25px; color: #009ee0; font-style: normal; }'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			}
		);
	sIFR.replace(AGaramond, {
		selector: '#content-drinksbites p'
				  ,css: [
					'.sIFR-root { font-size: 20px; color: #262327; font-style: normal; }'
					, 'a {color: #000000; text-decoration: underline;}'
					, 'a:hover {color: #009ee0; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			}
		);

// Content "Bruiloften en feesten" //
	sIFR.replace(AGaramond, {
		selector: '#content-bruiloftenfeesten .sub'
				  ,css: [
					'.sIFR-root { font-size: 25px; color: #b4d500; font-style: normal; }'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content-bruiloftenfeesten p'
				  ,css: [
					'.sIFR-root { font-size: 20px; color: #262327; font-style: normal; }'
					, 'a {color: #000000; text-decoration: underline;}'
					, 'a:hover {color: #b4d500; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});

// Content "Dansavonden" //
	sIFR.replace(AGaramond, {
		selector: '#content-dansavonden .sub'
				  ,css: [
					'.sIFR-root { font-size: 25px; color: #5a007c; font-style: normal; }'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content-dansavonden p'
				  ,css: [
					'.sIFR-root { font-size: 20px; color: #262327; font-style: normal; }'
					, 'a {color: #000000; text-decoration: underline;}'
					, 'a:hover {color: #5a007c; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});

// Content "Agenda" //
	sIFR.replace(AGaramond, {
		selector: '.maand'
				  ,css: [
					'.sIFR-root { font-size: 11px; color: #ffffff; font-style: normal; text-align: center;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '.datum'
				  ,css: [
					'.sIFR-root { font-size: 18px; color: #fe8f00; font-style: normal; text-align: center; }'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content-agenda .sub'
				  ,css: [
					'.sIFR-root { font-size: 25px; color: #fe8f00; font-style: normal;}'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content-agenda .agenda'
				  ,css: [
					'.sIFR-root { font-size: 18px; color: #000000; font-style: normal;}'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content-agenda p'
				  ,css: [
					'.sIFR-root { font-size: 18px; color: #fe8f00; font-style: normal; }'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});

// Content "Contact" //
	sIFR.replace(AGaramond, {
		selector: '#content-contact p'
				  ,css: [
					'.sIFR-root { font-size: 20px; color: #828282; font-style: normal; }'
					, 'a {color: #000000; text-decoration: none;}'
					, 'a:hover {color: #000000; text-decoration: underline;}'
				  ]
			, wmode: 'transparent'
			});
	sIFR.replace(AGaramond, {
		selector: '#content-contact label'
				  ,css: [
					'.sIFR-root { font-size: 18px; color: #828282; font-style: normal; }'
				  ]
			, wmode: 'transparent'
			});

// Content "Adres" aan zijkant //
	sIFR.replace(AGaramond, {
		selector: '#adresgegevens p'
						,css: [
						  '.sIFR-root { font-size: 14px; color: #999999; font-style: normal; }'
						  , 'a {color: #999999; text-decoration: none;}'
						  , 'a:hover {color: #999999; text-decoration: underline;}'
						]
			, wmode: 'transparent'
			});