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

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

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

BODY, P, TD{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: normal;
	color: #000000;
	margin-left : 0px;
	margin-top : 0px;
}
/*********************************************************
                              H1 - H6
 **********************************************************/

H1,H2,H3,H4,H5,H6 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #000000;
}
h2 {
		font-size: 130%;
}
h3 {
	font-size: 110%;
}
h4 {
		font-size: 100%;
}
h5 {
		font-size: 90%;
}
h6 {
		font-size: 70%;
}
code{
	color: #000000;
}

/*********************************************************
                              links
 **********************************************************/
a:link,a:active,a:visited,a:hover {
	color : blue;
	text-decoration : none;
	font-weight : normal;
}
a:hover {
	font-weight : normal;
	text-decoration : none;
	color : black
}

/*********************************************************
                                  tekststijlen 
 **********************************************************/

.header {
	color: black;
	font-weight: bold;
	background-color : black;
}
.footer {
	color: black;
	font-size: 80%;
}
.steunkleur{
	background-color : Silver;
}
.big {
	font-size : xx-large;
}
.omschrijvingrood {
	font-size : xx-omschrijvingrood;
}
.broodtekst{
	font-size: 120%;
}	
H1,H2,H3,H4,code {
	color : #000000;
	font-family : Verdana;
}
h1{ font-size:120%;}
h2{ font-size:110%;}
h3{ font-size:105%;}
h4{ font-size:100%;}

.introcitaatt {
	font-family : Verdana;
	font-size : x-large;
	font-style : italic;
	color : #69C028;
	margin-top : 4px;
}
.agendaheader {
	color: #69C028;
	font-weight: bold;
	font-size : 15px;
}
.itemheader {
	color: #BF2F38;
	font : bold;
	margin-bottom : 3px;
	font-size : larger;
}
.footer {
	color: black;
	font-size: 80%;
}
.omschrijvingrood {
	font-size : 11px;
	color : #BF2F38;
}


	
/*********************************************************************************************************************
																					Formulieren
*********************************************************************************************************************/
.label {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-style:normal;
	font-weight: bold;
	color : Gray;
}
.button {
		font-family: Verdana, sans-serif;								
		font-size: 8pt;													
		font-style:	normal;												
		font-weight: bold;												
}	

