/*****************************************************************************/
/* Algemene instellingen                                                     */
/*****************************************************************************/

/* Standaard instellingen voor html en body */
html, body {
  border                     : 0px;
  margin                     : 0px;
  padding                    : 0px;
  height                     : 100%;
  background-color           : #333a51;
  background-image           : url('images/bg.jpg');
  -webkit-text-size-adjust   : none;
}

/* Standaard font */
body, th, td, input, textarea {
  font-family                : Verdana, Arial;
  font-size                  : 8pt;
  color                      : #7e8496;
}

/* Fullsize tabel */
table.fullsize {
  border                     : 0px;
  margin                     : 0px;
  padding                    : 0px;
  width                      : 100%;
  height                     : 100%;
  vertical-align             : middle;
}

/* Geen opmaak van links */
a {
  outline                    : none;
  text-decoration            : none;
}

/* Geen border om images */
img {
  border                     : 0px;
}

/* Dikgedrukte tekst */
.bold {
  font-weight                : bold; 
  font-size                  : 10pt;
  color                      : #aab7ce;

}

/* Gecentreerde tekst */
.center {
  text-align                 : center; 
}

/* Verbergen van teksten */
div.invisible { 
  display                    : none; 
}

/*****************************************************************************/
/* Instellingen van de website                                               */
/*****************************************************************************/

/* Tabel waarbinnen de website geplaatst is; bevat de buitenste borders */
table.main {
  background-color           : #191d28;
  border                     : 1px solid #422116;
}

/* De opmaak en positionering van de footer tekst */
table.fullsize div.footer {
  font-family                : Tahoma, Arial;
  font-size                  : 7pt;
  font-weight                : bold;
  color                      : #7e8496;
  text-align                 : center;
  padding-top                : 10px;
}

/* De opmaak van de subpagina's */
div.content {
  padding-top                : 20px;
  overflow                   : auto;
}

div.content, div.content p {
  font-family                : Tahoma, Arial;
  font-size                  : 10pt;
  background-color           : #191d28;
  text-align                 : justify;
}

div.content p.oranje {
  font-weight                : bold;
  color                      : #f60;
  text-align                 : left;
  padding-left               : 5px;
}

div.content a {
  font-weight                : bold;
  color                      : #DFE3EC;
}

/* De opmaak van het plaatje links op de pagina's */
div.content td.leftimage{
  text-align                 : left;
  width                      : 125;
}

/* De opmaak van de gekantelde tekst rechts op de pagina's */
div.content td.righttext{
  text-align                 : right;
  width                      : 45px;
}

div.zw{
  visibility                 : hidden;
}

/*****************************************************************************/
/* Menu instellingen                                                         */
/*****************************************************************************/

/* Geen opmaak van links */
td.menu {
  font-family                : Tahoma, Arial;
  font-size                  : 10pt;
  font-weight                : bold;
  color                      : #7e8496;
  text-align                 : center; 
}

td.menu a {
  text-decoration            : none;
  color                      : #7e8496;
}
td.menu a:hover {
  text-decoration            : none;
  color                      : #f60;
}

/*****************************************************************************/
/* Links pagina                                                              */
/*****************************************************************************/

/* Paragraaf waarbinnen een link staat */
div.content p.link {
  margin-top                 : 0px;
  margin-bottom              : 2px;
  margin-left                : 0px;
}