/* Standard waardes */
* {
	margin:0;
	padding:0;
}
body, html {
	margin:0;
	padding:0;
	background:url(images/bg.png) top repeat-x #fff;
	font-family:Arial;
	font-size:12px;
	color:#00396b;
}
div#container {
	width:993px;
	margin:0 auto;
	padding:23px 0 0 0;
}
div.fixfloat {
	width:0;
	padding:0;
	height:0;
	margin:0;
	overflow:hidden;
	clear:both;
}
.leftimg {
	float:left;
	margin:0 10px 0 0;
}
.rightimg {
	float:right;
	margin:0 0 0 10px;
}
div.leftfloat {float:left;}
div.rightfloat {float:right;}
a img {border:0;}
a {
	color:#317bbd;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
/* /Standard waardes */
/* Header */
div#header {
	width:993px;
	height:105px;
	background: url(images/header.png);
}
div#header_top {
	padding:17px 0 0 10px;
	width:983px;
	height:55px;
}
div#menu  {
	width:883px;
	height:33px;
	padding:0 0 0 110px;
}
div#menu img {
	float:left;
	margin:0 20px 0 20px;
}
div#menu a {
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin:8px 0 0 0;
}
div#menu a:hover {text-decoration:underline;}
/* /Header */
/* Content */
div#content {
	width:989px;
	background: url(images/content_bg.png);
	padding:0 2px 10px 2px;
}
div#left_add {
	width:120px;
	padding: 0 5px 0 10px;
	float:left;
}
div#left_add img {
	margin:10px 0 0 0;
}
div#right_add {
	width:120px;
	padding: 0 10px 0 5px;
	float:right;
}
div#right_add img {
	margin:10px 0 0 0;
}
div.content_kop {
	width:709px;
	height:27px;
	background: url(images/content_kop.png);
	margin:10px 0 0 0;
	color:#0167ab;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 0 10px;
}
div.content_outer {
	width:719px;
	background: url(images/contentvak_bg.png);
}
div.content {
	width:699px;
	background: url(images/content_foot.png) bottom no-repeat;
	padding:10px;
}
div#middel {
	width:719px;
	float:left;
}
p.bot {
	padding:0 0 15px 0;
}
/* /Content */
/* Footer */
div#footer {
	width:978px;
	height:28px;
	background: url(images/footer_bg.png);
	color:#fff;
	text-align:right;
	padding:8px 15px 0 0;
	margin:0 0 10px 0;
}
div#footer a {color: #fff};
/* /Footer */
/* Tekst Opmaak */

/* /Tekst Opmaak */
