@charset "iso-8859-1";

/*Opmaak van normale tekst*/
.normaal 	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	}

a.normaal:hover
	{
	color: #666666;
	text-decoration: underline;
	}

a.normaal:link
	{
	color: #d3031c;
	text-decoration: none;
	}
	
	a.normaal:visited
	{
	color: #d3031c;
	text-decoration: underline;
	}
	
/*normale tekst-opsomming*/
.links 	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d3031c;
	line-height: 16px;
	text-decoration: none;
	}
	
a.links:link
	{
	color: #666666;
	text-decoration: none;
	}

	
	/*Kleur van teksten in grijze navigatiebalk bij mouseover*/
a.links:hover
	{
	color: #d3031c;
	text-decoration: underline;
	}
	
a.links:visited
	{
	color: #666666;
	text-decoration: underline;
	}

/*Opmaak van kop 1*/
.h1		
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
	color: #f6a800;
	line-height: 16px;	
	}
	
/*Opmaak van kop 2*/
.h2		
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d3031c;
	line-height: 16px;	
	}
	
	/*Opmaak van kop 2*/
.h3		
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;	
	}