body {
	margin: 0px;
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 900px;
	/* height: 800px; */
	border: 1px solid #c0c0c0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #ffffff;	
}

#menu {
	width: 900px;
	height: 26px;
	margin-top: 25px;
}

#headerlogooptie1 {
	width: 900px;
	height: 100px;
	}

#header {
	width: 900px;
	height: 350px;
}

#content {
	width: 600px;
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	margin-top: 15px;
	float: left;
	/* height: 1000px; */
}

#content h2 {
	color: #0099CC;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
}

#button {
	width: 186px;
	padding-right: 15px;
	margin-top: 15px;
	float: right;
}

#footer {
	width: 900px;
	height: 26px;
	float: bottom;
	/* background-image: url(images/footer.gif); */
	clear: both;
}

textarea {
	width: 350px;
	height: 120px;
	/* border: 1px solid #cccccc; */
	padding: 5px;
}

.thumb {
	background-color:#FFFFFF;
	border:1px solid #0099CC;
	margin:2px 7px 0 0;
	padding:3px;
}

input, textarea {
	background: url(drop_shadow_image.gif) no-repeat 0 0;
	background-color:#FFFFFF;
}

.inputform {
	padding:10px 10px 10px 10px;
	background-color:#F5F5F5;
	border:1px solid #0099CC;
}

.tabelcell {
	text-align: left;
	vertical-align: top;
}

.tabelcellfocus {
	background-color:#F9F9F9;
}

#foutmelding {
	padding:10px 0px 10px 0px;
	width: 350px;
	white-space: normal;
	/*border: 1px solid #c0c0c0;*/
	color:red;

}