body, html {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: white;
  color: #000066;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

body, a, p, div, h1, h2, h3, h4, h5, h6, span {
  color: #000066;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6, a, p {
  margin-top: 0px;
  padding: 0px;
  page-break-before: avoid;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

p {
  font-size: 15px;
}

.home {
  position: absolute;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 324px;
  height: 160px;
  left: 10px;
  top: 0px;
  cursor: pointer;
  display: block;
}

.menuitem {
  position: absolute;
  border: none;
  /*
  background-image: url(images/blokje.gif);
  */
  background-color: #2202BF;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
  width: 242px;
  height: 92px;
  left: 84px;
  top: 40px;
  display: none;
}

.menuitem, .menuitem * {
  cursor: pointer;
}

.titel, .omschrijving, .omschrijvinghover {
  font-family: "Times New Roman", Times, serif;
  background-color: #2202BF;
  position: relative;
  border: none;
  padding: 2px 2px 2px 2px;
  text-align: left;
}

.titel {
  font-size: 15px;
  font-weight: bold;
  color: #F5F5F5;
  height: 24px;
}

.omschrijving {
  color: #2202BF;
  text-align: left;
  font-size: 14px;
  border: none;
  height: 56px;
  margin: 0px 4px 0px 4px;
}

.omschrijvinghover {
  background-color: white;
  text-align: left;
  font-size: 14px;
  border: none;
  color: #000044;
  height: 56px;
  margin: 0px 4px 0px 4px;
}

.menuimage {
  position: relative;
  height: 24px;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}

.content, .contenttitle {
  position: absolute;
}

.contenttitle {
  border: none;
  background-color: #2202BF;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 0px 4px;
  width: 460px;
  height: 26px;
  display: none;
}

.contenttitle * {
  position: relative;
  color: #F5F5F5;
  height: 21px;
  border: none;
}

.contenttitle div {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
}

.contenttitle .print {
  cursor: pointer;
}

.content {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: none;
  width: 466px;
  background-color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
}

iframe {
  width: 100%;
  height: 100%;
}

.currentpage, .page {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}

.currentpage {
  font-size: 16px;
  color: white;
}

.contact * {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: black;
  color: #000066;
}

.contact .text {
  border: none;
  border-bottom: 1px solid #B2ACAC;
  margin-top: 2px;
}

.contact td, .contact table {
  padding: 0px 4px 0px 4px;
}

.contentheader {
  display: none;
}

.contentbody {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
  background-color: white;
}

.credits, .credits *{
  border: none;
  text-decoration: none;
  text-align: center;
/*
  font-style: italic;
  font-variant: small-caps;
*/
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

@media screen {

.contentbody {
  width: 436px;
}

}

@media print {

.contentbody {
}

.contentheader {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  display: block;
}

.noprint{
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
}

img {
  page-break-inside: avoid;
  orphans: 0;
  widows: 0;
}
  
p, ul {
  orphans: 4;
  widows: 4;
}

}