html,body {
	width: 600px;
	margin: 10px;
	font-family: arial, verdana, helvetica;
	color: #8A8171;
}

a, a:visited {
	color: #8A8171;
}

img, img a {
	border: 0px;
}

#contactinfo, #extramenu, #taalswitch, #searchbar, #left, #footer {
	display: none;
}

#content {
	width: 575px;
	font-size: 12pt;
}

#content h1 {
	font-size: 16pt;
}

#content a {
	xcolor: black;
	font-size: 12pt;
}

#logo {
	position: static;
	margin-left: 480px;
}

table tr.odd a, table tr.even a, table tr img {
	position: fixed;
}

table tr.odd, 
table tr.even, 
table tr.first, 
table th,
table tr.even td,
table tr.odd td {
	background: none;
	filter: none;
}

table, tr {
	page-break-inside: avoid;
}

table.matrixStyle {
	empty-cells: show;
	border: 0.5pt solid #808080;
	border-collapse: collapse;
}

table.matrixStyle tr.first {
	height: auto;
}

table.matrixStyle,
table.matrixStyle tr {
	page-break-inside: auto;
}

table.matrixStyle tr.odd a,
table.matrixStyle tr.even a,
table.matrixStyle tr.first img {
	position: static;
}

table.matrixStyle td {
	border: 0.5pt solid #808080;
}

/* Contact form */

form.form label.text, form.form label.textarea, form.form label.radio {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
}

form.form input, form.form textarea {
	clear: right;
	border: none;
	width: 315px;
	margin-bottom: 2px;
}

form.form input.radio {
	width: auto;
	height: auto;
	clear: none;
	display: inline;
}
form.form div.radio {
	display: inline;
}

form.form div.radio label {
	margin-right: 20px;
	display: inline;
}

form.form input {
	height: 20px;
}

form.form textarea {
	height: 60px;
}

form.form input.button {
	margin-left: 90px;
	width: 75px;
	margin-top: 5px;
}

form .error {
	border: 1px solid black;
	background-color: #EEEEEE;
	padding: 20px;
	margin-bottom: 10px;
}

form.form input.submit {
	background-image: url('verstuur.png');
	background-color: transparent;
	background-repeat: no-repeat;
}
