@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	font-size: 24px;
}
#container {
	background-color: #FFC;
	position: relative;
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#kop {
	background-color: #FFF;
	position: absolute;
	z-index: 3;
	height: 50px;
	width: 996px;
	border: 2px solid #039;
}

#inschrijfnummer {
	background-color: #039;
	position: absolute;
	z-index: 3;
	height: 50px;
	width: 1000px;
	top: 50px;
}
#voet {
	background-color: #039;
	position: absolute;
	height: 20px;
	width: 1000px;
	top: 780px;
}

#menu {
	position: absolute;
	z-index: 2000;
	height: 680px;
	width: 190px;
	top: 100px;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	color: #FFF;
	border: 1px solid #039;
	background-color: #039;
}
#inhoud {
	background-image: url(../afbeeldingen/Backgrnd.gif);
	position: absolute;
	z-index: 3;
	height: 680px;
	width: 755px;
	top: 100px;
	left: 185px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
	text-align: left;
	padding-right: 20px;
	overflow: auto;
}
#rechts {
	background-color: #039;
	position: absolute;
	height: 680px;
	width: 20px;
	left: 980px;
	top: 100px;
}







h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}
h3 {
	font-size: 24px;
	color: #FFF;
}

h4 {
	font-size: 18px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
}

h6 {
	font-size: 18px;
	color: #F00;
}
input {
	font-size: 14px;
	font-weight: normal;
	color: #003;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	background-color: #FF9;
}
textarea {
	background-color: #FF9;
}
