html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	/* background-color: #5EAEFF; */
	background-image: url(../images/bg_boot.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	color: #3333CC;
}

#page {
	height: 100%;
}

#header {
	background: url(../images/bloem.png) no-repeat;
	color: #FFFFFF;
	height: 170px;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	width: 890px;
}
#header h1 {
	color: #FFCC00;
	margin-left: 200px;
	margin-bottom: 0px;
}
.header_search {
	margin-left: 50px;
	font-size: 18px;
	color: #0033CC;
}

#menu {
	color: #000066;
	margin: 0px auto 0px auto;
	padding: 10px 20px 10px 0px;
	text-align: right;
	width: 900px;
}
#menu a { color: #000066; font-size: 14px; padding: 0px 15px 0px 15px; text-decoration: none; }
.menuf { background-color: #FFFFFF; border: 1px solid #000033; float: right; margin: 0px 10px 0px 10px; padding: 3px 0px 3px 0px; }
#menu .selected { text-decoration: underline; }
#menu a:hover { text-decoration: underline; }

.placeholder { width: 900px; margin: 0px auto 0px auto; }

#left, #right { width: 250px; float: left; }
.view { border: 1px solid #FFFFFF; margin: 5px; padding: 5px; background: url(../images/bg-box.png) repeat; }
.view h3 { margin: 0px; padding: 0px; }
.float { float: left; }
.bar { background-color: #003399; color: #FFFFFF; font-size: 12px; text-align: right; padding: 2px 2px 2px 0px; }

.bl { background-color: #0066CC; color: #FFFFFF; }
.or { background-color: #FF9900; color: #FFFFFF; }
.un { border-bottom: 1px solid #000066; }

#content { width: 390px; float: left; margin: 5px; }
.w { width: 890px!important; }
.wb { width: 690px!important; }
.wd { width: 640px!important; }
#content h1 { font-size: 20px; margin: 0px; padding: 0px; }
#content fieldset, .bg fieldset { border: 1px solid #FFFFFF; background: url(../images/bg-box.png) repeat; }
#content legend, .bg legend { background-color: #003399; color: #FFFFFF; border: 1px solid #FFFFFF; padding: 2px 5px 2px 5px; }
#content label, .bg label { margin: 5px 0px 0px 5px; width: 210px; float: left; }
#content input, .bg input { float: left; margin-top: 5px; width: 150px; }
#content select, .bg select { float: left; margin-top: 5px; width: 155px; }
#content input[type=radio], .bg input[type=radio] { width: 25px; float: left; }
#content input[type=button], .bg input[type=button] { width: 100px; margin: 5px 0px 0px 5px; text-align: center; }
#content .bg, .bannert .bg, #overig .bg { background: url(../images/bg-box.png) repeat; border: 1px solid #FFFFFF; padding: 5px; margin: 5px 0px 5px 0px; }
.bg_xtra { width: 390px; color: #000000; text-align: left; }
.bannert { margin-left: 700px; margin-right: 5px; }
.bit { float: left; padding: 8px 20px 0px 0px; }
.required { color: #FF0000; padding-left: 3px; }
.information { font-size: 10px; padding-left: 3px; }
.ophalen { float: none!important; width: 70px!important; background-color: #FFCC00; border: 1px solid #000066; }

.banner { background: url(../images/bg-box.png) repeat; width: 900px; height: 90px; margin: 0px auto 10px auto; }
#overig { margin-left: 500px; }
#overig h3 { color: #FF9900; }
.blok { background-color: #FFFFFF; padding: 2px 0px 2px 4px; width: 285px; height: 16px; margin-bottom: 10px; border: 1px solid #000066; }

/* #### FOOTER #### */
#footer { clear: both; }
#footer a { color: #999999; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer { background-color: #CCCCCC; width: 890px; padding: 0px 5px 0px 5px; margin: 0px auto 0px auto; border-top: 1px dashed #999999; }

