body.body {
    /* Met overflow: hidden zet je de verticale scrollbar uit in IE*/
    overflow-y:hidden;
}

div.centreersite {
	align: center;
}

div.top {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 989px;
  height: 147px;
  background-image: url(pictures/Top.jpg);
  background-repeat: no-repeat;
} 

div.menu{
    position: absolute;
    top: 159px;
    left: 10px;
    width: 989px;
    height: 33px;
    background-image: url(pictures/Menu.jpg);
    background-repeat: no-repeat;
}

div.menutekstdiv{
    position: absolute;
    top: 0px;
    left: 213px;
    width: 769px;
    height: 33px;
}

div.menutekstdwarsdiv{
    position: absolute;
    top: 4px;
    font-size: 18px;
    font-weight: bolder;
    color: white;
}

a.menutekst:link, a.menutekst:active, a.menutekst:visited{
    position: relative;
    color: white;
    font-family: Georgia;
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    left: 0px;
    top: 5px;
}

a.menutekst:hover {
    text-decoration: underline;
}

a.menureclame:link, a.menureclame:active, a.menureclame:visited{
    position: relative;
    color: white;
    font-family: Georgia;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    left: 0px;
    top: 0px;
}

a.menureclame:hover {
    text-decoration: underline;
}

a.kerst:link, a.kerst:active, a.kerst:visited{
    position: relative;
    color: white;
    font-family: Georgia;
    font-size: 18px;
    text-decoration: none;
}

a.kerst:hover {
    text-decoration: underline;
}

div.submenu{
    position: absolute;
    top: 197px;
    left: 10px;
    width: 197px;
    height: 372px;
    background-image: url(pictures/Submenu.jpg);
    background-repeat: no-repeat;
}

div.submenutekstdiv{
    position: absolute;
    top: 20px;
    left: 11px;
    width: 165px;
    height: 210px;
    position: relative;
    color: white;
    font-family: Georgia;
    font-size: 18px;
    text-transform: capitalize;
}

div.submenutekstdivZonderCapitalize{
	text-transform: none;
}

a.submenukop:link, a.submenukop:active, a.submenukop:visited{
    position: relative;
    color: white;
    font-family: Georgia;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
}

a.submenutekst:link, a.submenutekst:active, a.submenutekst:visited{
    position: relative;
    color: white;
    font-family: Georgia;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    left: 16px;
    top: 10px;
}

a.submenutekst:hover {
    text-decoration: underline;
}

a.subsubmenutekst:link, a.subsubmenutekst:active, a.subsubmenutekst:visited{
    position: relative;
    color: white;
    font-family: Georgia;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    left: 31px;
    top: 10px;
}

a.subsubmenutekst:hover {
    text-decoration: underline;
}

a.subsubmenutekstschuin:link, a.subsubmenutekstschuin:active, a.subsubmenutekstschuin:visited{
    position: relative;
    color: white;
    font-family: Georgia;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    left: 31px;
    top: 10px;
	font-style: italic;
}

a.subsubmenutekstschuin:hover {
    text-decoration: underline;
}

div.submenucontact
{
    position: relative;
	top: -15px;
    color: white;
    font-family: Georgia;
    text-decoration: none;
    font-size: 12px;
    left: 8px;
}

div.content{
    position: absolute;
    top: 197px;
    left: 212;
    width: 787px;
    height: 372px;
    background-image: url(pictures/Watermerk.jpg);
    background-position: top;
    background-repeat: no-repeat;
    /* Eigenschappen Scrollbar */
    overflow-y: auto;
    scrollbar-face-color: #203E7A;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #203E7A;
    scrollbar-darkshadow-color: #203E7A;
    scrollbar-track-color: #203E7A;
    scrollbar-arrow-color: #FFFFFF;
}

div.paginatitel
{
  position: relative;
  font-family: Georgia;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  left: 31px;
  top: 20px;
}

div.contenttekst
{
    position: relative;
    width: 700px;
    font-family: Georgia;
    text-decoration: none;
    font-size: 14px;
    left: 31px;
    top: 40px;
}

img.plaatje
{
  border: 0px;
  margin-right: 10px;
}

div.opsomming
{
    font-size: 10px;
}

div.schuin
{
	font-style: italic;
}

a.link:link, a.link:active, a.link:visited
{
  position: relative;
  color: black;
  text-decoration: none;
}

a.link:hover{
  text-decoration: underline;
}