body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.frameContainer {
	position: absolute;
	width: 900px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
	border: 1px solid #009ADA;
}

.frameLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 600px;
	background-color: #009ADA;
}

.frameHeader {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 880px;
	height: 125px;
	background-image: url(images/lucht.jpg);
}

.frameNavigation {
	position: absolute;
	top: 125px;
	left: 20px;
	width: 165px;
	height: 475px;
	background-color: #66B7E4;
	z-index:100;
}

.frameContentLeft {
	position: absolute;
	top: 165px;
	left: 185px;
	width: 200px;
	height: 435px;
	background-color: #DCEAF7; 
}

.frameContentRight {
	position: absolute;
	top: 165px;
	left: 385px;
	width: 510px;
	height: 435px;
	border-top: 2px solid #DCEAF7;
}

.frameContentLeft-admin {
	position: absolute;
	top: 165px;
	left: 185px;
	width: 50px;
	height: 435px;
	background-color: #DCEAF7;
}

.frameContentRight-admin {
	position: absolute;
	top: 165px;
	left: 235px;
	width: 540px;
	height: 435px;
	border-top: 2px solid #DCEAF7;
}

.navigationBox {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 163px;
	height: 375px;
	border-left: 2px solid #DCEAF7;
	/*border-bottom: 2px solid #DCEAF7;*/
}

.navigationHeader {
	width: 145px;
	height: 21px;
	padding: 4px 10px 0px 10px;
	background-color: #DCEAF7;
	color: #009ADA;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}

.navigationFooter {
	position: absolute;
	width: 200px;
	height:112px;
	left: 0px;
	top: 323px;
}



.navigationItem {
	display: block;
	width: 145px;
	height: 19px;
	padding: 3px 10px 0px 10px;
	border-bottom: 2px solid #DCEAF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCEAF7;
	font-weight: bold;
	text-decoration: none;
}

.navigationItem:hover {
	color: #009ADA;
}

.navigationItem1 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 0px 10px;
	font-size: 12px;
	color: #009ada;
	font-weight: bold;
	text-decoration: none;
}

.navigationItem1:hover {
	color: #000;
}


.contentHeader {
	position: absolute;
	top:30px;
	left: 5px;
	bottom: 20px;
	color: #009ADA;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}

.contentVlak {
	position: absolute;
	top: 67px;
	left: 0px;
	width: 475px;
	height: 326px;
	padding: 20px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subHeader {
	position: absolute;
	left: 5px;
	bottom: 3px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 20px 10px 10px 10px;	
}

.contentBody-noPadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.tekstveld_zoek	{ font-family:tahoma; font-size: 14px; height: 20px; width: 100px; border: 1px solid; border-color:#009ADA; text-align:center; color:#009ADA; font-weight:bold}
.tekstveld	{ font-family:arial; font-size: 12px; height: 16px; width: 220px; margin: 0px; padding: 0px; left: 0px; top: 0px; border: 1px solid #66B7E4;}
.tekstveld_klein	{ font-family:arial; font-size: 12px; height: 16px; width: 160px; margin: 0px; padding: 0px; left: 0px; top: 0px; border: 1px solid #66B7E4;}
.tekstveld_kleiner	{ font-family:arial; font-size: 12px; height: 16px; width: 50px; margin: 0px; padding: 0px; left: 0px; top: 0px; border: 1px solid #66B7E4;}
.knop		{ border: 1 outset #DCEAF7; height:20; background: #009ADA; font-size: 10pt; color: #A4E2FF;}	
.selectMulti	{ font-size: 12px; margin: 0px; padding: 2px; left: 0px; top: 0px; border: 0px none;}
.selectGroep	{ font-size: 12px; font-weight: bold;}
.tekstArea { height: 68px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px; clip: rect(0px 0px 0px 0px); left: 0px; top: 0px; border: none; width: 350px; border:1px solid #66B7E4; }
.tekstveld_fout	{ font-size: 12px; height: 16px; width: 220px; margin: 0px; padding: 2px; left: 0px; top: 0px; border: 1px solid #FF0000;}

a {
	text-decoration: none;
	color: #009ADA;
}

a:hover {
	text-decoration: none;
	color: #000000;
}