﻿/* Algemene waardes */
* {
	margin:0;
	padding:0;
	list-style:none;
}
html, body {
	background:url(images/bg.png) top repeat-x #e3e3e3;
	font-family: Arial;
	font-size:11px;
	color:#000;
}
div#container {
	width:992px;
	margin:0 auto;
}
.rightfloat {float:right;}
.leftfloat {float:left;}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#535353; text-decoration:underline;}
a:hover {text-decoration:none;}
/* /Algemene waardes */
/* Header */
div#header {
	width:965px;
	height:198px;
	background: url(images/header.png);
	padding:33px 15px 0 12px;
}
#logo {float:left;}
div#header_right {
	float:right;
	text-align:right;
	width:711px;
	position:relative;
}
div#header_right_top {
	height:40px;
	padding:5px 0 0 0;
	font-size:18px;
	color:#d9d9d9;
}
div#header_right_top span {color:#094fa3;}
div#menu {
	height:26px;
	position:absolute;
	left:0;
}
div#menu ul  {list-style-type:none;}
div#menu ul li {
	float:left;
	margin:0 0 0 14px;
}
div#menu ul li a {
	display:block;
	height:26px;
	float:left;
	color:#094fa3;
/*	font-size:16px;*/
	font-size:14px;
	text-decoration:none;
}
div#menu ul li a span {
	display:block;
	height:26px;
	float:left;
}
div#menu ul li a span span {
	display:block;
	height:26px;
	line-height:24px;
	float:left;
	padding:0 12px;
}
div#menu ul li a.active {background:#094fa3; color:#fff;}
div#menu ul li a.active span {background: url(images/item_left.png) left no-repeat;}
div#menu ul li a.active span span {background: url(images/item_right.png) right no-repeat;}
div#menu ul li a.active_sub {background:#094fa3; color:#fff;}
div#menu ul li a.active_sub span {background: url(images/item_sub_left.png) left no-repeat;}
div#menu ul li a.active_sub span span {background: url(images/item_sub_right.png) right no-repeat;}
div#menu ul li.submenu {position:relative;}
div#menu ul li.submenu ul {
	position:absolute;
	display:none;
	top:26px;
	margin:0;
	left:0;
}
div#menu ul li.submenu ul li {
	height:24px;
	background:#094fa3;
	width:179px;
	margin:0;
}
div#menu ul li.submenu ul li.first {background: url(images/sub_top.png) top no-repeat #094fa3; padding:4px 0 0 0;}
div#menu ul li.submenu ul li.last {background: url(images/sub_foot.png) bottom no-repeat; height:30px;} 
div#menu ul li.submenu ul li a {
	font-size:11px;
	display:block;
	width:153px;
	height:24px;
	text-align:left;
	color:#fff;
	line-height:24px;
	background: url(images/bol.png) 10px center no-repeat;
	padding:0 0 0 26px;
}
div#menu ul li.submenu ul li a:hover {color:#ffe152;}
/* /Header */
/* Content */
div#content {
	width:976px;
	background: url(images/content_bg.png);
	padding:4px 10px 0 6px;
}
div#left {
	width:239px;
	float:left;
}
h2 {
	width:239px;
	height:41px;
	background: url(images/menu_kop.png);
	text-align:center;
	line-height:38px;
	font-size:24px;
	color:#094fa3;
	font-weight:normal;
}
div.menu {
	width:223px;
	background: url(images/menu_foot.png) bottom no-repeat #fff;
	padding:4px 8px;
	margin:0 0 3px 0;
}
div.bal {
	width:223px;
	background: url(images/bal.png) bottom no-repeat #fff;
	padding:4px 8px;
	margin:0 0 3px 0;
}
div.menu p, div.bal p {
	color:#094fa3;
	line-height:23px;
}
div#left a {
	color:#094fa3;
	text-decoration:underline;
}
div#right {
	width:727px;
	float:right;
}
h1 {
	width:707px;
	height:33px;
	background: url(images/content_kop.png);
	color:#094fa3;
	font-size:24px;
	font-weight:normal;
	padding:4px 10px 0 10px;
}
h1 a {
	float:right;
	font-weight:bold;
	font-size:11px;
	color:#094fa3;
	text-decoration:none;
	margin:7px 0 0 0;
}
h1 a:hover {text-decoration:underline}
div.content {
	width:713px;
	background: url(images/content_foot.png) bottom no-repeat #fff;
	padding:7px;
	margin:0 0 10px 0;
}
table.lijst {
	width:100%;
	line-height:18px;
}
.aantal {width:100px;}
/* /Content */
/* Footer */
div#footer {
	width:992px;
	height:65px;
	background: url(images/footer.png);
	margin:0 0 10px 0;
}
div#footer p {
	font-weight:bold;
	color:#094fa3;
	line-height:62px;
	text-align:center;
}

div#footer a {
	font-weight:bold;
	color:#094fa3;
	line-height:62px;
	text-align:center;
}
/* /Footer */
