body {
	background: #fff6a9;
}
img {
   border: 0px;
}
#white_label {
	width: 860px;
	margin: 0 auto;
}
#top {
	margin: 10px 0px 0px 0px;
}
.top_left, .top_middle, .top_right {
	width: 320px;
	float: left;
}
.top_left {
	margin-right: 5px;
}
.top_middle {
	text-align: center;
	margin-right: 5px;
}
.top_right {
	text-align: right;
}
#header_boven {
	clear: both;
	margin-top: 5px;
	background: #e18a2b;
}
.header_boven_left {
	float: left;
	width: 195px;
	background: #e18a2b;
	height: 25px;
	margin: 0;
	padding: 0px 0px 5px 5px;
	//padding: 5px 0px 0px 5px;
}
.header_boven_left p,
.header_boven_left form {
	margin: 0px;
	padding: 0px;
}
.header_boven_right {
	float: left;
	width: 665px;
	background: #e18a2b;
	height: 25px;
	padding: 5px 0px 0px 5px;
}
div#header_onder {
	clear: both;
	height: 1px;
}
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}
a:hover {
  	background: #11c4ff;
  	text-decoration: none;
}
ul {
	list-style: none;
}
ul.header {
	margin-left: -20px;
	margin-top: 0px;
}
ul.header li {
	padding-left: 3px;
	display: block;
	float: left;
	background: #ffcb4d;
	line-height: 20px;
	height: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}
ul.header li:hover {
	background: #11c4ff;
}
.header_boven_left input {
	background: #fff;
	border: 1px solid #ffcb4d;
}
.header_boven_left input.submit {
	margin-left: 5px;
}
