body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
}

#header,
#menuiconen,
#footer,
form {
  display: none;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}
a img {
  border: 0;
}

h1 {
  font-weight: bold;
  font-size: 16pt;
}
h2,
h3,
h4 {
  font-weight: bold;
  font-size: 12pt;
}

ul {
  list-style-type: square;
}
ul.diensten {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

hr {
  height: 1px;
  background-color: #000;
  color: #000;
}

table {
  font-size: 10pt;
}
table th {
  font-weight: bold;
  text-align: left;
}