<!--

/* Hieronder staan de styles standaard gebruikt worden voor websites van Webfix */

BODY		{
			font-family: Arial, Verdana, Times New Roman;
			font-weight: normal; 
			font-size:10pt;
			color: #565a5f;
			background-color: #FFFFFF;
			background-image: url(images/bg.gif);
			scrollbar-face-color: #FFFFFF;
			scrollbar-arrow-color: #5d5a54;
			scrollbar-track-color: #f4f4f4;
			scrollbar-shadow-color: #5d5a54;
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-3dlight-color: #5d5a54;
			scrollbar-darkshadow-Color: #FFFFFF;
			}
	
A			{
			font-weight: bold;
			font-size: 10pt;
			font-family: Arial, Verdana, Times New Roman;
			color: #1e97d3;
			cursor: hand;
			text-decoration:none;
			}
			
A:hover 	{
			font-weight: bold; 
			font-size: 10pt; 
			font-family: Arial, Verdana, Times New Roman;
			color: #68de00;  
			cursor: hand;
			}
			

			
P			{
			font-weight: normal;
			font-size:10pt;
			color: #565a5f;
			}		
			
TD 			{
			font-weight: normal;
			font-size:10pt;
			color: #565a5f;
			}
			
.image		{
			border: 0
	 		}
			
.size1	 	{
			font-size:8pt;
			}
			
.size2 		{
			font-size:10pt;
			}
			
.size3 		{
			font-size:12pt;
			}			
			
.titel1 	{
			font-weight: bold;
			color: #565a5f;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}				
			
.titel2 	{
			font-weight: bold;
			color: #2fb793;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}
			
.titel3 	{
			font-weight: bold;
			color: #565a5f;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 12pt;
			}
			

.titel31 	{
			font-weight: bold;
			color: #565a5f;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 20pt;
			}	
			
.titel4 	{
			font-weight: bold;
			color: #68de00;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 12pt;
			}
			
.titel5 	{
			font-weight: bold;
			color: #00a6ee;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 42pt;
			}			
			
.titel6 	{
			font-weight: bold;
			color: #fa6429;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 12pt;
			}

.titel7 	{
			font-weight: bold;
			color: #00a6ee;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;			
			}
			

.titel8 	{
			font-weight: bold;
			color: #FFFFFF;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 11pt;			
			}
			
.titel32 	{
			font-weight: bold;
			color: #FFFFFF;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 15pt;			
			}			
			

.titel9 	{
			font-weight: bold;
			color: #000000;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 12pt;
			}				
			
.link1 a 	{
			font-weight: bold;
			text-decoration:none;
			font-family: Arial, Verdana, Times New Roman;
			color: #606467;
			cursor: hand;
			font-size: 10pt;
			}

.link2 a 	{
			font-weight: bold;
			text-decoration:none;
			font-family: Arial, Verdana, Times New Roman;
			color: #FFFFFF;
			cursor: hand;
			font-size: 10pt;
			}
						
			
.tekstwit 	{
			font-weight: normal;
			color: #FFFFFF;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}
			
.tekstzwart {
			font-weight: normal;
			color: #000000;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}
			
.tekstgrijs {
			font-weight: normal;
			color: #42494c;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 10pt;
			}	
			
/* Hieronder dienen de styles te staan die specifiek voor deze website zijn toegevoegd */

#hintbox	{ /*CSS for pop up hint box */
			position:absolute;
			top: 0;
			background-color: #FFFFFF;
			text-align: left;
			width: 175px; /*Default width of hint.*/ 
			padding: 3px;
			border:1px solid #000000;
			font:normal 11px Verdana;
			line-height:18px;
			z-index:100;
			border-right: 3px solid black;
			border-bottom: 3px solid #000000;
			visibility: hidden;
			}

.hintanchor	{ /*CSS for link that shows hint onmouseover*/
			font-weight: bold;
			color: navy;
			margin: 3px 8px;
			text-align: left;
			}

-->