/* 
 *
 *
 * --------------------------------- tt_news view --------------------------------- */


/*
 *
 *
 * --------------------------------- ALL -----------------------------------*/

/* <div class="clearer"> &#160; </div> */
DIV.clearer {
  clear: both;
  height: 0.1%;
  line-height: 0.1%;
}

/* ------------ LIST ------------ */

.news-list-item {
 /* IE hack */
 height: 1%;
 line-height: 1.3;
 /* IE hack end */
 height: auto !important;
 padding: 0;
 margin: 0;
}


.news-list-container H3 {
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
}
.news-list-container H3 A {
}
.news-list-container P {
  padding-left:3px;
}

.news-list-title {
  font-weight: bold;
}
.news-list-date {
  font-size: 80%;
}

.news-list-imgcaption {
  /*width:150px;
  float: right;*/
  padding: 2px;
  font-size: 80%;
}

.news-list-container IMG {
  /*float: right;
  margin-left:5px;*/
}
.news-list-category IMG {
}

.news-list-category {
}
.news-list-morelink {
}
.news-list-browse {
}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid black;
	background-color: white;
}
.news-search-emptyMsg {
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}


/* ------------ SINGLE ------------ */

.news-single-title {
  font-size: 125%;
  font-weight:bold;
  /*color: rgb(80,80,80);*/
  padding: 20px 0px;
}

.news-single-subheader {
  font-weight: bold;
  margin-bottom: 15px;
}

.news-single-date {
}
.news-single-timedata {
}
.news-single-author {
}

.news-single-img {
  float: right;
  margin-left: 5px;
}

.news-single-imgcaption {
  width:150px;
  font-size: 80%;
  padding: 2px;
  clear:both;
}

.news-single-backlink {
  border-top: 1px solid rgb(90,90,90);
  padding: 10px 15px;
  margin: 15px 5px 0 5px;
  font-size: 90%;
}

/* ------------ Additional Info ------------ */
.news-single-additional-info {
/* 	background-color: rgb(245,245,245); */
/* 	clear: both; */
  margin: 15px 0px;
  border: 0px solid rgb(90,90,90);
  padding: 3px;
  padding-bottom: 0px;

}
.news-single-related, .news-single-files, .news-single-links  {
  border: 1px solid rgb(90,90,90);
  margin: 0px;
  margin-bottom: 5px;
  padding: 3px;
  background-color: rgb(250,255,230);
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
  margin-left: 20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
  font-weight: bold;
  font-size: 75%;
  margin-left: 5px;
  width: 90%;
}

/* ------------ Page-Browser ------------ */
.tx-ttnews-browsebox {
  margin:3px;
  border: 1px solid rgb(90,90,90);
  padding:3px;
  background-color: rgb(250,255,230);
}
.tx-ttnews-browsebox TD {
/* 	font-size: 10px; */
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell, .tx-ttnews-browsebox-SCell A {
  background-color: rgb(255,72,72);
  border: 0px solid rgb(90,90,90);
  color: black;
}
.news-list-browse {
	text-align: center;
}
.news-search-emptyMsg {
	margin-left: 10px;
}


/* ------------ CatMenu ------------ */

.news-catmenu {
}
.news-catmenu-level1{
}
.news-catmenu-level2{
}
.news-catmenu-item-act {
}
.news-catmenu-item-no{
}


/*
 *
 *
 * --------------------------------- tt_news CATMENU view  NEWS -----------------------------------*/
.news-catmenu_news {
  margin: 0 0 20px 20px;
}
.news-catmenu_news .news-catmenu-level1 {
  padding: 0 0 4px 0;
}
.news-catmenu-level2{
}
.news-catmenu-item-act {
  font-weight: bold;
}
.news-catmenu-item-no{
  padding-left: 1em;
}

/*
 *
 *
 * --------------------------------- tt_news LIST + LATEST view  NEWS -----------------------------------*/
.news-list-container_news,
.news-latest-container_news {
  border-bottom: dotted 2px rgb(150,150,150);
  margin: 10px 0px 30px 30px;
  width: 90%;
}

.news-list-container_news .news-list-item_0, .news-list-container_news .news-list-item_1,
.news-latest-container_news .news-list-item_0, .news-latest-container_news .news-list-item_1 {
  padding: 8px;
  margin: 3px 3px 30px 3px;
  border-top: dotted 2px rgb(150,150,150);
}

.news-list-container_news .news-list-title,
.news-latest-container_news .news-list-title {
  padding: 10px 0px;
  font-weight: bold;
}

.news-list-container_news .news-list-title A, .news-list-container_news .news-list-title A:LINK, .news-list-container_news .news-list-title A:VISITED, .news-list-container_news .news-list-title A:HOVER,
.news-latest-container_news .news-list-title A, .news-latest-container_news .news-list-title A:LINK, .news-latest-container_news .news-list-title A:VISITED, .news-latest-container_news .news-list-title A:HOVER {
  color: black;
}

.news-list-container_news .news-list-date,
.news-latest-container_news .news-list-date {
  background-color: white;
  padding: 0px 6px;
}

.news-list-container_news IMG,
.news-latest-container_news IMG {
  border: none;
  margin: 10px 2px 2px 2px;
}

/*------------- image right -------------*/

.news-list-container_news .img_right,
.news-latest-container_news .img_right {
  float: right;
  width: 200px;

}
.news-list-container_news .text_left,
.news-latest-container_news .text_left {
  width: auto;
  margin-right: 200px;
  text-align: right;
  padding: 8px 20px 8px 20px;
}

* html .news-list-container_news .text_left, .news-latest-container_news .text_left {height: 1%}
* html .news-list-container_news .img_right, .news-latest-container_news .img_right {margin-left: -3px}
* html .news-list-container_news .text_left, .news-latest-container_news .text_left {margin-right: 197px}

.news-list-container_news .news-list-item_0 .news-list-imgcaption,
.news-latest-container_news .news-list-item_0 .news-list-imgcaption {
	/*float: right;*/
}



/*------------- image left -------------*/

.news-list-container_news .img_left,
.news-latest-container_news .img_left {
  float: left;
  width: 200px;
}

.news-list-container_news .text_right,
.news-latest-container_news .text_right {
  width: auto;
  margin-left: 200px;
  text-align: left;
  padding: 8px 20px 8px 20px;
}

* html .news-list-container_news .text_right, .news-latest-container_news .text_right {height: 1%}
* html .news-list-container_news .img_left, .news-latest-container_news .img_left {margin-right: -3px}
* html .news-list-container_news .text_right, .news-latest-container_news .text_right {margin-left: 197px}

.news-list-container_news .news-list-item_1 .news-list-imgcaption,
.news-latest-container_news .news-list-item_1 .news-list-imgcaption {
  /*float: right;*/
}

/*
 *
 *
 * --------------------------------- tt_news SINGLE view  NEWS --------------------------------- */
.news-single-item_news {
  padding: 15px;
}

.news-single-item_news .news-single-date {
  font-size: 80%;
  float: right;
}

.news-single-item_news .news-single-author {
  font-size: 80%;
  padding-bottom: 1em;
}

.news-single-item_news .news-single-img {
  margin: 10px 0 10px 20px;
}


/*
 *
 *
 * --------------------------------- tt_news LATEST view  TOPNEWS --------------------------------- */
/*#home_top_lettering {
  text-align: center;
  margin-right: 255px;
  padding-top: 20px;
}

#home_top_lettering IMG {
  border: none;
  width: 388px;
  height: 60px;
}*/

/*#news_intro {
  width: auto;
  margin: 0 413px 0 0;
  padding: 1em 64px 16px 0px;
}*/

.news-latest-container_topnews_home {
  padding: 0;
  float: right;
  width: 233px;
  background-repeat: repeat-y;
  background-image: url(images/top_news_1_middle.gif);
}

.news-latest-container_topnews_home .topnews_top {
  width: 233px;
  height: 13px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(images/top_news_1_top.gif);
}

.news-latest-container_topnews_home .topnews_bottom {
  width: 233px;
  height: 23px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(images/top_news_1_bottom.gif);
}

.news-latest-container_topnews {
  padding: 0;
  float: right;
  width: 413px;
  background-repeat: repeat-y;
  background-image: url(images/top_news_2_middle.gif);
}

.news-latest-container_topnews .topnews_top {
  width: 413px;
  height: 13px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(images/top_news_2_top.gif);
}

.news-latest-container_topnews .topnews_bottom {
  width: 413px;
  height: 23px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(images/top_news_2_bottom.gif);
}

.news-latest-container_topnews_home ul, .news-latest-container_topnews ul{
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
/*   padding: 0; */
  text-align: left;
}

.news-latest-container_topnews_home li.news-latest-item, .news-latest-container_topnews li.news-latest-item {
  padding-bottom: 0.4em;
  margin: 0;
}

/*   * html #news_intro {height: 1%} */
  * html .news-latest-container_topnews {margin-left: -3px}
/*   * html #news_intro {margin-right: 410px} */

/* * html #home_top_lettering {height: 1%} */
* html .news-latest-container_topnews_home {margin-left: -3px}
/* * html #home_top_lettering {margin-right: 230px} */

/*
 *
 *
 * --------------------------------- tt_news LIST view  TOPNEWS --------------------------------- */
.news-list-container_topnews {
  /*border-bottom: dotted 2px red;*/
  margin: 30px 0px 30px 30px;
  width: 90%;
}

.news-list-container_topnews .news-list-item {
  border-top: dotted 2px red;
  padding: 8px;
  margin: 3px 3px 30px 3px;
}

.news-list-container_topnews .news-list-date {
  float: right;
  width: 190px;
  background-color: white;
  font-size: 85%;
  padding: 0px 6px;
  text-align: center;
}

.news-list-container_topnews .news-list-title {
  margin-right: 190px;
  padding: 10px 0px;
  font-weight: bold;
}

* html .news-list-container_topnews .news-list-title {height: 1%}
* html .news-list-container_topnews .news-list-date {margin-left: -3px}
* html .news-list-container_topnews .news-list-title {margin-right: 197px}

.news-list-container_topnews .news-list-content {
  padding: 3px;
}

.news-list-container_topnews .news-single-files {
  border: none;
  margin: 5px 0px;
  padding: 3px;
  background-color: rgb(240,240,245);
}

.news-list-container_topnews .news-list-backlink {
  border-top: dotted 2px red;
  padding: 10px 15px;
  margin: 15px 5px;
  font-size: 90%;
}



/*
 *
 *
 * --------------------------------- tt_news LIST view  PRESS --------------------------------- */
.news-list-container_press {
  width: 90%;
  border: none;
  margin: 10px 0px 10px 30px;
}

.news-list-container_press .news-list-item {
  margin-bottom: 0.6em;
}

.news-list-container_press .news-list-authortitle {
  width: auto;
  margin-right: 140px;
}
.news-list-container_press .news-list-title {
	font-weight: normal;
}

.news-list-container_press .news-list-author {
  font-size: 80%;
  color: rgb(55,55,55);
}
.news-list-container_press .news-list-date {
 float: right;
  width: 140px;
/*   background-color: white; */
/*   font-size: 85%; */
  text-align: right;
  color: rgb(55,55,55);
}

* html .news-list-container_press .news-list-title {height: 1%}
* html .news-list-container_press .news-list-dateauthor {margin-left: -3px}
* html .news-list-container_press .news-list-title {margin-right: 137px}

/*
 *
 *
 * --------------------------------- tt_news SINGLE view  PRESS --------------------------------- */
.news-single-item_press {
  width: 90%;
  padding: 15px;
  margin: 15px 10px;
  border: 1px solid black;
}

.news-single-item_press .news-single-date {
  font-size: 80%;
}

.news-single-item_press .news-single-author {
  font-size: 80%;
  padding-bottom: 3px;
}

.news-single-item_press .news-single-img {
  margin: 10px 0 10px 20px;
}
