a {
  color: blue;
  text-decoration:none;
}
a:hover {
  color: magenta;
}

hr {
  color:#800040;
  }

body {
  padding: 0px;
  background: #ffffd0;
  color:#800040;
  font-size: 16px;
  font-style: normal;
  font-family: "Comic Sans MS",Arial,Helvetica,sans-serif;
}
h1 {
  text-align: center;
  font-size: 32px;
}
span {
  font-style: italic;
}
span.ri {
}
h4 {
  font-style: italic;
  font-weight: bold;
}
p {
  font-size: 16px;
}
img {
  border:  none;
}
#banner {
  height: 120px;
  width: 100%;
  voice-family: inherit;
  }
#banner td {
  height: 100px;
  vertical-align: middle;
}
#banner td td {
  height: 16px;
}
#banner img {
}
#banner p {
  font-size: 14px;
}
#totalcontent {
  left : 10px;
  max-width : 90%;
  position: absolute;
  top: 160px;
}
#leftcontent {
  position: absolute;
  overflow : auto;
  font-size : 80%
  left: 10px;
  top: 150px;
  width: 180px;
  height: 800px;
}
#li-boven {
  position: absolute;
  width: 180px;
  top: 150px;
  height: 150px;
  left: 10px;
}
#li-onder {
  position: absolute;
  left: 10px;
  top: 310px;
  width: 180px;
  height: 500px;
  overflow: scroll;
}
#keuken {
  position: relative;
  background-image: url(images/keukenm.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
}
#centercontent {
  position: relative;
  top: 20px;
  overflow: auto;
  margin-left: 200px;
  margin-right: 200px;
  voice-family: inherit;
}
#centercontent em {
  font-size: 14px;
  font-style: italic;
  color: brown;
}
#mathcontent {
  position: relative;
  top: 13px;
  overflow: auto;
  margin-left: 200px;
  margin-right: 10px;
  voice-family: inherit;
}
#mathcontent em {
  color: black;
  font-style: italic;
  font-family: "Times New Roman",Helvetica;
  font-size: 18px;
}
#opd{
  font-size:xx-small;
  color:red;
  }
#restcontent {
  position: absolute;
  padding-right : 25px;
  padding-left : 15px;
  height: 1500px;
  top: 150px;
  left: 200px;
  overflow: auto;
  voice-family: inherit;
}
#huscontent {
  position: relative;
  margin-left: 200px;
  background-image: url(images/husmor.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
  voice-family: inherit;
}
#natcontent {
  position: relative;
  margin-left: 200px;
  background-image: url(images/natcook.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
  voice-family: inherit;
}
#belgcontent {
  position: relative;
}
#rightcontent {
  position: absolute;
  right: 10px;
  top: 150px;
  width: 180px;
  height: 800px;
  font-size : 80%;
}
#re-boven {
  position: absolute;
  right: 10px;
  top: 150px;
  width: 180px;
  height: 200px;
  overflow: auto;
}
#re-onder {
  position: absolute;
  right: 10px;
  top: 350px;
  width: 180px;
  height: 1300px;
  overflow: auto;
}
.rood {
   color:red;
   }
.noot {
   left:5%;
   font-style : italic;
   }
.onderschrift{
   font-size:x-small;
   font-style:italic;
   }
/***********************************************************************/
/*          Click on a thumnail, and larger picture is visible         */
/***********************************************************************/
.thumbnail{
   position: relative;
   z-index: 0;
   }

.thumbnail:hover{
   background-color: transparent;
   z-index: 50;
   }

.thumbnail span{ /*CSS for enlarged image*/
   position: absolute;
   background-color: lightyellow;
   padding: 5px;
   left: -1000px;
   border: 1px solid gray;
   visibility: hidden;
   color: black;
   text-decoration: none;
   }

.thumbnail span img{ /*CSS for enlarged image*/
   border-width: 0;
   padding: 2px;
   }

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
   visibility: visible;
   top: -100px;
   left: 120px; /*position where enlarged image should offset horizontally */
   }

