/*  CSS FILE  Henkvanderstelt.nl*/

body {
  background: #eee;
  margin: 0px;
}

 img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

div#navigatie {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 200px;
  height: 400px;
  padding: 0px 0px 0px 00px;
  background: 000000;
}

div#content {
  position: absolute;
  top: 100px;
  left: 200px;
  width: 580px;

  padding: 0px 0px 0px 0px;
  color: #6c6c6c;
  font-family: verdana, arial;
  font-size: 12px;
  line-height: 18px;
}

h1 {
font-family: verdana;
font-size: 13px;
font-weight: bold;
color: #6c6c6c;
text-align: justify;
line-height: 20px; 
}

h2 {
font-family: verdana;
font-size: 9px;
color: #6c6c6c;
text-align: justify;
line-height: 20px; 
}
