/* flexpages default desktop.css */
  
* { 
    margin: 0;
    padding: 0;
    font: 20px arial, sans-serif; 
    color: #3a3a3a;
    box-sizing: border-box; 
    text-decoration: none; 
  }
  div#container { 
    width: 100%; 
    background-image: url(/media/background-top.png); 
    background-size: 100% 485px; 
    background-repeat: no-repeat; 
  }
  h1 { 
    font-family: "times new roman"; 
    font-size: 72px;
    color: #ffffff; 
    width: 900px;
    text-align: center;
    margin: 10px auto 0 auto; 
    font-style: italic; 
    font-weight: bold; 
    line-height: 100%; 
  }
  h3 { 
    color: #ffffff; 
    font-family: "times new roman"; 
    font-style: italic; 
    text-align: center; 
    margin: 20px 0 0 0;
  }
  img.logo { 
    position: absolute; 
    right: 3.5%; 
    top: 100px;
  }
  div#kop { 
    width: 1000px; 
    height: 535px; 
    margin: 0 auto;
  }
  div#divmenu { 
    display: inline-block; 
    margin: 30px 0 10px 0; 
    width: 100%; 
    text-align: center; 
    line-height: 90%; 
  }
  a.menuknop { 
    font-size: 26px; 
    font-weight: bold; 
    color: #111111; 
    margin: 10px 10px; 
  }
  a.actief, a.menuknop:hover { 
    color: #ffffff;
  }
  div#content { 
    width: 1000px; 
    margin: 0 auto; 
    background-color: #ffffff; 
    clear: both; 
    overflow: auto; 
  }
  div#onder { 
    margin: 20px 0 0 0;
    width: 100%; 
    background-color: rgb(114,64,10); 
    overflow: auto;
  }
  div#onder div.informatie {
    width: 1000px;
    margin: 20px auto;
    background-color: inherit;
    color: #ffffff;
    font-size: 16px;
  }
  div.left  { 
    width: 40%; 
    display: inline-block; 
    float: left;
    background-color: inherit;
    color: inherit;
    font-size: inherit;
  }
  div.right { 
    width: 60%; 
    display: inline-block; 
    float: left; 
    padding: 0 0 0 100px; 
    color: #3a3a3a; 
    line-height: 160%; 
    background-color: inherit;
    color: inherit;
    font-size: inherit;
  }
  div.clear { 
    width: 100%; 
    height: 60px; 
    clear: both; 
  }
  div.full { 
    width: 100%; 
    display: inline-block; 
    float: left; 
    padding: 0; 
    color: #3a3a3a; 
    line-height: 160%; 
  }
  h2.klein { 
    font-family: "times new roman"; 
    font-size: 24px; 
    font-style: italic; 
    color: #73400a; 
  }
  h2.groot { 
    font-family: "times new roman"; 
    font-size: 32px; 
    font-weight: bold; 
    font-style: italic; 
    color: #73400a; 
  }
  h4 { 
    font-family: "times new roman"; 
    font-size: 24px; 
    font-weight: bold; 
    color: #73400a; 
    width: 100%;
  }
  h5 { 
    text-decoration: underline; 
    width: 100%;
  }
  img#img3 { 
    margin: 0 82px 0 0; 
    width: 274px;
  }
  img#img4 { 
    margin: 0 82px 0 0; 
    width: 274px;
  }
  img#img5 { 
    margin: 0 0 0 0; 
    width: 274px;
  }
  
  table  { 
    width: 100%; 
  }
  td { 
    padding: 3px; 
    background-color: inherit;
    color: inherit;
  }
  td.kolom1 { 
    width: 70%; 
  }
  td.kolom2 { 
    width: 30%; 
    text-align: center; 
  }
  tr.kop { 
    background-color: #d9edf7; 
  }
  tr.kop td { 
    font-weight: bold; 
  }
  tr.first { 
    background-color: inherit;
  }
  tr.second td {
    background-color: #d9edf7; 
  }

  /* formulier */
  div.regel {
    margin: 16px 0 0 0;
    width: 90%;
  }
  div.label {
    width: 300px;
    display: inline-block;
  }
  input.veld {
    width: 400px;
    padding: 2px 4px;
  }
  textarea {
    width: 400px;
    height: 150px;
    padding: 2px 4px;
  }
  div.bericht {
    height: 150px;
    vertical-align: top;
  }
  div.captcha {
    display: inline-block;
    margin: 0 0 0 300px;
  }

  img#captchaimage {
    padding: 4px;
    border: 2px solid #3a3a3a;
  }
  input.button {
    display: inline-block;
    background-color: rgb(114,64,10);
    color: #ffffff;
    padding: 2px 12px;
    font-weight: bold;
    text-decoration: none;
    border: 4px double #ffffff;
    border-radius: 6px;
    margin: 20px 2px 6px 0;
  }