div.news-list-container div.news-list-item {
  position: relative;
}

div.news-list-container .news-list-morelink {
  font-weight: bold;
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  text-align: right;
  position: absolute;
  bottom: 16px;
  right: 8px;
}

div.news-list-container .news-list-morelink a {
  text-decoration: none;
}

/* --- Page browser von List view auf Startseite --- */

div.tx-ttnews-browsebox {
  background: url(pageBrowser/left.png) repeat-y #ffffde left center;
  margin: 0 0 10px 0;
}
div.tx-ttnews-browsebox div.right {background: url(pageBrowser/right.png) repeat-y right center;}
div.tx-ttnews-browsebox div.top {background: url(pageBrowser/top.png) repeat-x center top;}
div.tx-ttnews-browsebox div.bottom {background: url(pageBrowser/bottom.png) repeat-x center bottom;}
div.tx-ttnews-browsebox div.topLeft {background: url(pageBrowser/topLeft.png) no-repeat left top;}
div.tx-ttnews-browsebox div.topRight {background: url(pageBrowser/topRight.png) no-repeat right top;}
div.tx-ttnews-browsebox div.bottomLeft {background: url(pageBrowser/bottomLeft.png) no-repeat left bottom;}
div.tx-ttnews-browsebox div.bottomRight {
  background: url(pageBrowser/bottomRight.png) no-repeat right bottom;
  padding: 6px 8px 7px 8px;
}

div.tx-ttnews-browsebox .newsNumber {
  font-size: 14px;
  margin-bottom: 3px;
}

div.tx-ttnews-browsebox a {
  text-decoration: none;
}

div.tx-ttnews-browsebox .link {
  padding-left: 2px;
  padding-right: 2px;
}

div.tx-ttnews-browsebox .pos {
  padding: 0 4px 1px 4px;
  background-color: #000055;
  color: #ffffde;
}

/* --- List view auf Startseite --- */


div.news-list-container {
  width: 580px;
}


div.news-list-container div.news-list-item {
  width:285px;
  padding-bottom: 10px;
}

div.news-list-container div.news-list-item div.headline {
  background-color: #faf5ad;
}

div.news-list-container div.news-list-item div.content {
  background-color: #ffffde;
}

div.news-list-container div.news-list-item div.left {
  background-image: url(listBorder/left.png);
  background-position: left top;
  background-repeat: repeat-y;
  margin-bottom: 0;
  margin-top: 0;
}

div.news-list-container div.news-list-item div.right {
  background-image: url(listBorder/right.png);
  background-position: right top;
  background-repeat: repeat-y;
}

div.news-list-container div.news-list-item div.top {
  background-image: url(listBorder/top.png);
  background-position: center top;
  background-repeat: repeat-x;
}

div.news-list-container div.news-list-item div.topLeft {
  background-image: url(listBorder/topLeft.png);
  background-position: left top;
  background-repeat: no-repeat;
}

div.news-list-container div.news-list-item div.topRight {
  background-image: url(listBorder/topRight.png);
  background-position: right top;
  background-repeat: no-repeat;
}

div.news-list-container div.news-list-item div.bottom {
  background-image: url(listBorder/bottom.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}

div.news-list-container div.news-list-item div.bottomLeft {
  background-image: url(listBorder/bottomLeft.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

div.news-list-container div.news-list-item div.bottomRight {
  background-image: url(listBorder/bottomRight.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

div.news-list-container div.news-list-item div.divide {
  background-image: url(listBorder/divider.png);
  background-position: -145px top;
  background-repeat: no-repeat;
  margin: 0 1px 0 1px;
  padding: 0 5px 10px 10px;
  height: 205px;
}

div.news-list-container div.news-list-item-1 {
  float: left;
  clear: left;
}

div.news-list-container div.news-list-item-2 {
  margin-left: 295px;
}

div.news-list-container div.news-list-item h2 {
  /*background-color: #000055;*/
  font-size: 13px;
  position: relative;
  /*line-height: 22px;*/
  padding: 4px 10px 6px 10px;
  margin: 0 0 0 0;
}

/*div.news-list-container div.news-list-item h2 img {
  vertical-align: middle;
  position: absolute;
  left: 5px;
}*/

div.news-list-container div.news-list-item h2 a {
  /*color: #ffffcb;*/
  position: relative;
  /*left: 45px;*/
  width: 235px;
  display: block;
  text-decoration: none;
}

div.news-list-container div.news-list-item div.news-list-date {
  margin: 0 0 14px 5px;
  text-align: right;
}

div.news-list-container div.news-list-item img {
  float: left;
  margin-right: 10px;
}

div.news-list-container div.news-list-item p {
  padding: 0;
  margin: 0;
}
