/***********************************************************************/
/****************************** TITELBALK ******************************/
/***********************************************************************/

div.TitelLogo {
  width: 275px;
  height: 92px;
  position: absolute;
  top: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
/*
  border-top: thin solid;
  border-bottom: thin solid;
  border-left: thin solid;
  border-right: thin solid;
*/
}

/* Octopus-logo is 266x92 */
#TitelLogo1 {
  left: 0;
  text-align: left;
}

/* W3C-logo's zijn 88x31 en 88x32 */
#TitelLogo2 {
  right: 0;
  text-align: right;
}

/* margin-left wordt 266 + 5 + 5 = 276 */
/* margin-right wordt 88 + 5 + 5 = 98 */
div.TitelTekst {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 280px;
  margin-right: 280px;
/*
  border-top: thin solid;
  border-bottom: thin solid;
  border-left: thin solid;
  border-right: thin solid;
*/
}

.TitelBody {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/***********************************************************************/
/************************** OVERIGE PAGINA'S ***************************/
/***********************************************************************/

body {
  font-family: arial, monospace;
  font-size: 10pt;
  background-color: #FFFFFF;
  color: #000000;
}

td.support {
  font-family: arial, monospace;
  font-size: 10pt;
  background-color: #FFFFFF;
  color: #000000;
}

td.nowrap {
  font-family: arial, monospace;
  font-size: 10pt;
  background-color: #FFFFFF;
  color: #000000;
  white-space: nowrap;
}

body.printversie {
  background-color: #FFFFFF;
}

A:link {
  color: #000000;
}

A:visited {
  color: #000000;
}

A:hover {
  color: #FF0000;
}

.tabelkop {
  font-family: arial, monospace;
  font-weight: bold;
  font-size: 10pt;
}

.tabeltekst {
  font-family: arial, monospace;
  font-size: 10pt;
}

/****************************** TITELS *********************************/

.paginatitel {
  font-style: italic;
  font-weight: bold;
  font-size: 16pt;
}

.frametitel {
  font-style: italic;
  font-weight: bold;
  font-size: 12pt;
}

/******************************* INPUT *********************************/

.navigatielink {
  font-weight: bold;
}

td.navigatie {
  font-size: 0.7em;
}

td.navigatieheader {
  font-family: arial, monospace;
  font-size: 10pt;

  color: #FFFFCC;
  background-color: #006666;
}

.standaardbutton {
  font-family: arial, monospace;
  font-size: 10pt;
}

/****************************** SPECIALS *******************************/

.foutmelding {
  font-family: arial, monospace;
  font-weight: bold;
  font-size: 10pt;
  color: #FF0000;
  background-color: transparent;
}

.voetnoot {
  text-align: center;
  font-size: 8pt;
  color: #888888;
  background-color: transparent;
}
