﻿html,body,form {
	height: 100%;
	padding: 0;
	margin: 0;
	background: #F4F9FF;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.3;
}

body {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	text-align: center;
}

form {
	text-align: left;
	left: 100px;
	width: 800px;
}

A, A:ACTIVE, A:FOCUS, A:HOVER, A:LINK, A:VISITED {
	color : #000000;
	text-decoration: none;
} A:HOVER {
	color : #B82B2B;
	text-decoration: underline;
}

.header {
	position: absolute;
	height: 40px;
	top: 0;
	left: 10px;
	background-color: #00437a;
	padding: 15px 0 5px 150px;
	background-image: url("img/top.png");
	background-position: top;
	background-repeat: repeat-x;
	width: 840px;
}

.menu {
	position: absolute;
	height: 20px;
	top: 50px;
	left: 160px;
	font-size: 11px;
	z-index: 5;
	width: 840px;
}

.submenu {
	width: 140px;
}

.submenu th {
	font-weight: bold
}

.submenu td,
.submenu th {
	background-color: #cfd8e1;
	border-bottom: 1px solid #00437a;
	color: #000;
	font-size: 11px;
	padding: 2px;
	text-align: left;
}

.submenu td a {
	color: #000;
	text-decoration: none;
}

.submenu td a:hover {
	color: #00437a;
}

.content {
	position: absolute;
	left: 235px;
	bottom: 25px;
	top: 70px;
	overflow: auto;
	z-index: 2;
	padding: 15px 25px 15px 0;
	width: 740px;
}

.content H1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.contentheader {
	border-bottom: 1px solid #BBB;
	text-align: right;
	font-size: 11px;
	color: #777;
	padding: 0 3px 3px 0;
}

.left {
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 150px;
	background-color: #00437a;
	background-image: url("img/peopleleft.png");
	background-position: 100% 96%;
	background-repeat: no-repeat;
	height: 100%;
}

.leftdiv {
	padding-top: 125px;
	padding-left: 5px;
	background-image: url('img/top.png');
	background-position: top;
	background-repeat: repeat-x;
}

.schaduw {
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	width: 10px;
	background-image: url("img/schaduw.png");
	background-repeat: repeat-y;
	height: 100%;
}

.background {
	position: absolute;
	left: 160px;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url("img/people.png");
	background-position: 0% 96%;
	background-repeat: no-repeat;
}

.footer {
	position: absolute;
	left: 235px;
	bottom: 0;
	height: 16px;
	font: normal 10px Verdana;
	padding-top: 4px;
	border-top: 1px solid #DDD;
	color: #999;
	text-align: center;
	width: 740px;
}

.keurmerk {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 130px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
