/*
 * Default Style Sheet by Aldingha BVBA
 */


body {
  scrollbar-base-color: #ff0000;
  scrollbar-face-color: #2B2825;
  scrollbar-track-color: #2B2825;
  scrollbar-arrow-color: #ffffff;
  scrollbar-highlight-color: #826851;
  scrollbar-3dlight-color: #2B2825;
  scrollbar-shadow-color: #826851;
  scrollbar-darkshadow-color: #2B2825;
 }



/*
 *  --- Inhoud = De inhoud van de pagina --------------------
 */

  .menutekst {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 9px;
     color: #ffffff;
     }

  .inhoud {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 9pt;
     color: #ffffff;
     }

  .inhoud .tekst {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 8pt;
     line-height: 12pt;
     color: #ffffff;
     }

  .inhoud .tekst A {
     text-decoration: underline;
     color: #ffffff;
     }

  .inhoud .tekst B {
     font-weight: bold;
     color: #ffffff;
     }

  .inhoud .tekst EM {
     font-weight: normal;
     font-style: normal;
     color: #a87950;
     }

  .inhoud .formulier {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 8pt;
     color: #FFFFFF;
     }

  .inhoud .formulier INPUT {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 9pt;
     text-decoration: none;
     background: #826851;
     border: 1 solid #826851;
     color: #FFFFFF;
     }

  .inhoud .formulier SELECT {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 9pt;
     text-decoration: none;
     background: #826851;
     border: 1 solid #826851;
     color: #FFFFFF;
     }

  .inhoud .formulier TEXTAREA {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 9pt;
     text-decoration: none;
     background: #826851;
     border: 1 solid #826851;
     color: #FFFFFF;
     scrollbar-base-color: #ff0000;
     scrollbar-face-color: #2B2825;
     scrollbar-track-color: #2B2825;
     scrollbar-arrow-color: #ffffff;
     scrollbar-highlight-color: #826851;
     scrollbar-3dlight-color: #2B2825;
     scrollbar-shadow-color: #826851;
     scrollbar-darkshadow-color: #2B2825;
     }

  .inhoud .onderschrift {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 8pt;
     color: #ffffff;
     }

  .copyright {
     font-family: verdana, tahoma, helvetica, arial;
     font-weight: normal;
     font-size: 8pt;
     color: #ffffff;
     }

  .copyright A {
     text-decoration: none;
     color: #ffffff;
     }

  .copyright A:hover {
     text-decoration: underline;
     }


