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

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

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

/*----------------------------SCROLLBAR      CB  ---------------------------------*/
BODY {
	scrollbar-arrow-color: #2A5296;
	scrollbar-base-color: #2A5296;
	scrollbar-dark-shadow-color: white;
	scrollbar-track-color: White;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #2A5296;
	scrollbar-highlight-color: White;
	scrollbar-3d-light-color: #2A5296;
	scrollbar-darkshadow-color : White;
	scrollbar-3dlight-color : #2A5296;
	background-repeat: no-repeat; 
	background-position: left bottom;
}

TD, P {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-size : 7pt;
	letter-spacing: 1px;
	line-height: 1.7;
	valign: top;
	align: left;

}

/*********************************************************
                              H1 - H6
 **********************************************************/

H1,H2,H3,H4,H5,H6 {
	font-size: 16pt;
	font-weight: bold;
	color: #2A5296;
	font-style: italic;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #2A5296;
	font-style: italic;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #7F2F2F;
	font-style: italic;
	text-decoration: underline;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #2A5296;
	font-style: italic;
	text-decoration: underline;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2A5296;
}
h6 {
	font-size: 70%;
	font-weight: bold;
	color: #2A5296;
}
		
/*********************************************************
                              links & navigatie algemeen
 **********************************************************/
a {
	color : #7F2F2F;
	text-decoration: underline;
}
a:visited {
	color: #2A5296;
}
a:hover {
	color : #2A5296; 
	text-decoration: none;
}
INPUT,SELECT{
	background-color : #E6F6E6;
	border : 1px solid #429C39;
	font-family : Arial;
	font-size : 11px;
	padding : 2 2 2 2;
}

/************************************************************
                            specials
************************************************************/
td.adres{
	color: #9B9B9B;
	/****padding en linespacing toevoegn en char spacing******/
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 1.3;
	padding-right: 5px;
}

#submenu {
 	font-family: Arial, Helvetica, sans-serif;
	color: #2A5296;
	font-size : 8pt;
	color: #2A5296;
	/****padding en linespacing toevoegn en char spacing******/
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: -2;
	margin-top: 3px;
}

#submenu a{
 	font-family: Arial, Helvetica, sans-serif;
	color: #2A5296;
	text-decoration: none;
}

#submenu a:hover {
	color : #7F2F2F; 
}
table.personeel {
	letter-spacing: 0;
	line-height: -5;
	valign: top;
	align: left;
	padding-right: 5px;
	padding-bottom: 15px;
}