  /* flexpages default desktop.css */
 * {
    margin: 0;
    padding: 0;
    font: 18px arial, sans-serif;
    color: rgb(48,1,112);
    box-sizing: border-box;
    text-decoration: none;
  }

  div#boven {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    width: 100%;
    height: 100px;
    margin: 0;
    z-index: 2;
  }
  div#boven div {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  div#boven div h1 {
    font-size: 36px;
    font-weight: bold;
    color: rgb(48,1,112);
    margin: 3px 0 11px 0;
  }
  div#boven div a {
    font-weight: bold;
    padding: 1px 8px;
    border: 1px solid #000080;
    border-radius: 4px;
    margin: 0 8px 0 0;
    color: rgb(48,1,112);
    text-decoration: none;
  }
  div#boven div a.actief {
    color: #ffffff;
    background-color: rgb(48,1,112);
  }
  div#boven div a:hover {
    color: #ffffff;
    background-color: #ff0000;
  }
  div#boven div img.logo {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    height: 200px;
  }
  
  div#foto {
    background-color: rgb(243,242,254);
    width: 100%;
    height: 450px;
    margin: 84px 0 0 0;
  }
  div#foto div {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  div#foto div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 450px;
  }

  div#content {
    background-color: #ffffff;
    width: 1000px;
    margin: 0 auto;
    padding: 16px 0;
  }  
  div#content h2 {
    font-size: 22px;
    color: rgb(48,1,112);
    margin: 16px 0 0 0;
  }
  div#content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 0 0;
  }
  div#content p {
    font-size: 16px;
    margin: 16px 0 0 0;
  }
  div#content strong, div#content span {
    color: inherit;
    background-color: inherit;
    font: inherit;
  }
  div#content div.div2, div#onder div div.div2 {
    display: inline-block;
    width: 500px;
    color: inherit;
    background-color: inherit;
    font: inherit;
  }
  div#onder {
    background-color: rgb(243,242,254);
    width: 100%;
    overflow: auto;
  }
  div#onder div {
    width: 1000px;
    margin: 0 auto;
    color: rgb(48,1,112);
    padding: 0;
    line-height: 140%;
  }
  div#onder div div {
    display: inline-block;
    width: 33%;
    padding: 4px 0 0 0;
    float: left;
    margin: 16px 0;
  }
  div#onder div div strong {
    color: #000080;
  }    
  div#onder div div a.disclaimer, div#onder div div span {
    float: right;
    color: rgb(48,1,112);
  }