body {
  font: 12px/1.3em verdana, sans-serif, "trebuchet ms", arial;
  color: #222;
  background: #2a2a2a url(../img/bgcontent.gif) center repeat-y;
  margin: 0;
  height: 100%;
}
a, a:link, a:active, a:visited {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: #bcc800;
}
h1 {
  color: #d55a00;
  font: 24px "trebuchet ms";
  padding: 0;
  margin: 0;
}
h2 {
  color: #d55a00;
  font: 18px "trebuchet ms";
  padding: 0;
  margin: 0;
}




/* LAYOUT */
#top {
  height: 209px;
  width: 100%;
  background: white url(../img/bgtop.gif) repeat-x top;
}
#logo {
  width: 331px;
  margin: auto;
  height: 122px;
}
#logo img {
  padding: 15px 0 0 0;
}
#header {
  width: 932px;
  height: 87px;
  background: white url(../img/headerbg.gif) repeat-x top;
  margin: 0 auto;
}
#header div#hleft {
  width: 60px;
  height: 87px;
  background: white url(../img/headerleft.gif) repeat-x top;
  float: left;
  position: relative;
}
#header div#hright {
  width: 60px;
  height: 87px;
  background: white url(../img/headerright.gif) repeat-x top;
  float: right;
  position: relative;
}
#header div#h {
  width: 812px;
  position: relative;
  MARGIN: AUTO;
  float: left;
  padding: 15px 0 0 0;
  color: white;
}
#header a, #header a:visited, #header a:active {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
#header a:hover {
  color: #bcc800;
  text-decoration: none;
}
#h #icons {
  padding: 16px 0 0 0;
  float: left;
  position: relative;
}
#h #icons img {
  padding: 0 5px 0 5px;
}
#h #topmenu {
  float: right;
  position: relative;
  padding: 16px 0 0 0;
  width: 500px;
}
#content {
  width: 849px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
#text {
  width: 560px;
}
#newsflash {
  text-align: center;
  padding: 8px 0 0 0;
  width: 849px;
  height: 50px;
  background: url(../img/line_shadow.gif) no-repeat bottom;
  margin: 0 0 10px 0;
}
#right {
  margin: 0 0 25px 15px;
  width: 240px;
  float: right;
  position: relative;
}
.r_groen {
  padding: 10px;
  width: 240px;
  background: #e9ebd3;
  border: 1px solid #a7ac5b;
}
#footer {
  color: #666;
  border: 1px solid #bbb;
  padding: 5px;
  margin: 20px 0 0 0;
  border-width: 1px 0 1px 0;
  clear: both;
  text-align: center;
}


