#niek {
	position: relative;
	top: -860px;
	left: -300px;
}
#mark {
	position: relative;
	top: -945px;
	left: 300px;
}
body {
	background: url('images/squash.jpg') center top #cfd503;
	background-repeat: no-repeat;
	text-align: center;

	color: #121212;
}
div.uitslagen {
	position: relative;
	margin: auto;
	width: 800px;
	height: 650px;
	top: 150px;
}
div.stand {
	position: relative;
	margin: auto;
	top: -600px;
	
	width: 800px;
	height: 150px;
}

table.uitslagen, table.stand {
	width: 800px;
}

tr.uitslagenHeader, tr.standHeader {
	background-color: #cd3208;
	color: #ffffff;
}
th {
	border-top: solid 2px;
	border-bottom: solid 2px;
	padding: 0px;
	height: 20px;
}
th.datum {
	padding-left: 100px;
}
td.datum {
	padding-left: 100px;
}
