
body {
	background-color: #ddd;
	font-size: 12px;
	font-family: verdana, sans-serif;
}

#Table_01 {
	position:absolute;
	left:-500px;
	margin-left: 50%;
	top:0px;
	width:1000px;
}
#Content {
	background-image: url('images/Nieuw_02.png');
	background-repeat: repeat-y;
	overflow: hidden;
}
#menu {
float:left;
margin-left: 70px;
text-align:center;
}
#Text {
margin-top: 10px;
float:right;
width: 660px;
margin-right: 80px;
margin-bottom: 10px;
}

#menu a {
	display: block;
	padding: 5px;
	text-align: center;
	width: 158px;
	border-bottom: 1px solid black;
	background-color: #EEEEEE;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#menu a:visited {
	background-color: #DDD;
}
#menu a:hover {
	background-color: #CCC;
}
#menu ul, #menu li {
	margin : 0;
	padding : 0;
	list-style-type : none;
} 

#onderpagina {
	text-align: center;
	margin-top: -20px;
}