
    
    .newsItem{
      clear:both;
      margin-top:10px;
    }
    
    .newsPicture{ 
      float:left;
      margin-right:10px;
      margin-bottom:10px;
    }
    
    .newsPictureDetail{ 
      margin-right:10px;
    }
    
    .newsName a{ 
      font-family:Arial;
      font-size:15px;
      font-weight:bold;
      line-height:16px;
      color:#00519e;
      text-decoration:none;
      line-height:22px;
    }
    
    .newsName a:visited{
      color:#00519e;
    }
    
    .newsDate{
      font-family:Arial;
      font-weight:regular;
      color:#749cc4;
      font-size:11px
    }
    
    .newsText{
      margin-top:3px;
      font-family:Arial;
      font-weight:regular;
      font-size:12px;
      line-height:15px;
    }
    
    .newsLink a{
      font-family:Arial;
      padding-left:15px;
      color:#00519e;
      font-size:11px;
      background-image:url('/httpd/img/teaser_arrow.gif');
      background-repeat:no-repeat;
      background-position:0px 2px;
      text-decoration:underline;
      float:right;
      margin-top:10px;
      margin-bottom:10px;
    }
    
    .newsLink a:visited{ 
      color:#00519e;
    }
    
    .newsLink a:hover{ 
      color:#e2003b;
    }
    
    .hr_line{
      clear:both;
    }
    
    .content hr{
      color:#CCDCEC;
      background-color:#CCDCEC;
    }
    
    .unclickable_next{
      display:none;
    }
    
    .clickable_next{
      text-align:right;
      margin-bottom:10px;
    }
    
    .unclickable_back{
      display:none;
    }
    
    .clickable_back{
      float:left;
      margin-bottom:10px;
    }
    
    .unclickable_back a, .clickable_back a{
      font-family:Arial;
      padding-left:15px;
      color:#00519e;
      font-size:11px;
      background-image:url('/httpd/img/teaser_arrow-left.gif');
      background-repeat:no-repeat;
      background-position:0px 2px;
      text-decoration:underline;
      margin-top:3px;
    }
    
    .clickable_backDetail{
      float:none;
      clear:both;
    }
    
    .clickable_backDetail a{
      font-family:Arial;
      padding-left:15px;
      color:#00519e;
      font-size:11px;
      background-image:url('/httpd/img/teaser_arrow-left.gif');
      background-repeat:no-repeat;
      background-position:0px 2px;
      text-decoration:underline;
      margin-top:10px;
    }
    
    .unclickable_next a, .clickable_next a{  
      font-family:Arial;
      padding-right:15px;
      color:#00519e;
      font-size:11px;
      background-image:url('/httpd/img/teaser_arrow.gif');
      background-repeat:no-repeat;
      background-position:right 2px;
      text-decoration:underline;
      margin-top:3px;
    }
    
    .clickable_back a:visited, .clickable_next a:visited , .clickable_backDetail a:visited{ 
      color:#00519e;
    }
    
   .clickable_back a:hover, .clickable_next a:hover{ 
      color:#e2003b;
    }
    
    .newsheadlineDetail{
      font-family:Arial;
      font-size:14px;
      font-weight:bold;
      color:#00519e;
      margin-bottom:3px
    }
    
    .newsdateDetail{
      font-family:Arial;
      font-weight:regular;
      color:#749cc4;
      font-size:11px;
      margin-bottom:3px
    }
    
    .newslocalityDetail{
      font-family:Arial;
    }
    
    .newsPictureDetail{
      float:left;
      margin-right:10px;
      margin-top:10px;
      margin-bottom:10px;
    }
    
    .newstextDetail{
      margin-bottom:10px;
      margin-top:10px;
    }
    
  