  .div_block_left .div_titel a {
    color: #0064C8;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
  }
  
  .div_block_left .div_titel a:hover {
    text-decoration: none;
  }
  
  #newsTable {
    margin: 0 17px;
  }
  
  #newsHead {
    background-image: url('../images/menu/head.gif');
    background-repeat: no-repeat;
    width: 233px;
    height: 42px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    color: #00ACEC;
    font-weight: bold;
  }
  
  #newsHead div {
    padding: 12px 2px 2px 16px;
    font-family: Helvetica;
    font-size: 12px; 
  }
  
  .newsItem {
    cursor: pointer;
    padding: 4px 2px;
    line-height: 12px;
    border-bottom: 1px #D5D7DA dotted;
  }
  
  #newsBottom {
    background-image: url('../images/menu/bottom.gif');
    background-repeat: no-repeat;
    width: 233px;
    height: 19px;
  }
  
  .newsDate {
    color: #0064C8;
    font-size: 10px;
  }
  
  .newsText {
    height: 23px;
    overflow: hidden;
  }
  
  .newsMore:active,
  .newsMore:visited,
  .newsMore:link {
    color: #CD203C;
    text-decoration: none;
  }
  
  .newsMore:hover {
    color: #B0C4D3;
    text-decoration: none;
  }