/* Lettertype definities */

/* Voor de corps-grootte wordt de eenheid em gebruikt, 1em = 100%.
Dit is dus een relatieve grootte en wordt gebruikt om de grootte te kunnen aanpassen voor slechtzienden. N.E. 08-2002*/

BODY, P, A, TABLE, TH, TR, TD, H1, H2, H3, H4, H5, H6, input, select, textarea
	{
	font-family: Verdana, sans-serif;
	}

TH, TD
	{
	color: #000000;
	font-size: 0.75em;
	}

P
	{
	color: #000000;
	margin-top: -4px;
	}

/* Afwijkende definities */
BODY
	{
	background-repeat: no-repeat;
	background: url(images/back3.gif) fixed;
	}


A:link
	{
	color: #3333CC;
	text-decoration: underline;
	}

A:visited  
	{
	color: #191966; 
	text-decoration: underline;
	}

A:active, A:hover
	{
	color: #E43E51;
	text-decoration: underline;
	}

h2, H3, H4, H5, H6
	{
	color: #000066;
	margin-bottom: 1px;
	}

H5, H6
	{
	margin-top: 1px;
	}

H1
	{
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	}

H2
	{
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
	}	

H3
	{
	font-size: 1em;
	font-weight: bold;
	margin-top: 14px;
	}

H4
	{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
	}

H5
	{
	font-size : 1em;
	/*color: #289ECD;*/
	color: White;
	margin-top: 2px;
}

H6
	{
	font-size : 1em;
	margin-top: 2px;
	font-weight: bolder;
}

UL
	{
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: url(images/ul_img.gif);
	}

OL
	{
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.subcontent
	{
	font-size : 0.9em;
	}

	
.homeInleiding P
	{
	font-size : 0.9em;
	padding-left: 10px;
	padding-right: 5px;
	color: #cc0011;
	}
		

/*submenu*/
.sub, .subAan, .subSub, .subSubAan
	{
	font-size: 11px;
	}
	
.sub
	{
	padding-top: 3px;
	padding-bottom: 3px;
	}

.subSub, .subSubAan
	{
	}

.sub A:link, .sub A:visited
	{
	color: #CC0011; text-decoration: none; font-weight: normal;
	}
	
.sub A:active, .sub A:hover
	{
	color: #000066; text-decoration: underline; font-weight: normal;
	}

.subAan A:link, .subAan A:visited
	{
	color: #000066; text-decoration: none; font-weight: bold;
	}
	
.subAan A:active, .subAan A:hover
	{
	color: #000066; text-decoration: underline; font-weight: bold;
	}

.subSub A:link, .subSub A:visited
	{
	color: #000066; text-decoration: none;
	}
	
.subSub A:active, .subSub A:hover
	{
	color: #000066; text-decoration: underline;
	}

.subSubAan A:link, .subSubAan A:visited
	{
	color: #000066; text-decoration: none; font-weight: bold;
	}

.subSubAan A:active, .subSubAan A:hover
	{
	color: #000066; text-decoration: underline; font-weight: bold;
	}

	
