html, body {
	height: 100%;
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color: #003399;

}
h1 {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.grijzekoppen {
	color: #CCCCCC;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5672b3;
	text-align: justify;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
}
input {
	background-color: #c5cbd7;
	border: 0;
}
textarea {
	background-color: #c5cbd7;
	border: 0;
}
.form {
	margin: 0px;
}
.form_overig {
	margin: 0px 0px 0px 20px;
}
.lijst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
}
.titel {
	color: #5672b3;
	font-size: 12px;
	margin: 0 0 0 150px;
	font-style: italic;
}
.extratxt {
	font-size: 11px;
	line-height: 15px;
	color: #CCCCCC;
}
.blok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	background-color: #5672b3;
	padding: 5px;
}
#blok_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #5672b3;
	padding: 15px;
	width: 420px;
	height: 240px;
}
#blok_form input {
	margin-bottom: 5px;
	margin-left: -1px;
}
#blok_form textarea {
	margin-bottom: 8px;
	margin-left: -1px;
}
.scheefwit {
	font-size: 13px;
	font-style: italic;
	color: #ffffff;
	margin: 0px;
}
.scheefwit_titel {
	font-size: 13px;
	font-style: italic;
	color: #ffffff;
	margin: 0 0 0 115px;
}
.knoppen {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	list-style-image: url(../images/knop.gif);
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 13px;
	font-style: italic;
	line-height: 24px;
}
#form-left {
	width: 170px;
	height: 200px;
	float: left;
}
#form-right {
	width: 250px;
	height: 250px;
	float: left;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #5672b3;
}
a.txt:link {
	text-decoration: underline;
	color: #ffffff;
}
a.txt:visited {
	text-decoration: underline;
	color: #ffffff;
}
a.txt:hover {
	text-decoration: none;
	color: #ffffff;
}
a.txt:active {
	text-decoration: underline;
	color: #5672b3;
}
a.nav:link {
	text-decoration: none;
	color: #5672b3;
}
a.nav:visited {
	text-decoration: none;
	color: #5672b3;
}
a.nav:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.nav:active {
	text-decoration: none;
	color: #ffffff;
}
a.grijstxt:link, a.grijstxt:visited  {
	text-decoration: underline;
	color: #CCCCCC;
}
a.grijstxt:active, a.grijstxt:hover {
	text-decoration: none;
	color: #CCCCCC;
}