body{
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	z-index: auto;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center;

	
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #333333;

: #006699;
}
a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}
a:hover {  /*Style vd link bij muis over*/
	color: #333333;
	font-weight: normal;
}
a:active {
	color: #333333;
	font-weight: 100;
	text-decoration: none;

}
.fieldholder { /*veld opgenomen in body hierin komen de andere velden */
	height: 860px;
	width: 760px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border: 1px solid #000000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #CCCCCC;
}

.header { /* een van de topvelden met links het logo naam en nummer rechts een van de auto's topnaamauto per pagina wordt een andere top gebruikt*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 0px;
	position: absolute;
	height: 175px;
	width: 760px;
	left: 0;
	top: 0;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #000000;
	border-left: 0px none;
}

.navigatie { /*de navigatie balk komt onder de top*/
	height: 60px;
	width: 760px;
	top: 175px;
	position: absolute;
	left: 0px;
	text-align: left;
	color: #666666;
	background-color: #BCCAED;
	z-index: 10;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;


}

.adres { /* komt rechts in het veld onder de navigatie*/
	height: 119px;
	width: 161px;
	left: 600px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: absolute;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;




}
.gebouw { /* rechts in het veld onder het veld adres*/
	background-image: url(../images/gebouw.JPG);
	background-repeat: no-repeat;
	position: absolute;
	height: 221px;
	width: 160px;
	left: 600px;
	top: 120px;
}

.knv { /* het logo met een link van naar het KNV komt onder gebouw*/
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	left: 667px;
	top: 369px;
	background-attachment: fixed;
	background-position: center top;
		
}
.textfield {
	height: 625px;
	width: 600px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	position: absolute;
	top: 0px;
	text-align: center;
	white-space: normal;
	left: 0px;
}


.textfieldholder{ /* tekstveldhouder voor tekstveld, formveld, adres en gebouw voor tekst  onder de navigatie*/
	position: absolute;
	height: 625px;
	width: 760px;
	left: 0px;
	top: 235px;
	padding: 0px;
	background-color: #CCCCCC;

}

.formfield{ /* tekstveldhouder voor formulieren en resultaat van formulieren.*/
	height: 620px;
	width: 760px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	position: absolute;
	top: auto;
	text-align: center;
	white-space: normal;
	left: 0px
}
.tabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
