.hoofding1{
  font-size: 18px;
  font-weight: bold;
}

.hoofding2{
  font-size: 16px;
  font-weight: bold;
}

.hoofding3{
  font-size: 14px;
  font-weight: bold;
}

.tabelhoofding1{
  font-size: 16px;
  font-weight: bold;
  background-color: #D8D8B1;
}

.noot{
  font-style: italic;
  color:#FF0000;
}

.bedrag{
  color:#CC0000;
  font-weight: bold;
}

.tabel{
  border: 1px solid rgb(17, 17, 17); 
  border-collapse: collapse;
}
.tabel td {
  border: 1px solid rgb(17, 17, 17); 
  vertical-align: top;
}

.infotabel{
  border: 1px solid rgb(17, 17, 17); 
  border-collapse: collapse;
  background-color: #D8D8B1;
}
.infotabel td{
  font-size: xx-small
}
.infotabel li{
  font-size: xx-small
}



.klein{
  font-size: smaller;
}


.fout{
  color:red;
  border: solid 1px red;
  background-color: #FFBBBB;
}

.disclaimer{
  color:red;
  border: solid 1px red;
}
.disclaimer td{
  font-size: xx-small;
}

.gevolgentabel{
  border: 1px solid #000000; 
  border-collapse: collapse;
  background-color: #DEDEB8;
  padding: 5px;
}
.gevolgentabel td{
  padding: 20px 10px;
}



