body.mceContentBody{background:#FFFFFF;background-color:#FFF;color:#000;}		
body {
	background: #fff url("/images/body_bg.png") repeat-x;
	font-familty:arial;
	font-size:12px;
}
a {
	color:#0072A8;
	font-family:arial;
	font-size:12px;
}
a:hover {
	color:#000;
}
#container {
	width:990px;
	margin:0px auto;
	min-height:5px;
}
#header {
	float:left;
	height: 150px;
	width:990px;
	background: transparent url("/images/header.png") no-repeat;
}
#menu {
	float:left;
	width:990px;
	height:25px;
	border:1px solid #D6D6D6;
	font-size:14px;
}
#content {
	float:left;
	min-height:550px;
	width:990px;
	background-color:#F0F0F0;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	font-size:13px;
	font-family:arial;
}
#content_inhoud {
	margin:10px;
}
