@CHARSET "ISO-8859-1";
* {
	line-height: 1.35em;
}
html, body {
	background: #eee;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #f18e00;
}
h1 {
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #f18e00;
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1 a, h2 a {
	color: #f18e00;	
}
p {
	margin-top: 0em;
	margin-bottom: 1.1em;
	text-align: left;
}
.intro {
	color: #000;
	font-size: 1.15em;
	text-align: left;
}
#container {
	margin: 0 auto;
	width: 1087px;
	background: url(../images/bg_center.jpg);
	min-height: 100%;
}
#container:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
#header {
	width: 1087px;
	height: 35px;
	float: left;
}
#flashMessage {
	font-size: 1.5em;
	color: #000;
	margin-left: 67px;
}
#middle {
	padding: 0 67px;
	width: 953px;
	position: relative;
	float: left;
}
#footer {
	padding: 10px 0;
	height: 1.5em;
	width: 1087px;
	clear: both;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}
#footer, #footer a {
	color: #666;
	color: #000;
}
#ontwerp {
	margin-bottom: 0;
	width: 300px;
	float: left;
	margin-left: 85px;
}
#disclaimer {
	width: auto;
	float: right;
	margin-right: 85px;
	text-align: right;
}

#content_box {
	margin-top: 153px;
	width: 953px;
	float: right;
	clear: both;
}
#content_box_top_left {
	width: 23px;
	height: 23px;
	background: url(../images/tl_oranje_groot.png);
	float: left;
}
#content_box_top_center {
	background: #f8ae01;
	float: left;
	height: 23px;
	width: 907px;
}
#content_box_top_right {
	width: 23px;
	height: 23px;
	background: url(../images/tr_oranje_groot.png);
	float: left;
}
#content_box_center {
	background: #f8ae01;
	float: left;
	width: 907px;
	padding: 0 23px;
}
#content_box_bottom_left {
	width: 23px;
	height: 23px;
	background: url(../images/bl_oranje_groot.png);
	clear: both;
	float: left;
}
#content_box_bottom_center {
	background: #f8ae01;
	height: 23px;
	float: left;
	height: 23px;
	width: 907px;
}
#content_box_bottom_right {
	width: 23px;
	height: 23px;
	background: url(../images/br_oranje_groot.png);
	float: left;
}

#logo {
	position: absolute;
	left: 67px;
	top: 0;
}
#banner {
	width: 870px;
	height: 258px;
	float: left;
	margin: -134px 0 0 19px;
}

.form {
	color: #000;
	margin-top: 35px;
}

#admin {
	margin-top: 30px;
}
#admin fieldset {
	margin-bottom: 10px;
}
#admin label {
	display: block;
	width: 90px;
	padding-right: 10px;
	float: left;
}
#admin div.input input {
	width: 300px;
}
#admin fieldset div.input input {
	width: 150px;
}
#admin fieldset {
	padding: 5px 20px;
}
#admin textarea {
	width: 400px;
	height: 150px;
}
#admin div.input {
	margin-bottom: 5px;
	clear: both;
}
#admin div.checkbox {
	margin-left: 100px;
	clear: left;
}
#admin div.submit {
	margin-left: 100px;
	clear: left;
}
#admin div.loginsubmit {
	margin-left: 122px;
	clear: left;
}
#admin div.submit input {
	margin-top: 10px;
}
#admin div.checkbox input {
	width: auto;
	float: left;
}
#admin div.checkbox label {
	display: inline;
	width: 200px;
}
#admin p label {
	display: inline;
	float: none;
}