  html, body {
    width: 100%;
    height: 100%;
  }
  
  body {
    margin: 0;
    background: url('../images/header_repeat.jpg') top repeat-x;
  }
  
  #div_container {
    position: relative;
    min-height: 100%;
    _height: 100%;
    width: 1000px;
    margin: 0 auto;
    background: url('../images/container_repeat.gif') center repeat-y;
  }
  
  #div_header {
    position: relative;
    height: 210px;
    background: url('../images/header.jpg') top center no-repeat;
  }
  
  #logoarn {
    position: absolute;
    top: 90px;
    left: 840px;
    padding: 0;
    margin: 0;
  }
  
  #logordw {
    position: absolute;
    top: 133px;
    left: 650px;
    padding: 0;
    margin: 0;
  }
  
  #logoarn img {
    width: 100px;
    padding: 0;
    margin: 0;
    border: 2px #00A6DD solid;
  }
  
  #logordw img {
    width: 161px;
    padding: 0;
    margin: 0;
    border: 2px #00A6DD solid;
  }
  
  #a_headerlink {
    display: block;
    position: absolute;
    width: 200px;
    height: 160px;
    top: 25px;
    left: 290px;
  }
  
  #div_content_container {
    position: relative;
    margin: 30px 39px 30px 30px;
  }
  
  #div_left {
    position: relative;
    float: left;
    width: 190px;
  }
  
  /* --- snelcontact --- */
  
  #div_snelcontact {
    left: 0;
    top: 0;
    position: relative;
    padding: 25px 20px;
    width: 148px;
    height: 71px;
    background: url('../images/left_block.gif') center center no-repeat;
    margin-bottom: 30px;
    font-family: arial;
    font-size: 18px;
    color: #00A6DD;
    font-weight: bold;
  }
  
  #div_snelcontact h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-family: arial;
    color: #024265;
  }
  
  /* --- menu --- */
  
  #div_menu a {
    display: block;
    text-decoration: none;
    font-family: arial;
  }
  
  #div_menu .a_pagina {
    color: #68676C;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 0;
  }
  
  #div_menu .a_pagina:hover,
  #div_menu .a_pagina_active {
    color: #00A6DD;
    margin-left: -30px;
    padding-left: 30px;
    background: url('../images/menu_arrow.gif') left center no-repeat;
    
  }
  
  #div_menu .a_subpagina {
    color: #68676C;
    padding: 4px 0 4px 10px;
    font-size: 13px;
  }
  
  #div_menu .a_subpagina:hover,
  #div_menu .a_subpagina_active {
    color: #00A6DD;
    margin-left: -30px;
    padding-left: 40px;
    background: url('../images/menu_arrow.gif') left center no-repeat;
  }
  
  /* --- contact links --- */
    
  #div_contact_left {
    margin-top: 100px;
    color: #00A6DD;
    font-family: arial;
    font-size: 13px;
  }
  
  #div_contact_left table {
    width: 100%;
  }
  
  #div_contact_left table td {
    padding: 1px 0;
  }
  
  #div_contact_left a {
    color: #666;
  }
  
  #div_contact_left a:hover {
    color: #000;
  }
  
  /* --- content --- */
  
  #div_content {
    margin-left: 220px;
    min-height: 610px;
    _height: 610px;
    background: #FFF url('../images/content_bottom.gif') bottom left no-repeat;
  }
  
  #div_content_header {
    height: 79px;
    background: url('../images/content_header.jpg') top left no-repeat;
  }
  
  #div_content_topimage {
    height: 282px;
    _width: 708px;
    background: top center no-repeat;
    overflow: hidden;
  }
  
  #div_content_content {
    padding: 30px;
    font-family: arial;
    font-size: 14px;
    color: #348199;
    line-height: 20px;
    _height: 250px;
  }
  
  #div_content_content h1 {
    margin: 0 0 20px 0;
    color: #00A6DD;
    font-size: 28px;
  }
  
  #div_content_content h2 {
    margin: 20px 0;
    color: #00A6DD;
    font-size: 24px;
  }
  
  #div_content_content a {
    color: #00A6DD;
  }
  
  #div_content_content a:hover {
    color: #333;
  }
  
  /* --- --- */
  
  #div_siteby {
    clear: both;
    text-align: right;
    margin-right: 39px;
    font-family: arial;
    font-size: 10px;
    color: #666;
  }
  
  #div_siteby a {
    color: #666;
  }
  
  #div_siteby a:hover {
    color: #000;
  }
