body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-size: 15px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position: relative;
	height: 220px;
	background: #000; 
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #header #headerFoto{
	position: relative;
	top: 16px;
	width: 200px;
	height: 200px;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	
	width: 780px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	position: relative;
	margin-top: 20px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color: #000;
	height: 50px;
	background-image: url("afbeeldingen/footer.jpg");
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

ul{
	position: relative;
	width: 210px;
	top: -200px;
	left: 220px;
	height: 200px;
}

li{
	list-style: none;	
	font-size: 24px;
}

li a{
	display: block;
	background-color: #bfff00;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	width: 140px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 15px;
}
li a:hover{
	color: #000;
}

#headerKlas, #klasfoto{
	position: relative;
	width: 300px;
	height: 200px;
	top: -417px;
	left: 478px;
	border: 1px solid #bfff00;
}

a{
	color: #bfff00;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#footer a{
	color: #000;
}

img{
	border: none;
}

#right{
	position: relative;
	left: 710px;
	top: -37px;
	width: 50px;
}
#right a{
	color: #000;
	text-decoration: none;
}
#right a:hover{
	text-decoration: underline;
}

#contactForm{
	position: relative;
	top: 10px;
	left: 0px;
	width: 600px;
	height: 380px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
}

label, label img {
  	float:left;
  	margin-right:0.5em;
  	padding-top: 0px;
	margin-bottom: 20px;
  	text-align:right;
	font-size: 20px;
	font-weight:bold;
	width: 200px;
}

input.voornaam, input.naam, input.mail, input.onderwerp, select.ap, input.code, textarea.bericht{
 	margin-left: 37px;
 	margin-bottom: 20px;
	width: 350px;
	height: 24px;
	font-size: 20px;
	border: 1px solid #bff000;
}

select.ap{
	width: 50px;
}

input.code{
	width:100px;
}
textarea.bericht{
	font-weight:bold;
 	width: 350px;
	height: 80px;
}
#velden, #fout{
	position: relative;
	left: 35px;
	margin: 0px;
	padding: 0px;
}

#fout{
	color: #FF0000;
	font-size: 24px;
}
input.button{
	position: relative;
	background-color: #bff000;
	border: none;
	font-size: 20px;
	left: 200px;
}

