/* BODY TOPPAGINA'S */
.titel {
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 15px; 
  color: #042605; 
  background-color: transparent;
/*  line-height: 15px; */
  font-weight: bold;
  margin-left: 30px;
}

.titel_paus {
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 14px; 
  color: #943818; 
  background-color: transparent;
/*  line-height: 32px; */
  font-weight: bold;
  
}

.balkje {
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 11px; 
  color: #FFF; 
  background-color: #999;
  font-weight: bold
}

.ondertitel {
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 14px; 
  color: #042605;
  text-decoration: underline;
  background-color: transparent;
/*  line-height: 15px; */
  font-weight: bold;
}


.txttitel {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #042605; 
  font-weight: bold;
  line-height: 14px;
}

.txt_paus {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold; 
  line-height: 14px;
  color: #BB3700; 
}

.txt_paus_full {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: normal; 
  line-height: 14px;
  color: #BB3700; 
}

.txt {
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  font-size: 12px;
  line-height: 14px;
  color: #042605; 
}

.voetnootverwijzing {
  font-size: 10px;
/*  vertical-align: super; */
}

.teksttabel {
  font-size: 12px;
  border-style: dashed;
  border-width: 1px;
  border-color: #943818;
  margin-left: 30px;
}

.teksttabel_iframe {
  font-size: 12px;
  border-style: dashed;
  border-width: 1px;
  border-color: #943818;
}

.teksttabel_full {
  border-spacing: 5;
  font-size: 12px;
  border-style: dashed;
  border-width: 1px;
  border-color: #943818;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

/* HYPERLINKS OP GEWONE TEKST (voor alle pagina's) */
A:link {
  color: #943818;
  background-color: transparent;
  text-decoration: none;
}

A:active {
  color: #943818;
  background-color: transparent;
  text-decoration: none;
}

A:visited { 
  color: #943818;
  background-color: transparent;
  text-decoration: none;
}

A:hover {
  color: #943818;
  background-color: transparent;
  text-decoration: underline;
}

TABLE, TH, TD {
  font-size: 12px;
}

BODY {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  background-color: #FFF;
  padding-left: 0px;
  margin-top: 0px;
  margin-left: 6px;
}

/* VOETNAVIGATIE (alleen voor toppagina's) */
.voet {
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  font-size: 10px;
  color: #042605; 
}

A.voet {
  color: #000; 
  background-color: #FFF;
  text-decoration: none;
}

A.voet:link {
  color: #000; 
  background-color: #FFF;
  text-decoration: none;
}

A.voet:active {
  color: #66C; 
  background-color: #FFF;
  text-decoration: none;
}

A.voet:visited {
  color: #000; 
  background-color: #FFF;
  text-decoration: none;
}

A.voet:hover { 
  color: #66C; 
  background-color: #FFF;
  text-decoration: none;
}


