@font-face {
    font-family: 'vh-font';
    src: url('../files/fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'vhmenu-font';
    src: url('../files/fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
body {
  margin: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "vh-font",Verdana,Arial;
  color: #022b41;
}
#hoofding {
  margin: auto;
  position: relative;
  max-width: 500px;
  _width: 1000px;
  min-width: 500px;
  height: 125px;
}
#hoofdinglogo {
  overflow: visible;
  position: absolute;
  left: 31px;
  top: 26px;
  width: 166px;
  z-index: 10;
}
#hoofdingitem {
  padding: 5px;
  overflow: hidden;
  position: absolute;
  top: 31px;
  left: 222px;
  width: 403px;
  z-index: 13;
  color: #10395d;
  text-align: left;
  font-family: "vhmenu-font",Verdana,Arial;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 30px;
}
#main {
  margin: auto;
  left: 0px;
  top: 0px;
  max-width: 1000px;
  min-width: 500px;
  min-height: 500px;
  text-align: left;
  position: relative;
  font-family: "vh-font",Verdana,Arial;
  border-style: solid;
  border-color: #72a3b8;
  border-width: 0px 1px 0px 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#main {
  border-style: solid none;
  border-top: 2px solid #2492b7;
  border-bottom: 2px solid #2492b7;
  margin: 50px auto auto;
  top: 0px;
  height: 300px;
  position: relative;
  left: 0px;
  width: 500px;
  text-align: center;
}
a {
  text-decoration: none;
  color: #0096c3;
}
a:hover {
  font-weight: inherit;
  color: #006f90;
}
#mainpolicy {
  border-top: 2px solid #2492b7;
  border-bottom: 2px solid #2492b7;
  border-left-style: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  text-align: left;
  background-color: white;
  min-width: 500px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 15px;
}
ol {
  padding-left: 30px;
  list-style-position: outside;
  font-style: normal;
}
h1 {
  font-size: 1.25em;
  font-weight: bold;
  list-style-type: decimal;
}
h2 {
  font-weight: bold;
  font-size: 1em;
  list-style-type: decimal;
}
ol.i {
  list-style-type: lower-roman;
}
