@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #515e66;
}
.body_home {
	background-image: url(../afbeeldingen/ag_home.png);
	background-repeat: repeat-x;
	background-position: top;
}
.body_vervolg {
	background-image: url(../afbeeldingen/ag_vervolg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}
#header {
	width: 1000px;
	height:171px;
	margin:0;
	padding:0;
	background-image: url(../afbeeldingen/home_header.png);
}
#buttons {
	height: 20px;
	width: 400px;
	position: relative;
	left: 40px;
	top: 140px;
	font-size: 11px;
}
#buttons a, #buttons a:link, #buttons a:visited {
	color: #515e66;
	text-decoration: none;
	font-weight: bold;
}
#buttons a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#butRechts {
	float: right;
	height: 116px;
	width: 529px;
	position:relative;
	top:35px;
}
#knoppenRechts {
	float: right;
	height: 25px;
	width: 545px;
	position:relative;
	top:106px;
	letter-spacing: 2px;
}
#knoppenRechts a, #knoppenRechts a:link, #knoppenRechts a:visited {
	color: #ffffff;
	text-decoration: none;
}
#knoppenRechts a:hover {
	color: #515e66;
	text-decoration: none;
}
#knoppenRechts h2 {
	font-weight: normal;
}

#welkom {
	z-index:100;
	position:relative;
	float:left;
	height: 116px;
	width: 276px;
	background-image: url(../afbeeldingen/but_welkom.png);
	background-position: 0px -116px;
}
#welcome {
	z-index:10;
	position:relative;
	float:right;
	top:-116px;
	left:-15px;
	height: 116px;
	width: 300px;
	background-image: url(../afbeeldingen/but_welcome.png);
	background-position: 0px -116px;
}
#main {
	height:290px;
	width: 1000px;
	margin:0;
	padding:0;
}
#mainNav {
	float:left;
	width:256px;
	height:260px;
	padding-top:14px;
	text-align: right;
}
.mainTabel {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
}
.mainTabel a, .mainTabel a:link, .mainTabel a:visited {
	color: #515e66;
	text-decoration: none;
}
.mainTabel a:hover {
	color: #d0df5c;
	text-decoration: none;
}
#rollOver {
	height: 132px;
	width: 799px;
	position: relative;
	left: 40px;
}
#onderHome {
	width: 1000px;
	margin:0;
	padding: 0;
	background-image: url(../afbeeldingen/ag_home_onder.png);
	float: left;
}
#onderHomeSub {
	height: 177px;
	width: 998px;
}
#onderVervolg {
	width: 400px;
	margin:0;
	padding: 0;
	background-image: url(../afbeeldingen/ag_vervolg_onder.png);
	float: left;
}
#onderVervolgSub {
	height: 152px;
	width: 390px;
	position: relative;
	text-align: right;
	padding-top: 25px;
}
#footer {
	font-size:10px;
	margin:0;
	padding: 0;
	float: left;
	height: 30px;
	width: 390px;
	padding-left:37px;
}
#footer a, #footer a:link, #footer a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#vervolgTekst {
	width: 525px;
	float: right;
	position: relative;
	background-color: #dfe3e6;
	padding:30px 20px 20px 20px;
	font-size: 12px;
	color: #515e66;
	line-height: 18px;
}
#vervolgTekst a, #vervolgTekst a:link, #vervolgTekst a:visited {
	color: #515e66;
	text-decoration: underline;
}
#vervolgTekst a:hover {
	color: #ffffff;
	text-decoration: none;
}

.checklistTabel table {
	border-top: solid 1px #d3d6d9;
	border-left: solid 1px #d3d6d9;
}
.checklistTabel td {
	border-right: solid 1px #d3d6d9;
	border-bottom: solid 1px #d3d6d9;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
