body {
   overflow: hidden;
   font-family: verdana, sans-serif;
   color: slategray;
   background-color: white;
   margin-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   padding-left: 0;
   padding-top: 0;
}

#startline {
   position: absolute;
}

#imageholder {
   position: absolute;
}

#next {
   position: absolute;
   overflow: hidden;
   background-image: url('next.gif');
   height: 40px;
   width: 40px;
   top: 50px;
   right: 50px;
   font-size: 80pt;
}

#previous {
   position: absolute;
   overflow: hidden;
   background-image: url('previous.gif');
   height: 40px;
   width: 40px;
   top: 100px;
   right: 50px;
   font-size: 80pt;
}

#homelocation {
   position: absolute;
   overflow: hidden;
}

#tekst {
   position: absolute;
   text-align: right;
}

#tekst a{
   color: slategray;
}

#tekst a:hover{
   color: blue;
   text-decoration: none;
}

#foto {
   position: absolute;
   visibility: hidden;
   top: 0px;
   left: 0px;
}

#fotodetail {
   position: absolute;
   visibility: hidden;
   top: 0px;
   left: 0px;
}


#detail {
   position: absolute;
   visibility: hidden;
   top: 0px;
   left: 0px;
}

#mededeling {
  position: absolute;
  color: black;
}

.redlink {
color: red;
font-weight: bold;
}

.redlink a{
color: red;
font-weight: bold;
}

.redlink a:hover{
color: blue;
}

