html,
body {
	font-family:"Arial";
	line-height:18px;
	font-size:12px;
	color:#4c4c4e;
	height:100%;
	padding:0;
	margin:0;
}

#container {
	position:relative;
	min-height:100%;
	width:100%;
}

#wrapper {
	width:100%;
}

#header {
	position:relative;
	margin:0 auto;
	height:74px;
	width:876px;
}

#header h1.logo {
	text-indent:-6000px;
	display:block;
	padding:0;
}

#header h1.logo a {
	display:block;
}

#body {
	padding:0 0 45px 0;
	position:relative;
	margin:0 auto;
	width:876px;
}

#body .sidebar {
	width:150px;
	float:left;
}

#body .sidebar ul.menu,
#body .sidebar ul.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#body .sidebar ul.menu {
	margin-bottom:80px;	
}

#body .sidebar ul.menu li a {
	text-decoration:none;
	padding:0 0 0 16px;
	line-height:34px;
	margin:0 0 1px 0;
	cursor:pointer;
	display:block;
	color:#231f20;
	height:34px;
	width:134px;
}

#body .sidebar .vast_en_zeker {
	background:url(images/vast_en_zeker.png) no-repeat;
	margin:0 auto;
	height:146px;
	width:90px;
}

#body .content {
	background:url(images/content.png) no-repeat;
	padding:0 50px 25px 26px;
	min-height:550px;
	width:642px;
	float:right;
}

#body .content h1 {
	padding:35px 0 5px 0;
	margin:0 0 0 10px;
	font-size:29px;
	color:#463e3f;
	height:35px;
}

#body .content img {
	background:#231f20;
	padding:1px;
}

#body .content img.right {
	margin:5px 0 5px 10px;
}

#body .content img.left {
	margin:5px 10px 5px 0;
}

#footer {
	text-align:center;
	position:absolute;
	width:100%;
	bottom:0;
}

#footer img {
	margin:0 4px 0 4px;	
}

.clear {
	clear:both;
}

img {
	border:none;	
}