body {
	font-family: sans-serif;
	font-size: 10pt;
	color: #004986;
	background-color: #ace;
	padding: 0px;
}
div#content {
	position: relative;
	width: 900px;
	border: solid 1px black;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
div#fotos {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 275px;
	padding-top: 15px;
	padding-bottom: 8px;
	background-color: #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
div#fotos img {
	border: 1px solid white;
	margin: 0px 10px 7px 10px;
}
div#header {
	position: relative;
	margin-top: 20px;
	margin-left: 320px;
	width: 506px;
	/*border-bottom: 1px dotted #666;*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #2f7dbf;
	color: white;
	padding: 10px 20px 10px 20px;
	border: 2px solid #58a3e3;
}
h1, h2 { font-weight: bold; margin: 0px; }
h1 { font-size: 160%; }
h2 { font-size: 130%; }
div#fcb {
	position: relative;
	margin-top: 15px;
	margin-left: 320px;
	width: 550px;
	height: 35px;
}
div#overzicht {
	margin-top: 15px;
	margin-left: 320px;
	width: 550px;
}
div.blok {
	background-color: #edf1f6;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.header {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	width: 100%;
	margin-bottom: .5em;
}
div#boeken {
	background-color: #ffd84f;
}
span.box {
	border: solid 1px #004986;
	font-weight: bold;
	padding: .2em 1em .2em 1em;
	background-color: white;
	color: #004986;
	cursor: pointer;
}
ul {
	padding: 0px 0px 0px 15px;
}
img.kaart {
	border: 1px solid #2f7dbf;
}
pre {
	font-size: 9pt;
}
a:link { color: #0087f9; }
a:visited { color: #0087f9; }
a:active { color: #0087f9; }
a:hover { color: #62a7e1; }
label {
	width: 12em;
	float: left;
}
.hidden {
	display: none;
}
p.tt {
	font-family: monospace;
}
#resp_ok, #email_ok { color: green; font-weight: bold; }
#resp_err, #email_err { color: red; font-weight: bold; }

