body {
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
  margin: 0;
  padding-top: 10px;
  background-color: #33cccc;
  text-size-adjust: none;
}

#pagina {
  margin:0 auto;
  width: 550px;
  position: relative;
  background-color: #ffcc66;
  border-style: solid;
  border-width: 2px;
  border-color: #800000;
  padding-left: 182px;
  padding-right: 0;
}

#navigation {
  position: absolute;
  left: 0;
  height: 100%;
  width: 180px;
  border-style: solid;
  border-width: 0px;
  border-right-width: 2px;
  border-color: #800000;
  background-color: #c0c0c0;
  bottom: auto;
}

#navilist  {
  position: relative;
  left: 0;
  width: auto;
  border-style: solid;
  border-width: 0px;
  border-color: #800000;
  background-color: #c0c0c0;
  padding-left: 12px;
}

#verborgen {
  position: absolute;
  left: 0;
  height: 300px;
  width: 180px;
  font-size: 3px;
  background-color: #c0c0c0;
  color: #c1c1c1;
}

#verborgen h1 {
  font-size: 3px;
}

#kopbalk1 {
  position: static;
  left: 182px;
  right: 0;
  height: 60px;
  background-color: #cc9900;
  color: #ffcc66;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

#kopbalk2 {
  position: static;
  left: 182px;
  right: 0;
  height: 60px;
  background-color: #c0c0c0;
  color: #800080;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  border-style: solid;
  border-color: #800000;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
  
img
{  border-style: none;
}

#content {
  position: static;
  left: 182px;
  right:0;
  padding: 10px;
  background-color: #ffcc66;
  min-height: 1000px;
}

#content h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: maroon;
}

#content h2 {
  font-size: 1.33em;
  font-weight: bold;
  color: maroon;
}

#content h3 {
  font-size: 1em;
  font-weight: bold;
  color: maroon;
}

#content h4 {
  font-weight: bold;
}

#content table td { vertical-align: top; }

.cntr {
  text-align: center;
}

.klein {
  font-size: 0.8em;
}

.groot {
	font-size: 1.33em;
}	

.aandacht {
  font-weight: bold;
	font-size: 1.33em;
  color: red;
}
	

.cursief {
  font-style: italic;
}

.rood {
  color: red;
}

.datum {
  color: gray;
  font-weight: normal;
}
