* {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}

html {
}

body {
  font-size: 10pt;
  background-color: #48aa3d;
  background-image: url('/views/internet/images/bg_menu.jpg');
  background-position: 20px 0px;
  background-repeat: repeat-y;
}

a {
  color: #48aa3d;
}

#page {
  width: 750px;
  margin-left: 20px;
}

#page div.header {
  background-image: url('/views/internet/images/header.jpg');
  width: 750px;
  height: 137px;
}

#page h1 {
  margin: 0px;
  text-align: right;
  top: 80px;
  right: 10px;
  position: relative;
  width: 750px;
  font-style: italic;
}

div.vaste_navigatie, #nav {
  width: 100%;
  clear: both;
  margin-top: 0px;
  height: 22px;
  border-bottom: 1px solid #fff;
}

div.vaste_navigatie {
  background-color: #cecece;
  background-image: url('/views/internet/images/default-menu-bg.gif');
  margin-bottom: 0px;
  text-align: right;
  line-height: 22px;
}

div.vaste_navigatie a, #nav a, #nav span {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 3px;
}

div.vaste_navigatie a {
  color: #000;
}

div.vaste_navigatie a:hover {
  text-decoration: underline;
  background-image: url('/views/internet/images/default-menu-bg.gif');
  background-color: #cccccc;
}

#nav {
  margin-bottom: 20px;
  background-color: #48aa3d;
  background-image: url('/views/internet/images/main-menu-bg.gif');
}

#nav a, #nav span {
  display: block;
  width: 119px;
}

#nav ul {
  list-style: none;
}

#nav a:hover, #nav span:hover {
  background-color: #8ee185;
  background-image: url('/views/internet/images/main-menu-bg.gif');
}

#nav li.selected {
  background-color: #25851b;
}

#nav li {
  float: left;
  width: 125px;
}

#nav li ul a, #nav li ul span {
  background-color: #48aa3d;
  text-align: left;
  border-bottom: 1px solid #8ee185;
}

#nav li ul {
  position: absolute;
  width: 125px;
  left: -999em;
  border-left: 5px solid #25851b;
}

#nav li ul ul {
  margin: -23px 0 0 120px;
  border-left: 5px solid #25851b;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
  width: 125px;
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
  left: auto;
}

div.pathitemnavigatie {
  float: left;
}

div.pathitemnavigatie ul {
  list-style: none;
  width: 175px;
  background-color: #ffffff;
}

div.pathitemnavigatie ul li.selected ul {
  background-color: #cecece;
}

div.pathitemnavigatie ul li.selected ul li a {
  padding-left: 10px;
  font-size: 80%;
  color: #000;
}

div.pathitemnavigatie ul li.nav_1 {
}

div.pathitemnavigatie ul li.selected {
  background-color: #8ee185;
}

div.pathitemnavigatie a, div.pathitemnavigatie span {
  display: block;
  padding: 4px;
  border-bottom: 1px solid #25851b;
  font-weight: bold;
  text-decoration: none;
  color: #25851b;
}

div.pathitemnavigatie ul li.selected a {
  color: #ffffff;
}

div.pathitemnavigatie ul li span {
  color: #000000;
}

div.page_content {
  float: right;
  width: 575px;
  overflow: hidden;
  background-image: url('/views/internet/images/logo.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

div.sitepad {
  padding: 0px 15px 0px 15px;
  margin-bottom: 20px;
  font-size: 8pt;
  font-style: italic;
  width: 500px;
}

div.content {
  width: 500px;
}

div.content div {
  padding: 0px 15px 0px 15px;
}

div.content p, div.content table {
  margin-top: 5px;
  margin-bottom: 15px;
}

div.content ul, div.content ol {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 35px;
}

/*
 * PAGER
 */
.pager_boven {
  margin-bottom: 1.5em;
}

.pager_onder {
  margin-top: 1.5em;
}

.pager_boven, .pager_onder {
  background-color: #cecece;
  padding: 3px;
  text-align: center;
  font-size: 80%;
}

.pager_boven .vorige,
.pager_onder .vorige {
  margin:0 1em 0 0;
}

.pager_boven .volgende,
.pager_onder .volgende {
  margin:0 1em 0 0;
}

.pager_boven .huidige,
.pager_onder .huidige {
  margin:0 1em 0 0;
  font-weight: bold;
}

.pager_boven .pagina,
.pager_onder .pagina {
  margin:0 1em 0 0;
}

div.blok {
  margin-bottom: 15px;
}

div.blok .datum {
  font-size: 80%;
  font-style: italic;
}

.verborgen {
  display: none;
}

FORM.formulier {
  margin-top: 10px;
  margin-bottom: 10px;
}

FIELDSET {
  border: 0px;
}

LEGEND {
  display: none;
}

DIV.rij {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

DIV.rij DIV {
  padding-left: 0px;
}

DIV.rij DIV.label {
  float: left;
  width: 150px;
}

DIV.rij DIV.label LABEL {
  font-weight: bold;
}

DIV.rij DIV.invoer {
  float: left;
}

DIV.rij DIV.invoer INPUT,
DIV.rij DIV.invoer TEXTAREA,
DIV.rij DIV.invoer SELECT {
  width: 250px;
}

DIV.rij DIV.invoer DIV.antwoorden INPUT {
  width: 25px;
}

FIELDSET.knoppen {
  text-align: right;
}

.formulier DIV.tekst {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
