

/* --- AFBEELDINGEN ----------------------------------------------- */
IMG {
	border-color : #333333 #333333 #333333 #333333;
}

/* --- GENUMMERDE LIJST ------------------------------------------- */
OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	list-style-type: decimal;
	color : #444444;
	line-height : 20px;
	margin-left : 30px;
	margin-top : 0px;
	margin-bottom : 10px;
	padding-left : 0px;
	text-align : left;
}


/* --- BULLET LIJST ----------------------------------------------- */
UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #444444;
	line-height : 20px;
	margin-left : 25px;
	margin-top : 0px;
	margin-bottom : 10px;
	padding-left : 0px;
	line-height : 20px;
	text-align : left;
}


/* --- PARAGRAAF -------------------------------------------------- */
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #444444;
	line-height : 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* --- PAGINA TITELS ---------------------------------------------- */
H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : #5E6F7F; 
	margin-top: 0px;
	margin-bottom: 5px;
}


/* --- KOP 2 ------------------------------------------------------ */
H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #6D8496;
	font-weight : bolder;
	margin-bottom: 5px;
}


/* --- GEWONE LINKS ------------------------------------------------ */
a:link { 
	color: #FF6600; 
	text-decoration: none;
}
a:visited { 
	color: #FF6600; 
	text-decoration: none;
}
a:hover { 
	color: #5E6F7F;
	text-decoration: underline;
}
a:active { 
	color: #5E6F7F;
	text-decoration: underline;
}

/* --- MENU LINKS ------------------------------------------------ */
a.menu:link { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #FFFFFF; 
	text-decoration: none;
}
a.menu:visited { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #FFFFFF; 
	text-decoration: none;
}
a.menu:hover { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:active { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #FFFFFF;
	text-decoration: none;
}


