/* Algemeen */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ol, address, div, span {
	margin: 0;
	padding: 0;
}

body {
	background: #dddddd;
	font: 11px/20px Arial,Helvetica,sans-serif;
}

img {
	border: 0px;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.symbol {
	font-family: wingdings;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#help {
	display: none;
}

#header {
	display: none;
}

#footer {
	display: none;
}

#menu {
	display: none;
}

#content {
	width: 100%;
}

table {
	width: 97%;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

th {
	color: #ffffff;
	text-align: left;
}

th img {
	display: none;
}

td {
	vertical-align: top;
	border: 1px solid #dddddd;
}

p {
	border: 1px solid #dddddd;
	margin: 0px 0px 20px 0px;
	padding: 3px;
	width: 97%;
	text-align: left;
}

p.intro {
	display: none;
}

span.kop {
	font-size: 22px;
	color: #000000;
	clear: both;
	display: block;
}

hr {
	width: 97%;
	text-align: left;
	background-color: #dddddd;
	border: 1px solid #dddddd;
	margin: 0px 0px 20px 0px;
}

table.formtable {
	width: 97%;
}

input.text, textarea {
	width: 300px;
}

textarea {
	height: 150px;
}

table.infotable {
	border: 0px;
	margin: 0px;
}

input.button_orange, input.button_gray, input.button_orange_large {
	display: none;
}
