/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS;
	background:#f3f3f3;
	font-size:12px;
	color:#000;
}
div#container {
	width:994px;
	margin: 0 auto; 
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
a {color:#000; text-decoration:underline;}
a:hover {text-decoration:none;}
a img {border:0;}
/* /Standard waardes */
/* Header */
div#header {
	width:994px;
	height:126px;
	background: url(images/header.png);
}
div#header_top {
	width:988px;
	height:70px;
	padding:8px 3px 0 3px;
}
#logo {float:left; pardding-left: 100px; margin:30px 0 0 7px;}
div#menu {
	width:984px;
	height:42px;
	padding:0 0 0 10px;
}
div#menu img {float:left;}
div#menu a {
	display:block;
	float:left;
	height:28px;
	margin:0 10px;
	padding:14px 0 0 0;
	font-family:arial;
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
div#menu a:hover {text-decoration:underline;}
/* /Header */
/* Content */
div#content {
	width:964px;
	background: url(images/content_bg.png);
	padding:0 14px 0 16px;
	font-family:arial;
}
div#left {
	width:120px;
	float:left;
	padding:4px 0 0 0;
	line-height:10px;
}
div#right {
	width:120px;
	float:right;
	padding:4px 0 0 0;
	line-height:10px;
}
h1 {
	width:691px;
	height:34px;
	margin:0;
	padding:8px 0 0 10px;;
	background: url(images/kop_bg.png);
	font-family:arial;
	font-size:18px;
	font-weight:normal;
}
p {margin:0; padding:5px 10px 15px 10px;}
.leftimg {float:left; margin:0 10px 5px 0;}
div#middle {
	width:701px;
	float:left;
	margin:0 0 0 12px;
}
.nieuwsleft {
	float:left;
	width:272px;
	margin:0;
	padding:5px 10px 15px 10px;
}
.nieuwsright {
	float:right;
	width:272px;
	margin:0;
	padding:5px 10px 15px 10px;
}
.title {
	font-size:14px;
	font-weight:bold;
}
/* /Content */
/* Footer */
div#footer {
	width:980px;
	height:35px;
	color:#fff;
	background: url(images/footer.png);
	text-align:right;
	padding:17px 14px 0 0;
	margin:0 0 10px 0;
}
div#footer a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
div#footer a:hover {text-decoration:underline;}
/* /Footer */