body
{
}
p
{
	margin-top: 1px;
}
h1
{
	color: #8F2828;
	font-size: xx-large;
	margin-bottom: 5px;
}
.Titelbalk
{
	color: rgb(153, 51, 51);
	background-color: rgb(153, 51, 51);
	height: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
}
h2
{
	color: #8F2831;
	margin-bottom: 3px;
}
.H2-balk
{
	color: grey;
	background-color: grey;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
h3
{
	color: #3D577A;
	margin-bottom: 1px;
}
h4
{
	color: #777B3D;
	font-style: bold;
	margin-bottom: 1px;
}
h5
{
	margin-bottom: 1px;
}
a:link
{
	color: black;
}
a:visited
{
	color: black;
}
a:active
{
	color: rgb(153, 51, 51);
}
a:hover
{
	Color: rgb(153, 51, 51);
	cursor: pointer;
}

/*Groene tabellen*/

.tabel
{
	width: auto;
	background-color: #D9DCBE;
}

caption
{
	caption-side: top;
	font-weight: bold;
}

TH
{ 
	text-align: center; 
	vertical-align: baseline;
	font-weight: bold;
	padding: 0px;
}

strong
{
	font-weight: bold;
	font-style: normal; /*Niet cursief*/
}
em
{
	font-weight: normal; /*Niet vet*/
	font-style: italic;
}
.Navigatie
{
	font-size: small;
	text-align: right;	
}
.Subtitel
{
	border: o;
	width: 100%;
}
.Indexwijzer
{
	border:	0;
	height: 25px;
	width: 26px;
}
.Kader
{
	text-align: center;
	width: 100%;
	background-color: #d9dcbe;
	margin: 6px;
}
.Figuur_links
{
	float: left;
	margin: 6px;
}
.Figuur_rechts
{
	float: right;
	margin: 6px;	
}
.Figuur_center
{
	float: none;
	margin: 6px;
}
.Referentie
{
	font-size: x-small;
}
.Logo
{
	margin-top: 1px;
	margin-bottom: 1px;
}
UL
{
	line-height: 25px;
}

