/* Content css */



.title{
  font-size:13px;
  font-weight:bold;
}

.teaser .link{
  font-weight:bold;
  text-decoration:underline;
}


.sectionTitle{
  background-color:#001C4E;
  color:#ffffff;
  font-weight:bold;
  padding:2px;
  position:relative;
}

.sectionTitle .moreLink{
  position:absolute;
  right:2px;
  top:2px;
}

  .sectionTitle .moreLink a.link{
    color:#ffffff;
    font-size:10px;
  }
  

a.headlineLink{
  text-decoration:none;
}
a.headlineLink:hover{
  text-decoration:underline;
}



#headlines{
  background: url(/fls/17900/site_graphics/headlinesBG.gif) top repeat-x;
  background-color:#8A0303;
  border:1px solid #fff;
}
 /*article rotation*/
    
.hide_section{
  position:absolute;
  left:-2000px;
  top:-3000px;
}
    
#article .secBoxContainer{
  padding:0px;
}
    #main_article{
      padding:5px;
    }
      .teaser_container{
        text-align:left;
      }
    
    #main_article .image_viewer{
      margin-right:5px;
      border:1px solid #fff;
      text-align:center;
    }
    #main_article .teaser_p{
      padding:3px;
      height:290px;
      overflow:hidden;
      background-color:#ffffff;
      font-size:12px;
    }
    #main_article .teaser_p .title{
      font-weight:bold;
      color:#000000;
      font-size:15px;
    }
    #main_article .teaser_p a{
      text-decoration:none;
    }
    
    .moreLink{
      color:#9F0100;
      font-weight:bold;
    }
    
    #below_main{
      padding:5px 0px;
    }
    #below_main .image_viewer{
      cursor:pointer;
    }
    #below_main .last .image_viewer {
      margin:0px;
    }
    .image_viewer{
      overflow:hidden;
    }
    
    #controls{
      background:url(/fls/17900/site_graphics/controls.gif) no-repeat;
      height:9px;
      width:36px;
      position:relative;
    }
    
     #controls .control{
        width:9px;
        height:9px;
        position:absolute;
        cursor:pointer;
      }
        .backward{
          left:0px;
        }
        .stop{
          left:13px;
        }
        .forward{
          right:0px;
        }
    
    /*other headlines*/
    #otherHeadlines{
      padding:5px;
    }
    
    #otherHeadlines .secBoxContainer{
      padding:0px;
    }
    #otherHeadlines .title{
      font-weight:bold;
      color:#FFFFFF;
      font-size:13px;
      background: url(/fls/17900/site_graphics/menuBG.gif) repeat-x;
      height:16px;
      padding:5px 0px 5px 10px;
      margin-bottom:1px;
    }
    
    #otherHeadlines a{
      text-decoration:none;
      color:#fff;
    }
    #otherHeadlines .odd{
      background-color:#000;
    }
    #otherHeadlines .even{
      background-color:#2C2628;
    }
    #otherHeadlines .description{
      padding:2px 0px;
    }
    #otherHeadlines .description ul{
      margin:0px;
      padding:0px 5px 0px 20px;
    }
    #otherHeadlines .description li{
      list-style: outside;
      padding:0px 5px;
      color:#ffffff;
    }
    #otherHeadlines .sport{
      font-weight:bold;
    }

