body {
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-size: smaller;
}

h1, p.subtitel {
  font-family: "Trebuchet MS", "Arial", sans-serif;
  color: black;
  margin-top: 20px;
  margin-left: 15px;
}

h1 {
  font-size: 40pt;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.subtitel {
  font-size: larger;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 1ex;
}

.content {
  text-align: left;
  background-repeat: no-repeat;
  overflow: auto;
  background-image: url('achtergrond.jpg');
  max-width: 800px;
  height: 600px;
  width:expression(document.body.clientWidth > 800? "800px": "auto" ); /*Internet Explorer hack voor max-width*/
}

.menu {
  float: left;
  text-align: left;
  margin-right: 10px;
  margin-left: 15px;
  width: 130px;
  font-size: smaller;
}

.submenu {
  margin-left: 20px;
}

.menu a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.menu div {
  margin-bottom: 2ex;
  margin-top: 0px;
}

.tekstkolom {
  float: left;
  max-width: 450px;
  margin-left: 15px;
  margin-right: 15px;
  min-width: 100px;
}

.tekstkolom p {
  margin-top: 0px;
}

.footer {
  text-align: center;
  font-size: smaller;
}

h1 a {
  text-decoration: none;
  color: black;
}

h1 a:hover {
  color: black;	
}

a {
  text-decoration: underline;
  color: black;	
}

a:hover {
  color: gray;	
}

a:visited {
  color: black;
}
