html { 
	height: 100%; 
	font-family: verdana, tahoma, sans-serif; 
	font-size: small; 
	text-align: justify;
}

body {
	background-image: url('images/header.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #dcdde7;
}

div#menu {
	height: 180px;
	width: 100%;
	border-bottom: 1px #000 solid;
	margin-bottom: 20px;
}

div#menu a {
	position: relative;
	font-weight: bold;
	left: 170px;
	top: 120px;
	color: #000;
}

a {	
	color: #000;
}

p {
	width: 500px;
}

img {
	border: 0px;
}

table {
	width: 65em;
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50em;
}

td img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

td.tijd {
	width: 15em;
	font-weight: bold;
	vertical-align: top;
}

