body {
  margin: 0;
}

h1 {
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	margin-bottom: 16px;
}

img {
  border: 0;
}

.hoofdtabel {
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  position: absolute;
  margin-top: -186px;
  top: 50%;
  width: 100%;
  background-color: #F0F6FA;
}

ul {
	margin: 0;
	text-transform: capitalize;
}

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

a.links {
	text-transform: capitalize;
	margin: 3px;
}

.menulinks td {
  text-align: left;
}

.menulinks a {
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  color: #666666;
}

#menu {
  background-color: #FFFFFF;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding-bottom: 3px;
	z-index: 110;
	width: 130px;
	border: 1px solid #FF0000;
}

p {
	margin-bottom: 4px;
	margin-top: 4px;
}

#menu h2 {
  background-color: #FF0000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 12px;
}