body.mceContentBody{background:#FFFFFF;background-color:#FFF;color:#000;}		body {
	background-image: url('/images/background.jpg');
	background-position:top center;
	overflow-x:hidden;
	background-attachment:fixed;
}

#container {
	z-index:0;
	width:1000px;
	margin:0px auto;
}
#header {
	float:left;
	background-image: url('/images/header.jpg');
	width:1000px;
	height:149px;
}
#content {
	float:left;
	background-image: url('/images/content.png');
	background-repeat:repeat-y;
	width:1000px;
	min-height:600px;
}
#navigatie {
	position:relative;
	width:200px;
}
#inhoud {
	width:700px;
	font-family:verdana;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	text-decoration:none;

	margin-bottom:10px;
	margin-top:10px;
}
#inhoud a:link,#inhoud a:visited,#inhoud a:active {
	font-family:verdana;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}
#inhoud a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}
li {
	list-style:none;
	margin-top:3px;
}
#menudiv {
	z-index:100;
	margin-left:-15px;
	background-color:#5e8297;
	width:206px;
	height:28px;
}
#inner_menudiv {
	padding-left:25px;
	width:206px;
	height:28px;
	margin-top:3px;
}
#menudiv:hover {
	margin-left:-15px;
	background-color:#416275;
	width:206px;
	height:28px;
}
#menudiv a { 
	display: block; 
	height: 100%; 
	width: 100%; 
	color:#FFFFFF;
	font-family:verdana;
	font-size:16px;
	text-decoration:none;
	padding-top:2px;
	font-weight:bold;
}
#footer {
	float:left;
	background-image: url('/images/footer.png');
        width:1000px;
        height:44px;
}
