@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #008F67;
}

h2 {
	font-size: 12px;	
}

input {
	border: solid 1px #008F67;
}

#header {
	position:relative;
	width: 100%;
}
#header img {
	display: block;
	width: 100%;
}

#logo {
	position: absolute;
	top: -63px;
	right: 0;
}

#copyright {
	color: #666;
	width: 900px;
	margin: 2px auto;
	text-align: center;
	font-size: 10px;
}

#copyright a {
	color: #666;
}

#copyright a:hover {
	color: #333;
}

#center {
	width: 800px;
	margin: 20px auto 0 auto;
	position: relative;
	min-height: 300px;
}
#footer {
	position:relative;
	width: 100%;
}
#footer img {
	display: block;
	width: 100%;
}

#homefoto {
	text-align: right;
}

#homefoto h1 {
	text-align: center;
	margin: 40px auto;

}

#taalkeuze p {
	text-align: center;
}

#taalkeuze a {
	display: block;
	color: #008F67;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.separator {
	width: 100%;
	height: 0;
	clear: both;
}

.themablock {
	width: 340px;
	height: 235px;
	background-color: #DDEDCB;
	float: left;
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-size: 11px;
}

#step3form {
	width: 725px;
	margin: 20px auto;
}

#step4form {
	background-color: #DDEDCB;
	padding: 5px;
	font-size: 11px;
	margin: 20px auto;
	width: 420px;
}

.formgroup {
	margin: 10px 0 0 0;
}
.formgroup label {
	display: block;
}
.formgroup input {
	margin-left: 15px;
	width: 400px;
}
input.button {
	width: auto;
}
