body {
  background-color: #39BBB5;
  margin: 0 20px 0 20px;
  font-family: Calibri;
  font-size: 16px;
  color: #000000;
}

#buiten {
  position: relative;
  top: 0;
  left: 50%;
  width: 900px;
  height: 650px;
  margin: 0 0 0 -450px;
  padding: 0;
  background-color: #E8F9F9;
}

#top {
  float: left;
  width: 900px;
  height: 65px;
  margin: 0;
  padding: 0;
}

#top_links {
  float: left;
  width: 150px;
  height: 70px;
  background-color: #B4F1F1;
}

#top_rechts {
  float: right;
  width: 750px;
  height: 70px;
  text-align: right;
  background-color: #E8F9F9;
}

#balk {
  float: left;
  width: 900px;
  height: 25px;
  background-color: #990000;
  text-indent: 47mm;
  color: #E8F9F9;
  font-size: 13pt;
  text-decoration: underline;
}

#hoofd {
  float: left;
  width: 900px;
  height: 560px;
  margin: 0;
  padding: 0;
}

#menu {
  float: left;
  width: 150px;
  height: 560px;
  margin: 0;
  padding: 0;
  background-color: #B4F1F1;
  text-align: right;
  color: #990000;
  font-size: 12pt;
}

#tekst {
  float: left;
  width: 710px;
  height: 530px;
  margin: 0;
  padding: 30px 10px 0 30px;
  text-align: left;
  overflow: auto;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
  padding-bottom: 0px;
}

td.onder {
  border-bottom: black 1px solid;
}

img {
  border: 0px;
}
a {
  font-family: Calibri;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: ;
}

a:link {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

a:visited {
	color: #9a191e;
}

a:hover {
	color: #9a191e;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.naam {
  font-weight: bold;
  color: #990000;
}

