@charset "utf-8";


/*content.css 234 */
.tt-news .list h3 {
    border-bottom: 1px solid #CCC;
    color: #015186;
    font-size: 12pt;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px;
    clear: both;
    display: block;
}
.tt-news .list h3 a {
  text-decoration: none;
}
.tt-news .list .item p {
  margin: 0;
  padding: 0;
}
/*content.css 265 */
.tt-news .list p b {
    font-size: 10pt;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.tt-news hr {
  border: none;
  border-top: 1px solid #CCC;
  margin-top: 1em;
  height: 2em;
  display: block;
}
.tt-news .backlink {
  margin-top: 2em;
}
.tt-news .list .image {
  float: left;
  margin: 0 20px 40px 0;
}
.tt-news .teaser img,
.tt-news .list .image img {
  border: 1px solid #015186;
}
/*content.css 341 */
.tt-news .teaser img {
  float: left;
  margin: 0 20px 10px 0;
}
.tt-news .list .image .spacer-gif {
  border: none ;
  visibility: hidden;
}
.tt-news .list .item {
  clear: both;
   width: 100%;
   display: block;
   margin-bottom: 50px;
}


/* Teaser */
/* tt_news */
.tt-news .scrollable {
    float: left;
    height: auto;
    position: relative;

}
.tt_news,  
.tt-news .scrollable {
    min-height: 0;
}
.tt-news .scrollable {
  float: left;
  height: auto;
  min-height: 240px;
  overflow: hidden;
  position: relative;
  width: 235px;
  width: 203px;
}
.tt-news .scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
.tt-news .scrollable .items h2 {
    font-size: 1em;
    margin-top: 0;
}
/*
.tt-news .scrollable .items h3 {
    background: -webkit-linear-gradient(#D6D6D6, #BEBEBE); 
    background: -o-linear-gradient(#D6D6D6, #BEBEBE); 
    background: -moz-linear-gradient(#D6D6D6, #BEBEBE); 
    background: linear-gradient(#D6D6D6, #BEBEBE); 
    border: 1px solid #bdbdbd;
    color: #000;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}
*/


.content-middle-left .tt-news {
  padding: 10px;
  box-sizing: padding-box;
  border: 1px solid #bdbdbd;
  width: 217px;
  /*
  min-height: 100px;
  height: auto;
  overflow: visible;
  */
}
.tt-news .scrollable .items h3 {
    
    color: #000;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-size: 9pt;
}
.tt-news .scrollable img {
    float: left;
    margin: 0.2em 1em 0.4em 0;
}
.tt-news .scrollable .items div {
  float: left;
	width: 229px;
  width: 203px;
	padding-right: 6px;
}
.tt-news .navi a.active {
    cursor: default;
    position: relative;
	opacity: 1;
	text-decoration:underline;
}
.tt-news .navi {
	display:inline-block;
    height: auto;
    width: auto;
}
.tt-news .jqBrowser .navi a {
    cursor: pointer;
    display:inline-block;
    font-family: Arial,Helvetica,Geneva,Futura,non-serif;
    margin: 0 0 0 0.555em;
    width: 13px;
    height: 13px;    
    text-align: center;
    text-decoration: none;
    line-height: 13px;  
}
.tt-news a.browse {
  float: left;
	opacity: 1;
}
.tt-news a.disabled {
    opacity: 0.3;
}
.tt-news .navi a.active {
    background: -webkit-linear-gradient(#D6D6D6, #BEBEBE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D6D6D6, #BEBEBE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D6D6D6, #BEBEBE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D6D6D6, #BEBEBE); /* Standard syntax */
    border: 1px solid #bdbdbd;
}
.tt-news .jqBrowser a.prev.browse.left, 
.tt-news .jqBrowser a.next.browse.right {
    margin: 0;
    color: #FFF;
    line-height: 15px;
    width: 15px;
    height: 15px;
    text-indent: -6000em;
    background: url("images/arrow_icon.jpg") no-repeat 0 0;    
}
.tt-news .jqBrowser a.prev.browse.left {
	float:left;
  -moz-transform:rotate(180deg); /* Firefox 3.6 Firefox 4 */
  -webkit-transform:rotate(180deg); /* Safari */
  -o-transform:rotate(180deg); /* Opera */
  -ms-transform:rotate(180deg); /* IE9 */
  transform:rotate(180deg); /* W3C */  
}
.tt-news .jqBrowser a.next.browse.right {
	float:right;
}

/* tt-news single image */
.content-middle .tt-news .single .news-single-img {
  float: left;
  margin: 13px 15px 10px 0;
}

/* News Ticker */
body .footer ul.newsticker a {
    white-space: normal;
}
body .footer ul.newsticker  {

}
body .footer ul.newsticker li {
    min-height: 180px;
    overflow: visible;
}





