  body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: verdana;
    font-size: 11px;
  }
  
  pre {
    margin: 0;
    font-family: verdana;
    font-size: 11px;
  }
  
  form {
    display: inline;
  }
  
  a {
    color: #4B1676;
  }
  
  a:hover {
    color: #CED310;
  }
  
  .input_text:hover,
  .input_textarea:hover,
  .input_button:hover,
  .input_text:focus,
  .input_textarea:focus {
    border: 1px #666 solid;
  }
  
  label {
    cursor: pointer;
  }
  
  iframe {
    width: 500px;
    height: 500px;
    border: 1px #CCC solid;
  }
  
  #div_container {
    width: 1100px;
    margin: 0 auto;
    border-style: solid;
    border-color: #CCC;
    border-width: 0 1px 1px 1px;
  }
  
  #div_header {
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #4B1676;
    border-bottom: 1px #CCC solid;
    text-align: center;
  }
  
  #div_msg {
    text-align: left;
    float: left;
    width: 50%;
    color: #4A1473;
    text-decoration: blink;
  }
  
  #div_menu {
    float: left;
    width: 100px;
    padding: 5px;
  }
  
  .table_gegevens {
    width: 100%;
  }
  
  .table_gegevens th {
    text-align: left;
  }
  
  .table_gegevens td,
  .table_gegevens th {
    padding: 1px 7px 0 0;
  }
  
  .table_gegevens tr:hover {
    background-color: #DDD;
  }
  
  .td_error {
    color: #F33;
  }
  
  .tr_red {
    color: #F33;
  }
  
  #div_header_textbalk {
    padding: 5px;
    border-bottom: 1px #CCC solid;
    text-align: right;
    background: #EEE;
  }
  
  .input_text {
    border: 1px #CCC solid;
    font-family: verdana;
    font-size: 11px;
    width: 200px;
  }
  
  .input_button {
    border: 1px #CCC solid;
    cursor: pointer;
    background-color: #4A1473;
    color: #FFF;
    padding: 1px 5px;
    margin: 0;
    font-family: verdana;
    font-size: 11px;
  }
  
  .input_textarea {
    border: 1px #CCC solid;
    font-family: verdana;
    font-size: 11px;
    width: 200px;
    height: 50px;
  }
  
  .input_checkbox {
    padding: 0;
    margin: 2px;
  }
  
  .input_button:hover {
    background-color: red;
    background-color: #CED310;
  }
  
  #div_content {
    margin: 0 0 0 120px;
    padding: 5px;
  }
  
  #div_bottom {
    border-bottom: 1px #CCC solid;
  }
  
  .a_huidigepagina {
    color: #CED310;
  }
  
  .table_zoeken td {
    padding-right: 10px;
  }