html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background: #dddcd9;
	text-align: center;
	margin: 12px 12px 0 12px;
}

div#container {
	background: #f6f6f6;
	text-align: left;
	width: 476px;
	height: 512px;
	padding: 0 0 15px 0;
	overflow: hidden;
}


div#header {
	height: 90px;
	background: url(../images/achter_header_popup.gif) top left no-repeat;
	padding: 0 15px 26px 15px;
}

div#header h1 {
	padding: 16px 0 0 158px;
}

div#formulier {
	padding: 10px 16px 20px 16px;
}

div#formulier h2 {
	font-weight: bold;
	font-size: 1.0em;
	padding: 15px 0 4px 0;
}

div#formulier input.zoekButton {
	border: solid 2px #418;
	background: #418;
	color: #fff;
	font-weight: bold;
}
div#formulier input:hover.zoekButton {
	border: solid 2px #d4c8e5;
	background: #d4c8e5;
	color: #418;
}
div#formulier input, div#formulier textarea {
	border: solid 1px #418;
	background: #fff;
}
