<style>
/* kleuren schema zakelijk duidelijk en strak:

totaal achtergrond	- FFFFFF

>> STANDAARD
tekst tabel titel		- FFFFFF
tabel titel achtergrond - 849DAA
tabel titel border		- 555555
tabel achtergrond		- EBEAEA
tabel border			- AFAFAF

>> FOUTMELDINGEN
tabel titel achtergrond - E70026

>> INFOMELDINGEN
tabel titel achtergrond - 3AA500


tekst link active
tekst link link
tekst link visited
tekst link over

tekst titel h3
tekst titel h2
tekst titel h1

FORMULIEREN

input veld border 	- DADADA
tekst kleur			- standaard (of grijs)
tekst grootte		- standaard


Tekst
*/

body  {
	background-color : #FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#c7dcfe;
	scrollbar-darkshadow-color:#c7dcfe;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#c7dcfe;
}

A:ACTIVE, A:LINK, A:VISITED {
	font-size: 10px;
	font-weight : 800;
	font-family : "Arial";
	color:#81654F;
	text-decoration : none;
	font-stretch : inherit;
	}

A:HOVER {
	font-size : 10px;
	font-weight : 800;
	font-family : "Arial";
	color : #81654F;
	text-decoration : underline
	}


.tabel	{
	font-family : Arial;
	font-weight : 800;
	color : #1B488C;
	font-size : 10px;
	background-color: #EBEAEA;
	}

.menuvlak	{
	font-family : Arial;
	font-weight : 800;
	color : #404040;
	font-size : 10px;
	background-color: #EBEAEA;
	border: 1px ridge #AFAFAF;
	}

.titelvlak	{
	font-family : Arial;
	font-weight : bold;
	color : #FFFFFF;
	font-size : 10px;
	border :1px ridge #555555;
	background-color: #849DAA;
	}

.kopfood {
	font-family : Arial;
	color : #1B488C;
	font-size : 10px;
	background-color: #FFFFFF;
	border: 0px ridge black;
	}

/* Formulier styles */

.knop {
	font-family:arial;
	color: #606060;
	font-size: 9px;
	background-color : #DADADA
	border : 1px solid #606060;
	/*height : 14px;*/
	}

input {
	font-family:arial;
	color:#606060;
	font-size:9px;
	background-color:#ffffff;
	border : 1px solid #DADADA;
}

.select-input {
	font-family:arial;
	color:#606060;
	font-size:10px;
	background-color:#EBEAEA;
	border : 0px;
}


select {
	font-family:arial;
	color:#606060;
	font-size:10px;
	background-color:#ffffff;
	border : 1px solid #DADADA;
}

option {
	font-family:arial;
	color:#606060;
	font-size:10px;
	background-color:#FFFFFF;
	border : 1px solid #DADADA ;
}

/* Fout presentatie vlak */

.fouttitelvlak	{
	font-family : Arial;
	font-weight : 800;
	color : darkblue;
	font-size : 10px;
	border :1px ridge gray;
	background-color: red;
	}

/* info presentatie vlak */

.infotitelvlak	{
	font-family : Arial;
	font-weight : 800;
	color : darkblue;
	font-size : 10px;
	border :1px ridge gray;
	background-color: lightgreen;
}


h1	{
	color : #303030;
    font-size : 16px
	}

h2	{
	color : #303030;
    font-size : 14px
	}

h3	{
	color : #303030;
    font-size : 12px
	}

pre {
	font-size: 11px;
	font-weight :  normal;

}
</style>


