/* For IE */
@font-face 
	{font-family: 'Frutiger';
	src: url("http://www.hannick.nl/layout/fonts/Frutiger.eot");}

/* For Other Browsers */
@font-face 
	{font-family: 'Frutiger';
	src: local('Frutiger'),
	     url('http://www.hannick.nl/layout/fonts/Frutiger.otf') format('opentype');}
	
/* Waar te gebruiken? */
.megablok h1, .regel .blok h2, #kalender th, .sideblok .head
	{font-family: Frutiger, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase; font-weight: normal;
	/* letter-spacing: 0.12em\9; */}
	
	
/* http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/ */