<!--
// ====================================
// JB's FotoShow script - stylesheet
// Jan Broers - V1.01 - 01-02-2008
// ====================================
-->


body {
  font-family:Verdana, Arial;
  color: white;
  background-color:white;
}

p {
  font-family:Verdana, Arial;
  color: navy;
  font-size:8pt;
}

a {
  color: navy;
}

div.pagina {
 width:600px;
 text-align:justify;
}

div.thumbnail { 
  width:150px;
  float:left;
  margin: 0 10px 0 10px;
  background: url(DiaAchtergrondA150.gif) no-repeat;
}

div.thumbnail img {
  height:84;
  margin: 10px 0 0 10px;
  border: 1px dashed #777;
  cursor:hand;
}

div.thumbnail p {
  text-align:center; 
  margin: 0;
  padding: 0 20px 30px 10px;
  background: url(DiaAchtergrondB150.gif) no-repeat 0 100%;
  font-family:comic sans ms, arial, verdana;
  font-size:8pt;
}

div.thumbnail a img {
 border: 1px solid #777;
}

.clear {
  clear: left;
}

div.groot {
  padding: 10px 10px 20px 10px;
}

div.groot img{
  height:400px;
  cursor:hand;
}

div.omschrijving {
  position:relative; top:-15; left:50;
  font-family:comic sans ms, arial, verdana;
  font-size:8pt;
}

table {
  color:navy;
}

td {
}

button {
  width=120;
}

h2 {
  font-family:Verdana, Arial;
  color:navy;
}
h4 {
  font-family:Verdana, Arial;
  color:navy;
}

.tips {
  font-family:Verdana, Arial;
  color: navy;
  font-size:8pt;
}