body {
  background: #000000;
  min-width: 800px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  line-height: 1.5;
  margin-top: 30px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background-color: #FFFFFF;
   margin-top: 5px;
}

#main {
  margin: auto;
  width: 922px;
  height: 558px;
}
#menu {
  float: left;
}
#tekstvak {
  float: right;
  width: 530px;
  height: 402px;
  margin-top: 100px;
  margin-right: 80px;
  overflow: auto;
  display: inline;
}
h1 {
  font-size: 16px;
  font-weight: bold;
}
tekst {
  line-height: 1.5;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p.agenda {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

p.openingstijden {
	font-size: 12px;
	font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
}