/* Standard waardes */
body, html {
	margin:0;
	padding:0;
	background:url(images/bg.png) top repeat-x #c7eafd;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#000;
}
div#container {
	width:942px;
	margin:0 auto;
	padding:5px 0 0 0;
}
div.fixfloat {
	width:0;
	padding:0;
	height:0;
	margin:0;
	overflow:hidden;
	clear:both;
}
.left {float:left;}
.right {float:right;}
img {border:0;}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
/* /Standard waardes */
/* Header */
div#header {
	width:942px;
	height:46px;
	padding:235px 0 0 0;
	background: url(images/header.png);
}
div#menu {
	width:934px;
	padding: 0 4px;
	height:46px;
}
div#menu img {float:right;}
div#menu a {
	display:block;
	float:right;
	padding:10px 15px 0 15px;
	text-decoration:none;
	color:#fff;
	height:36px;
	font-family:"Myriad Pro";
	font-size:18px;
	font-style:italic;
	background: url(images/menuitem_bg.png) top right no-repeat;
}
div#menu a:hover {background:none;}
/* /Header */
/* Content */
div#content {
	width:942px;
	background: url(images/content_bg.png) repeat-y;
}
div#content_inner {
	width:932px;
	background: url(images/content_foot.png) bottom no-repeat;
	padding:2px 5px 5px 5px;
}
div#left {
	float:left;
	width:197px;
}
div.menu_kop_donkerblauw {
	width:182px;
	height:39px;
	background: url(images/menu_kop_donkerblauw.png) no-repeat;
	font-family:"Arial Narrow";
	font-size:24px;
	padding:5px 0 0 15px;
	color:#fff;
	font-style:italic;
}
div.menu_kop_blauw {
	width:182px;
	height:39px;
	background: url(images/menu_kop_blauw.png) no-repeat;
	font-family:"Arial Narrow";
	font-size:24px;
	padding:5px 0 0 15px;
	color:#fff;
	font-style:italic;
}
div.menu_cont_donkerblauw {
	width:197px;
	background:#c7eafd;
	margin:0 0 4px 0;
}
div.menu_cont_blauw {
	width:197px;
	background:#7cd2f7;
	margin:0 0 4px 0;
}
div.menu_cont_donkerblauw_inner {
	width:177px;
	background: url(images/menu_donkerblauw_foot.png) bottom no-repeat;
	color:#072548;
	padding:3px 10px 5px 10px;
}
div.menu_cont_blauw_inner {
	width:177px;
	background: url(images/menu_blauw_foot.png) bottom no-repeat;
	color:#072548;
	padding:3px 10px 5px 10px;
}
div.menu_cont_donkerblauw ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div.menu_cont_blauw ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div.menu_cont_donkerblauw ul li {
	width:164px;
	height:19px;
	padding:1px 0 0 13px;
	margin:3px 0 0 0;
	background: url(images/donkerblauw_pijl.png) left center no-repeat;
}
div.menu_cont_blauw ul li {
	width:164px;
	height:19px;
	padding:1px 0 0 13px;
	margin:3px 0 0 0;
	background: url(images/blauw_pijl.png) left center no-repeat;
}
div.menu_cont_donkerblauw ul li.first {
	margin:0;
}
div.menu_cont_blauw ul li.first {
	margin:0;
}
div.menu_cont_donkerblauw ul li a {
	text-decoration:none;
	color:#072548;
}
div.menu_cont_blauw ul li a {
	text-decoration:none;
	color:#072548;
}
div.menu_cont_donkerblauw ul li a:hover {
	text-decoration:underline;
}
div.menu_cont_blauw ul li a:hover {
	text-decoration:underline;
}
div#right {
	width:733px;
	float:right;
}
div.content_kop_donkerblauw {
	width:718px;
	height:39px;
	font-family:"Arial Narrow";
	font-size:24px;
	padding:5px 0 0 15px;
	color:#fff;
	font-style:italic;
	background: url(images/content_donkerblauw_kop.png);
}
div.content_kop_blauw {
	width:718px;
	height:39px;
	font-family:"Arial Narrow";
	font-size:24px;
	padding:5px 0 0 15px;
	color:#fff;
	font-style:italic;
	background: url(images/content_blauw_kop.png);
}
div.content_cont_donkerblauw {
	width:733px;
	background:#c7eafd;
	margin:0 0 4px 0;
}
div.content_cont_donkerblauw p {
	margin:0;
	padding:4px 0;
}
div.content_cont_donkerblauw_inner {
	width:713px;
	background: url(images/content_donkerblauw_foot.png) bottom no-repeat;
	padding:3px 10px 7px 10px;
}
div.content_cont_blauw {
	width:733px;
	background:#7cd2f7;
	margin:0 0 4px 0;
}
div.content_cont_blauw p {
	margin:0;
	padding:4px 0;
}
div.content_cont_blauw_inner {
	width:713px;
	background: url(images/content_blauw_foot.png) bottom no-repeat;
	padding:3px 10px 7px 10px;
}
/* /Content */
/* Footer */
div#footer {
	width:942px;
	padding:5px 0 10px 0;
	text-align:center;
}
div#footer a {
	font-weight:bold;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* /Footer */