/* algemeen.css moet opgeschoond worden, er staan nog zaken in die al vervallen zijn */

body {
    background: #fff;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 20px 20px;
    padding: 0;
  }
 .lijn-cl, .lijn-cr {
    border: #bbb dashed 1px;
    margin: 12px 0;
  }
  #naam, #balk-art, #balk-info, #balk-alles, #balk-schil, #balk-coll, #balk-instal, #balk-ruimt, #balk-foto {
    font-size: 17px;
    font-weight: bolder;
  }
  #bl {
    color: #00a8e9;
  }
  #naam {
    padding-bottom: 4px;
    letter-spacing: -.25px;
  }
  #balk-art, #balk-info, #balk-alles, #balk-schil, #balk-coll, #balk-instal, #balk-ruimt, #balk-foto {
    padding: 15px 20px;
    margin: 12px -20px;
    color: #fff;
    background-color: #777;
    }
  .middel,  #voet, .jaartal, #kolom-totaal {
    font-size: 11px;
  }
  .kop, .titel-boven, .titel-tussen {
    font-size: 12px;
    font-weight: bolder;
  }
  .jaar {
    float: left;
    margin-top: 10px;
    margin-right: 25px;
  }
  .jaartal, .lijn-cl, #voet {
    clear: left;
  }
  .lijn-cr {
    clear: right;
  }
  a.zw-bl:link { color: #000; text-decoration: none; }
  a.zw-bl:visited { color: #000; text-decoration: none; }
  a.zw-bl:hover { color: #00a8e9; }
  a.zw-bl:active { color: #000; text-decoration: none; }

  body, img { border: 0 none; }

  .afb_dia {
    float: left;
    height: 170px;
    margin-top: 30px;
    margin-right: 25px;
    border: 1px solid #fff;
  }

  #voet {
    padding-top: 18px;
  }
  .afbs {
    margin-bottom: 12px;
    width: 75px;
    height: 75px;
  }

  #kolom-totaal {
    width: 650px;
    line-height: 19px;
  }
  .kolom-rechts, .kolom-rechts-eind {
    float: left;
    width: 100px;
  }
  .kolom-links {
    margin-top: 4px;
    float: left;
    width: 80px;
  }
  .kolom-rechts, .kolom-rechts-eind {
    width: 540px;
    margin: 4px 0 4px 0;
    /*padding-left: 0px;*/
    /*padding-left: 10px;*/
  }
  .kolom-rechts-eind, .regel, .lijst-regel, .uitl {
    margin: 4px 0 20px 0;
  }
  .titel-boven, .titel-tussen {
    line-height: 21px;
  }
  .titel-boven {
    padding: 6px 0 2px 0;
  }
  .titel-tussen {
    margin: 0 0 2px 0;
  }
  .lijst-kolom, .lijst-regel {
    list-style-type: none;
    padding-left: 0;
  }
  .lijst-kolom {
    margin: 0 0 4px 0;
  }

  .afbl {
    float: left;
    margin: 5px 15px 0 0;
  }
  .afbr {
    float: right;
    margin: 5px 0 15px 15px;
  }

  .lijst-site {
    margin: 8px 0;
  }
  .lijst-site-boven {
    margin-top: 8px;
  }

  body.afb_gr {
    background-color: #eee;
    font-size: 62.5%;
    color: #000;
  }
  div.afb_gr {
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -490px;
    width: 980px;
    text-align: center;
  }
  img.afb_gr {
    border: 0 none;
  }
  p#afb_titel, p#afb_beschr {
    text-align: center;
    line-height: 1.2em;
    margin: 0;
    padding: .5em;
  }
  p#afb_titel {
    font-size: 1.3em;
    font-weight: bolder;
    padding-top: .9em;
  }
  p#afb_beschr {
    font-size: 1.1em;
  }

/* klasse voor kleine afbeeldingen fancybox */
  img.fbimg {
    margin: 15px 20px 15px 0px;
  }
/* afbeeldingen expositie pagina */
  .afbex {
    margin-bottom: 12px;
    width: 158px;
    height: 158px;
  }

/* buttons homepage */
  .afbb {
/* met button art lease
    margin-top: 14px;  */ 
/* zonder button art lease - OOK aanpassing doen in INDEX.HTML */
    margin-top: 25px;    
    width: 42px;
    height: 42px;
  }

/* image hoover effect by using opacity property */
  .afbb, .afbex, .afbs {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
  }
  .afbb:hover, .afbex:hover, .afbs:hover {
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
  }

/* aanklikbare teksten op de index-pagina = kop-klik */
  .kp-kl {font-size: 12px; font-weight: bolder; }
  a.kp-kl:link { color: #000; text-decoration: none; }
  a.kp-kl:visited { color: #000; text-decoration: none; }
  a.kp-kl:hover { color: #00a8e9; }
  a.kp-kl:active { color: #000; text-decoration: none; }

/* vanwege blauwe stippellijn na openen image, zie https://drupal.org/node/1186346 */
a {
  outline:none;
  }

/* aanklikbare links op sub-pagina = sub-klik */
  a.sb-kl:link { color: #fff; text-decoration: none; }
  a.sb-kl:visited { color: #fff; text-decoration: none; }
  a.sb-kl:hover { color: #c5c5c5; }
  a.sb-kl:active { color: #fff; text-decoration: none; }

