/* STANDAARDINSTELLINGEN VOOR HTML-DOCUMENTEN */ 

		BODY{
		margin-left		: 10pt;
		
		margin-top			: 5pt;
		margin-bottom		: 5pt;
		background-color	: #FFFFFF;
	}

	P{
	color				: #000000;
	font-size			: 10pt;
	font-family		: Arial, Helvetica, sans-serif;
	font-weight		: normal;
	font-style 		: normal;
	text-align			: left;
	margin-top			: 0pt;
	margin-bottom		: 0pt;
	margin-left		: 0px;
	}

	LI{
		color				: #000000;
		font-size			: 10pt;
		font-family		: Arial;
		font-weight		: normal;
		font-style 		: normal;
		margin-left		: 0px;
	}

	UL{
		margin-top			: 0pt;
		margin-bottom		: 0pt;
	}


/* randje rondom cellen */
.input         { border:1px solid #0000FF; }

/* subkopjes */
.subkopjes  {  
	color				: #666666;	
	font-weight			: bold;
	font-size			: 10pt;
	}
	
/* actieve_links_uit_menu */
.actieve_links_uit_menu  {  
	color				: #ff6600;	
	font-weight			: bold;
	font-size			: 11pt;
	}

/* hoofdkop */
.hoofdkop  {  
	color				: #666666;	
	font-weight			: bold;
	font-size			: 14pt;
	}
	
	/* hoofdkop extra groot*/
.hoofdkop_extra_groot  {  
	color				: #666666;	
	font-weight			: bold;
	font-size			: 20pt;
	}
	
	/* subkopjes */
.subkopjes  {  
	color				: #666666;	
	font-weight			: bold;
	font-size			: 11pt;
	}
	
/* klein_schuingedrukt */
.klein_schuingedrukt  {  
	color				: #000000;	
	font-style			: italic;
	font-size			: 10pt;
	}

/* Menu_links */ 
.Menu_links:link {
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: #0000ff; 
}
.Menu_links:visited {
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: #0000ff; 
}
.Menu_links:hover {
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: #ff6600; 
}
.Menu_links:active {
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: #ff6600; 
}

/* Kleine_links */ 
.Kleine_links:link {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ff; 
}
.Kleine_links:visited {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ff; 
}
.Kleine_links:hover {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #ff6600; 
}
.Kleine_links:active {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #ff6600; 
}

/* Links_oranje_achtergrond */ 
.Links_oranje_achtergrond:link {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ff; 
}
.Links_oranje_achtergrond:visited {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ff; 
}
.Links_oranje_achtergrond:hover {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #666666; 
}
.Links_oranje_achtergrond:active {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ff; 
}

/* italic_links */ 
.Wit_italic_links:link {
	text-decoration: none; 
	font-style: italic;
	color: #0000ff; 
}
.Wit_italic_links:visited {
	text-decoration: none; 
	font-style: italic;
	color: #0000ff; 
}
.Wit_italic_links:hover {
	text-decoration: none; 
	font-style: italic;
	color: #ff6600; 
}
.Wit_italic_links:active {
	text-decoration: none; 
	font-style: italic;
	color: #ff6600; 
}
	
/* Tabellen */ 
	TH{
		background-color	: #009966;
				padding			: 10px;
		text-align			: left;
		font-family		: Arial;
		font-style 		: normal;
		font-size			: 12pt;
		color				: #FFFFFF;
	}

	TR{
		color				: #000000;
	}

	TD{
		color				: #000000;
		font-size			: 10pt;
		font-family		: Arial;
		font-weight		: normal;
		font-style 		: normal;
	}



    ul {
    list-style: none;
    }

    li {
    padding-left: 10px;
	margin-left		: 0px;
    background: url(plaatjes/bullet.gif) no-repeat;
	background-position: 0 5px;
    }
	
	/* Tip */
	
	.Tip {	color: #FF0000;
	font-weight: bold;
}

.tekst_in_blauwe_tabelkop {
	color: #FFFFFF;
	font-weight: bold;
}

.witte_kop_in_oranje {
	color: #FFFFFF;
	font-weight: bold;
	font-size			: 12pt;
}

.witte_tekst_in_oranje {
	color: #FFFFFF;
	font-weight: normal;
}
