body{
height: 100%;
margin: 5 0 0 0; 
background-color: rgb(248, 248, 248); /* achtergrondkleur 242, 244, 252 */
}

#main {
width: 186px; 
border: 0px black solid;
padding: 0px;
margin: 0px;
}
#main td{
text-align: left; font-family: tahoma; font-size: 8.5pt; 
}

#bottom {
width: 100%;
height: 100%;
padding 0px;
margin: 0px;
background-image: url(bg.jpg); 
background-attachment: fixed;
  background-position: top right;
  background-repeat: no-repeat;
}

#wrapper {    
    width:100%;
    height:140px;
    margin:0px 0 0;
    background-image:url(bg.jpg);
 }
#container {
    width:100%;
    height:140px;
    border:0px solid #fcf;
    overflow:auto;
 }

#thumbbar {
width: 100%; 
text-align: center; 
border: 0px black solid;
padding: 0px;
margin: 0px;
font-family: tahoma;
font-size: 8.5pt;
line-height:20px;
}

a:link img {border-color: #000;}
a:visited img {border-color: #000;} 
a:active img {border-color: #000;} 

img#scale {
max-width: 100%; max-height:100%;
}
img#scalehor {
  width: 100%;

}

div.figure {
  
  width: auto;
min-height: 100%;
  border: thin silver solid;
  margin: 0em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 20%;
}
