  /* ---- voor het nieuws links ---- */
  
  .span_nieuws_leesmeer a:link    { text-decoration: none; color: #0C98D7; }
  .span_nieuws_leesmeer a:visited { text-decoration: none; color: #0C98D7; }
  .span_nieuws_leesmeer a:active  { text-decoration: none; color: #0C98D7; }
  .span_nieuws_leesmeer a:hover   { text-decoration: none; color: #0B77C2; }
  
  .span_nieuws_contentlink a:link    { text-decoration: none; color: #666666; }
  .span_nieuws_contentlink a:visited { text-decoration: none; color: #666666; }
  .span_nieuws_contentlink a:active  { text-decoration: none; color: #666666; }
  .span_nieuws_contentlink a:hover   { text-decoration: none; color: #666666; }
  
  .span_nieuws_datum {
    font: 12px verdana;
    color: white;
    font-weight: bold;
    line-height: 20px;
  }
  
  .span_nieuws_leesmeer {
    font: 11px verdana;
    color: white;
    font-weight: bold;
    line-height: 20px;
  }
  
  #div_nieuws_content_area {
    z-index: 0;
    position: relative;
    font: 11px verdana;
    font-weight: bold;
    color: #555555;
    background-image: url(../images/nieuws_content_repeat.gif);
    background-repeat: repeat-y;
    width: 207px;
    padding: 0px 0px 20px 0px;
  }
  
  .div_nieuws_line_between {
    z-index: 0;
    position: relative;
    width: 187px;
    height: 4px;
    font-size: 1px;
    background-image: url(../images/nieuws_line_between.gif);
    background-repeat: repeat-x;
  } 
  
  #div_nieuws_total {
    z-index: 0;
    position: absolute;
    width: 207px;
    left: 793px;
    background-color: black;
  }
  
  #div_nieuws_top {
    z-index: 0;
    position: relative;
    background-image: url(../images/nieuws_top_repeat.gif);
    background-repeat: repeat-y;
    width: 207px;
    height: 400px;
  }
  
  #div_nieuws_kop {
    font: 12px verdana;
    font-weight: bold;
    color: white;
    z-index: 0;
    position: absolute;
    top: 375px;
    left: 20px;
  }
  
  #div_nieuws_between_top_content {
    z-index: 0;
    position: relative;
    background-image: url(../images/nieuws_between_top_content.gif);
    width: 207px;
    height: 2px;
    font-size: 1px;
  }  
  
  #div_nieuws_content {
    z-index: 0;
    position: relative;
    top: 10px;
    left: 20px;
    width: 167px;
  }
  
  #div_nieuws_bottom {
    z-index: 0;
    position: absolute;
    background-image: url(../images/nieuws_bottom.gif);
    width: 207px;
    height: 48px;
  }
  
  /* ---- voor de pagina nieuws ---- */
  
  .div_nieuwspage_linered {
    z-index: 0;
    position: relative;
    background-image: url(../images/content_line_red.gif);
    width: 421px;
    height: 3px;
    background-repeat: repeat-x;
  }
  
  .span_nieuwspage_datum {
    z-index: 0;
    position: relative;
    line-height: 20px;
  }
  
  .span_nieuwspage_content_vooraf {
    z-index: 0;
    position: relative;
    line-height: 20px;
  }
  
  .td_nieuwspage_datum {
    font: 13px arial;
    color: black;
    height: 16px;
    width: 421px;
  }
  
  .td_nieuwspage_contentvooraf {
    font: 13px arial;
    color: black;
    height: 30px;
    padding: 0px 0px 10px 0px;
  }

  .td_nieuwspage_linered {
    height: 17px;
    background: url(../images/content_line_red.gif);
    background-repeat: repeat-x;
    font-size: 1px;
    line-height: 0px;
  }
