body { 
  background: #ff9966; 
  margin: 0px;
  padding: 20px;
}

a:hover {
  background: beige;
}

a.def {
  border-bottom: 1px dotted;
  text-decoration: none;
}

h1 {
  margin-top: 0px;
}

#menulist {   /* Lijst met onderwerpen */
  float: left; 
  margin: 0px;   /* Nodig voor IE6, anders gigantische marge */
  width: 10%;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background: #ff9966; 
  list-style: none;   /* Geen bullets */
}

#menulist li {
  padding-top: 5px;  /* Beetje afstand tussen list items */
  border-bottom: 1px solid #444444;
}

#menulist a {
  text-decoration: none;
}  

#content {
  background: #ffcc99;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15%;
  width: auto;
}

span {
  background-color: yellow;
}

code.dut {
  background-color: white;
}

code.ex {
  background-color: yellow;
}

table.add-e {
  vertical-align: top;
}

#pageindex {   /* Lijst met onderwerpen */
  font-size: 18px;
  list-style: none;
}

p.menuexpl {
  font-size: 14px;
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 10px;
}

#content {
  background: #ffcc99;
  padding: 20px;
}

.pic {
  float: right;
  padding-left: 30px;
  padding-bottom: 30px;
}

.googlevert {
  float: right;
}

.emptylines {
  white-space: pre;
}

#footnote {    /* Copyright notice, last updated, etc. */
  font-size: 9px;
	font-weight: bold;
	text-align: center;
	line-height: 12px; 
}

.hidden {
  display: none;
}

