body {
  background-image: url(achtergrond.jpg);
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
  color: #006600;
}
a:link {
  color: #006600;
}
a:active {
  color: #006600;
}
a:hover {
  color: #003300;
}
a:visited {
  color: #009900;
}
ul {
  padding: 20px;
}
h1, h2, h3 {
  margin: 5px;
  font-family: Tahoma,Arial;
  color: #003300;
  text-align: center;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
em {
  font-style: italic;
  font-weight: bold;
}
#headlang {
  width: 500px;
  height: 60px;
  text-align: left;
  float: left;
}
#container {
  border:  none;
  margin: 0px auto;
  padding: 0px;
  background: #333333 url(achtergrond3.jpg) repeat;
  width: 780px;
  height: 700px;
  font-size: smaller;
  font-family: Arial,Helvetica,sans-serif;
}
#headhome {
  width: 254px;
  text-align: right;
  float: right;
}
#nlnavtop {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  height: 190px;
  clear: both;
  background-image: url(achtergrond2.jpg);
}
#nlnavcont a {
  border-style: solid;
  border-color: #ffff00 #ffff66 #ffff66 #ffff00;
  border-width: 2px;
  padding: 0 2px 2px 4px;
  background-color: #ffff99;
  color: #006600;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  margin-left: 4px;
  margin-top: 10px;
  display: block;
  width: 120px;
}
#nlnavcont a:hover {
  border-style: solid;
  border-color: #ffff66 #ffff00 #ffff00 #ffff66;
  border-width: 2px;
  padding: 1px 3px 1px 5px;
  background-color: #ccff99;
  color: #003300;
}
#nlnavcont {
  padding: 10px;
  text-align: left;
  width: 230px;
  float: left;
  font-size: small;
  height: 170px;
  font-style: italic;
}
#nltextcont {
  padding: 15px;
  width: 496px;
  height: 360px;
  float: right;
  text-align: left;
  background-image: url(achtergrond2.jpg);
}
#slideshow {
  width: 254px;
  height: 190px;
  float: left;
}
#footer {
  padding: 20px;
  text-align: left;
  clear: both;
  color: #ccff66;
  height: 40px;
}

