html
{
background-color:#CCCCCC;
}

body
{
	background-color:#CCCCCC;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	font-family: arial;
	margin-top: 20px;
}



.header {
	background-repeat: no-repeat;
	background-color:#CCCCCC;
	height: 130px;
	width: 100%;
	background-image: url(../images/header.jpg);
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	
}
.centerTable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 30px;
}


.menu {
	float: left;
	width: 120px;
	text-align: left;
	height: 400px;
	border-right-color: #FF0000;
	font: arial;
	font-size: 13px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 20px;
	padding-right: 5px;
}


.rechts {
	float: right;
	width: 120px;
	height: 400px;
}


.content {
	text-align: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	
}
.inhoud {
	height: 400px;
	width: 550px;
	text-align: left;
	margin-top: 20px;
	
}
