/*##########################################################################
Zie http://www.w3.org/Style/CSS/ voor extra informatie over CSS files
en http://www.w3c.nl/Dutch/translations.shtml voor vertalingen in het Nederlands.

Wil je snel zien wat de hex-codes zijn van al die kleurtjes of wil je nieuwe
kleuren gebruiken, installeer dan eens het gratis programma ColorCop wat
je kunt vinden op http://www.datastic.com/tools/colorcop/
###########################################################################*/

/* Eigenschappen fotoalbum */

/* achtergrondkleur van het vlak buiten het fotoalbum: helder wit: #FFFFFF */
body { margin-top: 10px; margin-bottom: 10px; background: #FFFFFF; }

/* eigenschappen van gebied rondom fotoalbum tabel (meestal niet nodig om aan te passen) */
DIV.fotoalbum { text-align: center; background: transparent; }

/* eigenschappen fotoalbum tabel
   border:       dikte van de rand
   border-color: kleur van de rand
   font-family:  font types waaruit browser kan kiezen  
   font-size:    de grootte van het font */
TABLE.fotoalbum { border-collapse: collapse; border: outset 2px; border-color: #004080; 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }

/* kleur van tabel koppen (waar de bestandsnaam staat) 
   color: kleur tekst 
   background: achtergrondkleur */
TABLE.fotoalbum TH { color: #006565; background: #E4F0E4; padding: 4px 4px 4px 4px; }

/* kleur van tabel cellen, je ziet hier meestal niets van */
TABLE.fotoalbum TD { color: #004080; background: #FFFFCC; padding: 4px 4px 4px 4px; }

/* kleur van tabel cellen die de mappen (directories) afbeelden, je ziet hier meestal niets van */
TABLE.fotoalbum TD.dir { background: #FFFFCC; text-align: center; padding: 4px 0px 4px 0px; }

/* kleur van tabel cellen waarin de kleine fotootjes afgebeeld worden */
TABLE.fotoalbum TD.thumb { color: white; background: #FFFFFF; text-align: center; padding: 0px 0px 0px 0px; }

/* kleur van tabel cellen direkt boven de kleine fotootjes (meestal gelijk aan kleur van TD.thumb) */
TABLE.fotoalbum TD.filmtop { color: #004080; background: #FFFFFF; text-align: center; padding: 8px 0px 0px 0px; }

/* kleur van tabel cellen direkt onder de kleine fotootjes (meestal gelijk aan kleur van TD.thumb) */
TABLE.fotoalbum TD.filmbottom { color: #004080; background: #FFFFFF; text-align: center; padding: 0px 0px 8px 0px; }

/* kleur van tabel cel waar de grote foto in afgebeeld wordt */
TABLE.fotoalbum TD.image { background: #FFFFFF; text-align: center; }

/* kleur van tabel cel waar de bezoeker het menu ziet om de afmetingen van de foto's te regelen */
TABLE.fotoalbum TD.sizecontrol { background: #E4F0E4; text-align: center; }

/* kleur van de tabel cel onderaan waar de gebruiker de navigatieregel ziet met de teksten: begin/vorig 20/volgende 20/eind */
TABLE.fotoalbum TD.infoline { background: #E4F0E4; text-align: center; }

/* verwijzingen (href's, links) van de kleine foto's */
TD.thumb A:link { color: #990000; background-color: transparent; }

/* verwijzingen (href's, links) van de kleine foto's die al bezocht zijn */
TD.thumb A:visited { color: #990000; background-color: transparent; }

/* verwijzingen beneden (href's, links) */
TD.infoline A:link { color: #990000; background-color: transparent; }
  
/* verwijzingen beneden (href's, links) die al bezocht zijn */
TD.infoline A:visited { color: #990000; background-color: transparent; }

/* verwijzingen bovenaan (href's, links) */
A:link { color: #990000; background-color: transparent; }
  
/* verwijzingen bovenaan (href's, links) die al bezocht zijn */
A:visited { color: #990000; background-color: transparent; }

