/* -------------------------------------------- */
/* STANDARD HTML TAG RESET                      */
/* -------------------------------------------- */

body,
h1, h2, h3,
ul, li,
p {
  border: 0;
  margin: 0px;
  padding: 0px;
}

ul { list-style: none; }
a { text-decoration: none; }

p {
  color: #688984;
  line-height: 17px;
}

/* -------------------------------------------- */
/* STANDARD HTML TAG DEFINITION                 */
/* -------------------------------------------- */

body {
  font-family: Arial;
  font-size: 12px;
  background:url(images/bg.gif) no-repeat top center fixed #ffffff;

}

h1 { display: none; }

h2 {
  font-size: 24px;
  font-weight: normal;
  color: #698a85;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #698a85;
}

/* -------------------------------------------- */
/* PAGE ELEMENTS                                */
/* -------------------------------------------- */

div#container {
  width: 740px;
  height: 400px;
  background: url(images/header.jpg) no-repeat top left;
  margin: 0 auto;
}

div#content {
  width: 706px;
  clear: left;
  padding: 34px 0 0 34px;
}

/* -------------------------------------------- */
/* NAVIGATIE                                    */

ul#navigatie {
  padding-top: 142px;
  margin-left: 66px;
}

ul#navigatie li {
  display: block;
  width: 89px;
  height: 22px;
  background: url(images/nav-item.gif);
  padding-top: 8px;
  text-align: center;
  float: left;
  margin-left: 8px;
}

ul#navigatie li a {
  font-size: 14px;
  color: #000;
  text-align: center;
}

/* -------------------------------------------- */
/* CONTENT LINKS                                */

div#content-links {
  width: 318px;
  float: left;
  text-align: justify;
}

div#content-links p, div#content-overons p { margin-top: 10px; }

div#laatstenieuws {
  width: 308px;
  background: #d9ecea;
  padding: 5px;
  margin-top: 20px;
}

div#laatstenieuws ul { margin: 3px 0 3px 0; }

div#laatstenieuws li {
  display: block;
  width: 284px;
  height: 15px;
  background: url(images/nieuws-li.gif);
  color: #698a85;
  padding: 1px 0 0 24px;
}

div#laatstenieuws li span {
  float: left;
  margin-right: 13px;
}

div#laatstenieuws li a {
  font-weight: bold;
  text-decoration: underline;
  color: #698a85;
  float: left;
}

div#content-overons { 
  width: 613px;
  text-align: justify;
}

div#tekst {
  width: 318px;
}

/* -------------------------------------------- */
/* CONTENT RECHTS                               */

div#content-rechts {
  width: 324px;
  float: left;
  margin: 15px 0 0 40px;
}

div#content-rechts li {
  float: left;
  margin: 10px 0 0 12px;
}

/* -------------------------------------------- */
/* FOOTER                                       */

div#footer {
  clear: both;
  float: left;
  width: 730px;
  height: 16px;
  background: #d9ecea;
  padding: 3px 5px 3px 5px;
  margin-top: 14px;
}

div#footer a { color: #698a85; }

p.copyright { float: left; }
p.design { float: right; }