/******************************/
/*   LATEST   -   LATEST      */
/******************************/

.news-latest-item {
  margin-left: 4px;
  margin-bottom: 30px;
  width: 200px;
  border-top: solid 7px #cf9300;
  border-left: solid 1px #cf9300;
  border-right: solid 1px #cf9300;
  border-bottom: solid 1px #cf9300;
  font-size: 11px;
  line-height: 17px;
  background:url(/fileadmin/templates/images/news-corner.gif) no-repeat right bottom;
}

.news-latest-morelink a{
  color:#0160AD;
  font-weight: bold;
  text-decoration: none;
}

.news-latest-morelink a:hover {
  text-decoration: none;
  color:#0160AD;
}

.news-latest-morelink {
  text-align:right;
  width: 100%;
  margin-top: 10px;
}

.clearer {
  width: 100%;
  clear:both;
  height: 1px;
  margin-top: 10px;
  background-color:#fbe3ab;
}

.clear {
  width: 100%;
  clear:both;
}

/******************************/
/*   LIST    -     LIST       */
/******************************/

.clear {
  width: 100%;
  clear: both;
}

/*
.news-list-container {
  border: solid 1px #ccc;
  height:200px;
  padding:5px;
}
*/

.news-list-item {
  border: solid 1px #ccc;
  padding:5px;
  margin-bottom:20px;
}

.newslist-header {
    margin-bottom: 10px;
}

.newslist-header a {
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  color:#fff;
  width:100%;
  height:auto;
  display:block;
  background-color:#7A122C;
}

.newslist-image {
  float:right;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border: solid 1px #7A122C;
  clear:both; 
}

.news-list-morelink {
  width: 60px;
  margin-top:30px;
  text-align:right;
}

.news-list-morelink a {
  display: block;
  width:60px;
  height:20px;
  color:#fff;
  text-align:center;
  font-weight:bold;
  text-decoration: none;
  padding-top:0px;
  background-color:#7A122C;
}

.news-list-morelink a:hover {
  text-decoration: none;
  padding-top:0px;
  background-color:#9F2C49;
}

.news-subheader {
  font-weight:bold;
}

/******************************/
/*   SINGLE  -  SINGLE        */
/******************************/

.news-single-item {
  border: solid 1px #ccc;
  padding:5px;
}

.news-single-img {
  float:right;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border: solid 1px #7A122C;
}

/*
.single-text {
  margin-top: 15px;
}
*/

.news-single-backlink a {
  width:100%;
  height:auto;
  display:block;
  text-align:center;
  text-decoration:none;
  color:#333;
  background-color:#ccc;
}

.news-single-backlink a:hover {
  width:100%;
  height:auto;
  display:block;
  text-align:center;
  color:#fff;
  text-decoration:none;
  background-color:#9F2C49;
}