body {
  background-color: white;
  background-image: url("./img/background.jpg");
  background-repeat: repeat-x;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-family: verdana, serif;
}

div#container {
  width: 800px;
  margin: auto;  
  text-align: left;
}

div#title {
  height: 205px;
  background-image: url("./img/Titlebar.jpg");
}

div#maincontainer {
  margin-top: 15px;
}

div#content {	
  width: 615px;
  float: left;
  border-right: 1px solid #AAAAAA;
}

div#contenttop {
  width: 610px;
  margin-bottom: 20px;
  
}

div.topad {
  margin: 0 auto;
  text-align: center;  
}

div.centered {
  text-align: center;
  margin: 0px auto;
}

div#contentleft {
  width: 300px;
  float: left;
  border-right: 1px solid #AAAAAA;  
}

div#contentright {
  width: 300px;
  float: right;
}

div#menu {
  background-color: white;
  width: 184px;
  float: right;
}

div#menu p {
  margin-left: 20px;	
  margin-bottom: 8px;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;	
  color: #000099;
}

div.menuad {
  margin-left: 20px;	
  margin-bottom: 8px;
  padding: 0px;
}

div#menu ul {
  margin-left: 20px;	
  margin-top: 0;
  padding: 0px;
  list-style: none;
}

div#menu ul li {
  margin-top: 2px;
}

div#menu a:link {
	color: black;
	background-color: white;
	text-decoration: underline;
}

div#menu a:visited {
	color: black;
	background-color: white;
	text-decoration: underline;
}

div#menu a:hover {
	color: black;
	background-color: #white;
	text-decoration: none;	
}


div#footer {
  background-color: white;
  height: 40px;
  font-size: 8pt;
}

div#footer p{
  margin:10px;
  margin-left: 20px;
}

table.lijst {
  font-size: 8pt;
  margin-bottom: 25px;
}

table.lijst th  {
  padding: 0px;
  margin: 0px;
  font-family: verdana, sans-serif;
  font-size:10pt;
  font-weight: strong;
  text-align: left;	
  color: #000099;
}

table.lijst tr td.naam {
  width: 180px;
  padding-right:5px;  
}

table.lijst tr td.nummer {
  width: 95px;
}

h2 {
  font-family: verdana, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000099;
  margin-bottom: 8px;
}