/*
 * (c) Aldingha BVBA
 */

body {
  scrollbar-base-color: #ffffff;
  scrollbar-face-color: #F9F9F9;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #A69676;
  scrollbar-highlight-color: #C8C8C8;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-shadow-color: #C8C8C8;
  scrollbar-darkshadow-color: #ffffff;
 }



/*
 *  --- Inhoud = De inhoud van de pagina --------------------
 */

  .inhoud
  {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: normal;
    font-size: 9pt;
    color: #484848;
  }
  
  .inhoud .tekst
  {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: normal;
    font-size: 9pt;
    color: #484848;
  }
  
  .inhoud .tekst EM
  {
    font-style: normal;
    font-weight: bold;
    color: #484848;
  }

    .inhoud .tekst A
  {
    text-decoration: underline;
    color: #484848;
  }

      .inhoud .tekst A:hover
  {
    text-decoration: underline;
    color: #909090;
  }
  
  .inhoud .titel
  {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: bold;
    font-size: 13pt;
    color: #6c6a66;
  }
  
  
  .titel
  {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: bold;
    font-size: 16pt;
    color: #ffffff;
  }
  
  

  .picturepopup {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: normal;
    font-size: 10pt;
    color: #715547;
    }
    
  .picturepopup .title {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: bold;
    font-size: 12pt;
    color: #715547;
    }
    
  .picturepopup .text {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: normal;
    font-size: 10pt;
    color: #715547;
    }
    
  .picturepopup .previousnext {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    }

  .picturepopup .previousnext A {
    text-decoration: none;
    color: #ffffff;
    }

  .picturepopup .previousnext A:hover {
    text-decoration: underline;
    }
    
    
  .copyright
  {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: normal;
    font-size: 10pt;
    color: #5c5b5a;
  }
  
  .copyright A
  {
    text-decoration: none;
    color: #5c5b5a;
  }

  .copyright A:hover
  {
    text-decoration: underline;
  }
  
  .inhoud .itemtitel A
  {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: bold;
    font-size: 14pt;
    color: #6c6a66;
    text-decoration:none;
   }
  
  .inhoud .itemtekst A
  {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: normal;
    font-size: 9pt;
    color: #484848;
    text-decoration:none;
  }
  
  .inhoud .itemtekst A:hover
  {
    color: #6c6c6c;
  }

  .inhoud .itemtitel A:hover
  {
    color: #808080;
  }

  
  .inhoud .afbeelding IMG
  {
    border: 1px solid #bab3a5;
  }
  
  .inhoud .merkenlijst A
  {
    font-family: arial, helvetica, verdana, tahoma;
    font-weight: bold;
    font-size: 10pt;
    color: #676767;
    text-decoration:none;
  }

  .inhoud .merkenlijst A:hover
  {
    text-decoration: underline;
  }


