html, body {
  padding:0; /*remove padding */
  margin:0; /* remove margins */
  border:0; /* remove borders */
}
@media screen
{
img.links {
  float: left;
  padding-right: 5px;
}
img.rechts {
  float: right;
  padding-left: 5px;
}
img {
  border-width: 0px;
}
a {
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding-left: 2px;
  padding-right: 2px;
}
a:visited {
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding-left: 2px;
  padding-right: 2px;
}
a.menulink, a.menulink:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
  border: 1px solid #006600;
  padding-left: 2px;
  padding-right: 2px;
}
tr, td{
border-bottom: solid #000000 1px;
border-right: solid #000000 1px;
border-color: #000000;
}
tr.geenborder, td.geenborder {
border-bottom: none;
border-right: none;
}

.noborder, .noborder:hover, .noborder:visited {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #006600;
  border:none;
  text-decoration:underline;
}
div.balk {
  background-color: #006600;
  color: #ffffff;
  position: absolute;
  width: 18px;
  height: 600px;
  left: 0px;
  top: 0px;
  z-index:6;
}
div.logo {
  position: absolute;
  left: 18px;
  top: 0px;
  z-index:6;
}
div.rb {
  position: absolute;
  left: 0px;
  width:100%;
  top: 0px;
  height: 146px;
  background-image: url('bcyrb.gif');
  z-index:5;
}
div.rblogo {
  position: relative;
  float: right;
  z-index:5;
}
div.paginaheader {
  position: absolute;
  left: 157px;
  top: 118px;
  width: 276px;
  height: 23px;
  background-color: #006600;
  color: #ffffff;
  padding-top: 5px;
  padding-left: 10px;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  z-index:6;
}
h1 {
  font-size: small;
  margin-bottom:5px
}
div.paginainhoud {
  position: absolute;
  left: 0px;
  top: 146px;
  width: auto;
  height: 438px;
  overflow: visible;
  background-color: transparent;
  color: #000000;
  padding-top: 15px;
  padding-left: 156px;
  padding-right: 210px;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: smaller;
  font-style: normal;
  font-weight: normal;
  z-index:3;
}
div.menuBar{
  position:absolute;
  left:20px;
  top:120px;
  width:140px;
  line-height: 20px;
  white-space: nowrap;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  background-color: transparent;
  background-color: transparent;
  padding: 4px 2px 4px 2px;
  text-align: left;
  z-index:999;
}
div.nieuwsBar{
  position:relative;
  overflow: hidden;
  float: right;
  width:188px;
  height:447px;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #006600;
  background-color: #33cc66;
  padding: 150px 8px 4px 8px;
  text-align: left;
  z-index:4;
}

} /* end @media screen */

@media print {
div {
  display: none;
}
div.paginaheader, div.paginainhoud, div.paginakolom, div.logo {
  display: block;
  position: relative;
  font-family: "MS Sans Serif", Arial, sans-serif;
}
h1 {
  font-size: 15pt;
}
h2 {
  font-size: 10pt;
}
} /* end @media print */

