/******************************************************************************************************************

																	Stijl 0 Basis HTML elementen.
		
*******************************************************************************************************************

/**** BODY, TD, P moeten allemaal dezelfde regels hebben! ****/

/*----------------------------SCROLLBAR      CB  ---------------------------------*/
BODY{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #666666;
	scrollbar-dark-shadow-color: white;
	scrollbar-track-color: White;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: White;
	scrollbar-3d-light-color: #666666;
	scrollbar-darkshadow-color : White;
	scrollbar-3dlight-color : #666666;
	background-repeat: no-repeat;
}
table, TD, P {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;	
	background-repeat: no-repeat;
	}
/*********************************************************
                              H1 - H6
 **********************************************************/

h1 {
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	font-size: 150%;
}
h2 {
		font-size: 130%;
}
h3 {
	font-size: 110%;
}

/*----------oranje kopjes --------------------*/
h4 {
	font-size: 100%;
	color : #FF672D;
}
h5 {
		font-size: 90%;
}
h6 {
		font-size: 70%;
}
		
/*********************************************************
                              links & navigatie algemeen
 **********************************************************/
a {
	color : #000000;
; text-decoration: none
}
a:visited {
	color: #666666;
}
a:hover {
	color : #666666; text-decoration: underline
}
INPUT,SELECT{
	background-color : #E6F6E6;
	border : 1px solid #429C39;
	font-family : Arial;
	font-size : 11px;
	padding : 2 2 2 2;
}

#nieuws {
	padding: 0px;
}
#nieuws p{
	color: #ffffff;
}
#nieuws a{
	color: #ffffff;
}
#nieuws h1{
	color: #E49766;
	font-size: 150%;
}

