/* =================================================== */
/* ALGEMENE VORMGEVING : */
/* =================================================== */
/* body: is de basis voor elk document */ 
body {
	background-color: #FFFFFF;							/* achtergrond kleur van body    	 		*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* font type van text in body 				*/
	font-size: 12px;									/* font grootte van text in  body			*/
	line-height: 18px;									/* regelafstand inhoud body					*/
	color: #003399;										/* textkleur van text in body				*/
}
.blauw  {
	background-color: #003399;							/* achtergrond kleur van body    	 		*/
}

/*tabelcellen: is de basis voor elk document */ 
td, th {
	background-color: #FFFFFF;							/* achtergrond kleur van tabelcel			*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* font type voor text in tabellen			*/
	font-size: 12px;									/* font grootte van text in  tabel			*/								
	line-height: 18px;									/* regelafstand inhoud body					*/
	color: #003399;										/* textkleur van text in body				*/
}

/* paragraaf style met inspringen in het begin */
.inspring {
	text-indent: 10px; 									/* bij elke paragraaf text inspringen		*/
	background-color: #FFFFFF;							/* achtergrond kleur van body    	 		*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* font type van text in body 				*/
	font-size: 12px;									/* font grootte van text in  body			*/
	line-height: 18px;									/* regelafstand inhoud body					*/
	color: #003399;										/* textkleur van text in body				*/
}
/* gewone paragraaf style: zonder inspringen */
p {
	background-color: #FFFFFF;							/* achtergrond kleur van body    	 		*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* font type van text in body 				*/
	font-size: 12px;									/* font grootte van text in  body			*/
	line-height: 18px;									/* regelafstand inhoud body					*/
	color: #003399;										/* textkleur van text in body				*/
}
/* style voor h3-tag */
h3 {
	background-color: #FFFFFF;	
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 16px;									
	line-height: 22px;	
	color: #003399;
	text-align: center;
}
/* style voor h2-tag */
h2 {
	background-color: #FFFFFF;	
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 18px;									
	line-height: 24px;	
	color: #003399;
	text-align: center;
}
/* style voor h1-tag */
h1 {
	background-color: #FFFFFF;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;									
	line-height: 26px;	
	color: #003399;
	text-align: center;
}

/* geeft de textlinks de juiste kleur en effecten */
a:link {
	color: #CC3300;										/* kleur van de inactieve link 				*/
	text-decoration: none;								/* mogelijkheden: none/underline/overline/line-through/blink */
}
a:visited {
  color: #660000;										/* kleur van de bezochte link 				*/
	text-decoration: none;								/* mogelijkheden: none/underline/overline/line-through/blink */
}
a:hover {
	text-decoration: none;								/* mogelijkheden: none/underline/overline/line-through/blink */
}
a:active {
	color: #CC3300;										/* kleur van de actieve link 				*/
	text-decoration: none;								/* mogelijkheden: none/underline/overline/line-through/blink */
}
a.hidden {
  	color: #CC3300;										/* kleur van de hidden link 				*/
	text-decoration: none;								/* mogelijkheden: none/underline/overline/line-through/blink */  
}
/* =================================================== */
/* MENU : frame4 de knoppen */
/* =================================================== */
/*is voor het menu gedeelte (frame4: de knoppen) */ 
.menuStyle {
	background-color: #003399;							/* achtergrond kleur van sectie menuStyle		*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* font type van text in sectie	menuStyle		*/
	font-size: 12px;									/* fontgrootte van text van sectie menuStyle	*/
	line-height: 18px;									/* regelafstand van text van sectie menuStyle	*/
	color: #003399;										/* textkleur van text van sectie menuStyle		*/
}
/* is voor de links in het menugedeelte: die moeten speciaal eruit zien */
.Navlink {
	COLOR: #FFFFFF;										/* kleur van de text van de linnk				*/ 
	TEXT-DECORATION: none;								/* mogelijkheden: none/underline/overline/line-through/blink */ 
	font-family: arial;									/* font type van text in sectie	Navlink			*/ 
	font-size: 10pt; 									/* fontgrootte van text van sectie Navlink		*/
	font-weight: bold;									/* fontweergave: normal/bold/bolder/lighter		*/
}
a:link.Navlink  {										/* basislink									*/
	color : #FFFFFF;									/* kleur van de text van de linnk				*/ 
}
a:visited.Navlink  {									/* bezochte link								*/
	color : #FFFFFF;									/* kleur van de text van de linnk				*/ 
}
a:active.Navlink  {										/* actieve link									*/
	text-decoration: none;								/* mogelijkheden: none/underline/overline/line-through/blink */
}
a:hover.Navlink  {										/* bij bewegen van muis over link:
	text-decoration: none;								/* mogelijkheden: none/underline/overline/line-through/blink */
}

