/* Algemene waardes */
* {
	margin:0;
	padding:0;
}
html, body {
	background:url(images/bg.png) top repeat-x #ffc268;
	font-family: Verdana;
	font-size:12px;
	color:#01123a;
}
div#container {
	width:920px;
	margin:0 auto;
}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#01123a; text-decoration:underline;}
a:hover {text-decoration:none;}
/* /Algemene waardes */
/* Header */
div#header {
	width:833px;
	height:107px;
	background: url(images/header.png);
	padding:49px 87px 0 0;
}
#logo {float:right;}
/* /Header */
/* Content */
div#content_outer {
	width:920px;
	background: url(images/content_bg.png);
}
div#content {
	width:900px;
	background: url(images/content_top.png) top no-repeat;
	padding:0 10px;
}
	/* Menu */
	div#menu {
		width:900px;
		height:37px;
		padding:7px 0 2px 0;
	}
	div#menu ul {list-style-type:none;}
	div#menu ul li {
		height:37px;
		float:left;
	}
	div#menu ul li a {
		display:block;
		float:left;
		height:37px;
		color:#fff;
		line-height:37px;
		text-decoration:none;
		padding:0 25px 0 37px;
		font-size:14px;
		background: url(images/menu_item.png) 23px center no-repeat;
	}
	div#menu ul li a:hover {
		background-image: url(images/menu_item_over.png);
	}
	div#menu ul li.line {
		float:left;
		height:37px;
		width:2px;
		background: url(images/line.png);
	}
	/* /Menu */
div#content_inner {
	width:880px;
	padding:20px 10px;
}
div#left {
	width:645px;
	float:left;
}
ul#waarom {
	list-style-type:none;
	padding:10px 0 0 60px;
}
ul#waarom li {
	background: url(images/geld_icon.png) 0 center no-repeat;
	padding:0 0 0 25px;
	height:25px;
	line-height:25px;
	font-style:italic;
}
div.content_kop {
	width:590px;
	height:40px;
	background: url(images/content_kop.png);
	line-height:40px;
	font-size:16px;
	color:#01123a;
	padding:0 0 0 55px;
}
div#left p {
	padding:10px 20px;
	line-height:21px;
}
.center {
	text-align:center;
}
.content_right_img {
	float:right;
	margin:7px 0 0 0;
	border:1px solid #b1b1b1;
}
div#right {
	width:215px;
	float:right;
}
div.menu_kop {
	width:200px;
	height:40px;
	line-height:40px;
	color:#fff;
	padding:0 0 0 15px;
	font-size:16px;
}
ul.sub_menu {
	width:215px;
	list-style-type:none;
	padding:0 0 20px 0;
}
ul.sub_menu li {
	width:215px;
	height:34px;
	background: url(images/menu_item2.png);
}
ul.sub_menu li a {
	color:#01123a;
	text-decoration:none;
	display:block;
	width:180px;
	height:34px;
	padding:0 0 0 35px;
	line-height:34px;
}
ul.sub_menu li a:hover {text-decoration:underline;}
.oranje {background: url(images/oranje_kop.png);}
.groen {background: url(images/groen_kop.png);}
/* /Content */
/* Footer */
div#footer {
	width:920px;
	height:30px;
	text-align:center;
	padding:15px 0 0 0;
	font-size:11px;
	background: url(images/footer.png) top no-repeat;
	color:#ff6b00;
}
div#footer a {
	color:#ff6b00;
	text-decoration:underline;
}
div#footer a:hover {text-decoration:none;}
/* /Footer */
/* Tekst Opmaak */
h1 {
	font-size:12px;
	font-family:Verdana;
	color:#01123a;
	font-weight:bold;
	padding:0 0 0 20px;
}
h2 {
	font-size:12px;
	font-family:Verdana;
	color:#01123a;
	font-weight:bold;
	padding:15px 0 0 20px;
}
/* /Tekst Opmaak */

/* lijst nummering*/
ol{
	margin-left:20px;
}
ul#lijst{
	margin-left:20px;
}
/* /lijst nummering*/