body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	margin: 0;
	padding: 0;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 165px;
	background-image: url('header.png');
	background-repeat: repeat-x;
	text-align: center;
}

#logo {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 165px;
	height: 165px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
}

#pagina {
	width: 720px;
	padding-top: 180px;
	margin: 0 auto;
}

a {
	color: #0000ff;
}

h1 {
	color: #ffffff;
	margin-top: 1em;
	padding: 0;
	font-size: 2.9em;
}

h2 {
	margin: 1em 0;
	color: #000055;
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	margin: 0;
	color: #000055;
	font-size: 1.286em;
	font-weight: bold;
}

h4 {
	margin: 0;
	color: #000055;
	font-size: 1em;
	font-weight: bold;
}

#navigatie {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	margin-bottom: 30px;
	text-align: center;
}

#navigatie li {
	display: inline;
}

#navigatie a {
	font-size: 1.1428em;
	text-decoration: none;
	padding: 8px;
	outline: none;
}

blockquote {
	margin: 1.5em 0;
	padding-left: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	background-color: #e8eeff;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
}

blockquote p {
	text-indent: 0;
	margin: 0;
}

p {
	line-height: 1.5em;
	text-indent: 1em;
	margin: 1em 0;
	text-align: justify;
}

p.first {
	text-indent: 0;
	font-style: italic;
}

p.ondertekening {
	text-indent: 0;
	font-weight: bold;
}

#pagina ul li {
	line-height: 1.5em;
}

.gallery {
	margin: 1em 0;
}
.gallery img {
	border: 1px solid #000055;
	padding: 2px;
	margin: 6px;
}
.gallery a {
	outline: none;
}

.machinelijst {
	font-size: 0.857em;
	border-collapse: collapse;
}
.machinelijst td, .machinelijst th {
	padding: 0.8em 0.6em;
	text-align: left;
}
.machinelijst thead tr th {
	border-top: 2px solid #000099;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
}
tr.selected td {
	background-color: #cccccc;
}

#machines {
	list-style-type: none;
}
#machinenavigatie {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.786em;
	margin-bottom: 30px;
}

#machinenavigatie li {
	display: inline;
}

#machinenavigatie li a {
	font-size: 1.1428em;
	margin: 0 8px;
	color: #000099;
	text-decoration: none;
	outline: none;
}
#machinenavigatie li a.actief {
	color: #000000;
	text-decoration: underline;
}
p.adres {
	text-indent: 0;
}
.kaartje {
	float: right;
	margin-left: auto;
}

