body {
	margin: 0px 0px 0px 0px;
	background-color: white;
	height: 100%;
	width: 100%;

	font: 11px Verdana;
	font-weight: normal;
	color: #00406f;
}

form {
	margin: 0px;
}

a:link ,a:active, a:visited {
	color: #003962;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a .alt{
	display: none;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

h1,h2 {
	color: black;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}

.screen{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;

	width: 974px;
	height: 100%;
}

.leftNav{
	background: #d8d8d8 url(../gfx/interfaceBg.jpg) no-repeat top;

	position: absolute;
	top: 0px;
	left: 0px;

	width: 193px;
	min-height: 100%;
	height: 100%;
}

.logo{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 193px;
	height: 90px;
}

.middle{
	background-color: white;

	position: absolute;
	top: 0px;
	left: 193px;

	width: 600px;
}

#header{
	background: url('../gfx/topInterfaceBg.jpg');

	position: absolute;
	top: 0px;
	left: 0px;

	width: 781px;
	height: 79px;
}

.content{
	background: green;
	position: absolute;
	top: 79px;
	left: 0px;

	padding: 25px 30px 0px 30px
}

.right{
	background-color: #e0e7ec;

	position: absolute;
	top: 0px;
	left: 793px;

	width: 181px;
	min-height: 100%;
	height: 100%;
}

.rightNav{
	margin: 134px 0px 0px 7px;
}

#content {
	position:absolute;
	left: 216px;
	top: 99px;
	width: 390px;
	z-index: 10;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #003962;
}

#content a {
  	text-decoration:underline;
}

#textBanner {
	position: absolute;
	left: 404px;
	top: 34px;
	z-index: 10;
}

.titleGreen, h2 {
	color: black;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}

a.buttonOne{
	display: block;

	position: absolute;
	top: 57px;
	left: 22px;

	width: 162px;
	height: 28px;
}

a.buttonTwo{
	display: block;

	position: absolute;
	top: 57px;
	left: 213px;

	width: 162px;
	height: 28px;
}

a.buttonThree{
	display: block;

	position: absolute;
	top: 57px;
	left: 406px;

	width: 162px;
	height: 28px;
}

a.buttonOneActive{
	display: block;

	position: absolute;
	top: 57px;
	left: 22px;

	width: 162px;
	height: 28px;
}

a.buttonTwoActive{
	display: block;

	position: absolute;
	top: 57px;
	left: 213px;

	width: 162px;
	height: 28px;
}

a.buttonThreeActive{
	display: block;

	position: absolute;
	top: 57px;
	left: 406px;

	width: 162px;
	height: 28px;
}

#topNavSub {
	position:absolute;
	left: 665px;
	top: 16px;
	z-index: 1;

	width: 158px;

	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana;
}

#topNavSub a:active, #topNavSub a:link, #topNavSub a:visited {
	color:#ffffff;
	text-decoration:none;
}

#topNavSub a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#siteNavLinks {
	margin-top: 114px;
	margin-right: 12px;

	font-family: Verdana;
	font-size: 11px;
	line-height: 24px;
	text-align: right;
}

a.leftLink{
	color: #00406f;
	text-decoration: none;
}

a.leftLinkActive{
	color: #003962;
	font-weight: bold;
	text-decoration: none;
}

.form {
	border: 1px solid #000000;
}

a.rightButVacancy{
	display: block;

	background: url('../gfx/navigation/right/meldVacatureAan.jpg');

	margin-top: 10px;

	width: 166px;
	height: 32px;

	border: 0px;
}

a.rightButContact{
	display: block;

	background: url('../gfx/navigation/right/contact.jpg');

	margin-top: 10px;

	width: 166px;
	height: 32px;

	border: 0px;
}

a.rightButLogin{
	display: block;

	background: url('../gfx/navigation/right/login.jpg');

	margin-top: 10px;

	width: 166px;
	height: 32px;

	border: 0px;
}

a.rightButNews{
	display: block;

	background: url('../gfx/navigation/right/nieuws.jpg');

	margin-top: 10px;

	width: 166px;
	height: 32px;

	border: 0px;
}

a.rightButLinks{
	display: block;

	background: url('../gfx/navigation/right/links.jpg');

	margin-top: 10px;

	width: 166px;
	height: 32px;

	border: 0px;
}

.contactRegel {
	padding-top: 10px;
}

.contactErrorRegel {
	
}

.contactRegel2 {
	height: 80px;
}

#contactForm {
	width: 535px;
	background-color: #e0e7ec;
	padding: 10px;
	padding-bottom: 10px;
}

.kolom1 {
	display: inline;
	float: left;
	width: 150px;
}

.kolom2 {
	display: inline;
	float: left;
	width: 300px;
}

.warning {
	color: red;
}