body {
	background:#E2EFFF;
	color:#352171;
	font-family:verdana, arial; 
	font-size:10px;
	margin:0;
	padding:0;
	padding-top:20px;
}
form {
    background-color: #DBE9EF;
}

textarea {
    background-color: #DBE9EF;
    border:1px #8D8C94 solid;
    margin-left:5px;
}
input {
    background-color: #DBE9EF;
    border:1px #8D8C94 solid;
}

#topline {
	position:relative;
	width:900px;
	height: auto;
	margin:0 auto;
	background-color:#fffaef;
	padding:9px;
	color:#352171;
	border: 1px #000 solid;
}


#menu {
	position:relative;
	height:25px;
	border-top: 1px #041F3A solid;
	border-bottom: 1px #041F3A solid;
	line-height:25px;
	color:#000;
	font-size:14px;
	text-align:center;
}
#menu A {
	color:#000;
	text-decoration:none;
	margin: 0px 15px;
}
#menu A:hover {
	color:#808080;
}

#logo {
	position:absolute;
	left:18px;
	top:35px;
}

#bottom {
	position:relative;
	background: url(bottom.png) repeat-x;
	height:30px;
	width:890px;
	color:#fff;
	padding-top:25px;
	font-size:12px;
	padding-left:10px;
}

#content {
	padding:35px 0px;
    background:#fff;
}

#content a {
	color:#041F3A; 
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
    color:#808080;
}

#content #text {
	width: 585px;
	margin-left:65px;
	margin-right:45px;
	float:left;
	color: #666252;
	font-size:12px;
	line-height:23px;
}
#content h1 {
	color: #041F3A;
	font-size:22px;
	line-height:23px;
	margin:0px;
	padding:0px 0px 10px 0px;
}
#content h2 {
	color: #041F3A;
	font-size:12px;
	font-weight: bold;
	margin:0px;
	padding:10px 0px 0px 0px;
}
#content h3 {
	font-size:11px;
	font-weight: bold;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#content #kolom {
	width: 195px;
	float:left;
	color: #666252;
	font-size:11px;
	line-height:18px;
}

#content #kolom img {
	padding:1px;
	border: 1px #a5c190 solid;
	background-color: #fffaef;
}

#content #kolom #menu2 {
	border-left: 1px #bec0ad solid;
	margin-left:-25px;
	padding-left:25px;
	margin-bottom:20px;
}

#content #kolom #menu2 a {
	display:block;
	color:#041F3A;
	text-decoration:none;
	font-size:14px;
	line-height:14px;
	margin-bottom:14px;
	font-weight:normal;
}

#content #kolom #menu2 a:hover {
    color:#808080;
}

.clear {
	clear:both;
	float:none;
}

#persoon label {
 	float: left;
	margin: 0 0 8px 4 px;
	width: 150px;
}

#persoon input {
	width: 280px;
	float: right;
}

#persoon select {
	margin: 0 12px 6px 150px;
}

#persoon {
	float: left;
	margin: 0 0 9px 9px;
	width: 450px;
}

#soort {
	float: left;
	margin: 0 0 9px 9px;
	width: 450px;
}

#reactie {
	float: left;
	margin: 0px 0px 9px 9px;
	width: 450px;
}

#klaar {
	float: left;
	clear: both;
	margin: 0 0 9px 9px;
	width: 450px;
}

textarea, #persoon input {
	background: #ffe;
}

#klaar input {
	width: 100px;
}


