body {
	background: #A7A37E url(achtergrond.png) no-repeat fixed 12px 20px;
	color: #002F2F;
	font-family: Verdana;
}

a:link, a:active, a:visited {
	color: #046380;
	text-decoration: none;
}

a:hover {
	color: #A7A37E;
	text-decoration: underline;
}

a.highlight {
	background-color: #A7A37E;
	padding-left: 2px;
	padding-right: 2px;
	color: #EFECCA;
	//color: red;
}

div.content {
	background: #EFECCA url(tr.png) no-repeat top right;
	margin: 20px 50px 0px 50px;
	padding: 20px;
}

div.content p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

div.footer {
	background-color: #A7A37E;
	margin: 10px 50px 20px 50px;
	text-align: right;
	vertical-align: bottom;	
	color: #E6E2AF;	
}

div.footer a:link, div.footer a:active, div.footer a:visited {
	color: #E6E2AF;
}

table.content {
	width: 100%;
	margin: 0px;
	border-top: 1px solid #002F2F;
	border-bottom: 1px solid #002F2F;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.content td {
	width: 25%;
	padding: 3px 10px 3px 10px;
	vertical-align: top;
	font-size: 0.9em;
}
