/* CSS Document */

body {
background-color: #D4D4D4;
margin-top: 20px;
}

#containerhome {
width: 832px;
height: 497px;
background-image: url(images/home.jpg);
margin: 0 auto;
}

#container {
  position:relative;
width: 832px;
height: 497px;
background-color: #CCCCCC;
margin: 0 auto;
}

#kop {
width: 832px;
height: 37px;
background-image: url(images/Untitled-1_01.jpg);
}

#links {
width: 300px;
height: 429px;
float: left;
}

#linksplaatje {
width: 41px;
height: 429px;
float: left;
background-image: url(images/Untitled-1_02.jpg);
}

#linksurl {
width: 259px;
height: 429px;
float: right;
}

#rechts {
width: 532px;
height: 429px;
float: right;
}

#rechtsurl {
width: 259px;
height: 429px;
float: left;
}

#rechtsplaatje {
width: 243px;
height: 429px;
float: right;
background-image: url(images/Untitled-1_05.jpg);
padding-left: 20px;
padding-right: 10px;

}

#contentscroll {
width: 235px;
height: 429px;
}


.overflow {
overflow: auto;
}

#footer {
width: 832px;
height: 31px;
background-image:url(images/Untitled-1_08.jpg);
}

#clearfix {
clear: both;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 20px;
margin-top: 0px;
}

.contactheading {
font-size: 17px;
font-weight: bold;
}

a:link {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
}

a:visited {
color: #000000;
}

.voettekst {
font-size: 12px;
}

div#data {
  font-size: 12px;
  border:5px solid #fff;
  background:url("images/data-achtergrond.jpg");
  left: 41px;
  position: absolute;
  height:400px;
  width: 488px;
  display:none;
  overflow:auto;
  padding:10px;
}

div#data p {
  font-size: 12px;
}

div#social {
  float:left;
  margin-top: 5px;
}

a.close {
  display:block;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  position:absolute;
  right:0;
  top:0;
  padding:4px;
  height:20px;
  width:auto;
}
