/* tx-news-latest */
.tx-news-latest {
}

/* tx-news-list */
.tx-news-list h1,
.tx-news-single h1 {
  margin-left: 340px;
}
.tx-news-list article p {
  padding-bottom: 10px;
}
.tx-news-list article h2,
.tx-news-list article .text,
.tx-news-single article .text {
  margin-left: 340px;
  width: 500px;
}
.tx-news-list article h2 a {
  color: #636363;
}
.tx-news-list article h2 a:hover {
  color: #0055a5;
  text-decoration: none;
}

.tx-news-list article .images {
  float: left;
  display: inline;
  width: 320px;
  text-align: right;
}
.tx-news-list article .images img {
  margin: 5px 0 0;
}



/* Single */
.tx-news-single article #box_left {
  float: left;
  display: inline;
  background: url(gfx/bg_news_bottom.png) bottom left no-repeat;
  margin-bottom: 25px;
  text-align: center;
  width: 286px;
}
.tx-news-single article #box_left .images {
  background: url(gfx/bg_news_top.png) 0 0 no-repeat;
  padding: 22px;
  min-height: 60px;
  margin: 0 auto;
}

.tx-news-single article #box_left .csc-textpic-image {
  float: left;
  display: inline;
  border: 1px solid #D8D8D8;
  height: 30px;
  width: 36px;
  margin: 5px;
  overflow: hidden;
}
.tx-news-single article #box_left .csc-textpic-image:first-child {
  display: block;
  float: none;
  border: 0;
  height: 100px;
  width: 236px;
  margin: 10px auto;
  text-align: center;
}
.tx-news-single article #box_left .csc-textpic-image img {
  position: relative;
  top: -30%;
}
.tx-news-single article #box_left .csc-textpic-image:first-child img {
  top: 0;
}
.tx-news-single article #box_left .news-single-imgcaption {
  display: none;
}

.tx-news-single article h1 {
  font-size: 1.3em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.tx-news-single article .date {
  color: #AAA;
}
.tx-news-list article .news-list-morelink {
  margin-left: 5px;
}
.tx-news-single article .files {
  padding-bottom: 10px;
}
.tx-news-single article .files a {
  margin: 0 5px;
}
  
/* browse */
.news-list-browse {
  margin: 25px 0 0 340px;
}
.news-list-browse .showResultsWrap {
  display: none;
}
.news-list-browse .browseLinksWrap {
  float: left;
  border: 0;
  margin-top: 5px;
}
.news-list-browse .browseLinksWrap a,
.news-list-browse .browseLinksWrap span {
  background: #f0f0f0;
  display: block;
  float: left;
  border: 0;
  margin-right: 8px;
  padding: 2px 8px;
  text-decoration: none;
}
.news-list-browse .browseLinksWrap a:hover,
.news-list-browse .browseLinksWrap span {
  background: #0055a5;
  color: #FFF;
}


/* search */
#content form.search {
  float: right;
  height: 50px;
}


#content form.search input {
  float: left;
  display: inline;
  margin: 0 3px 15px 10px;
  width: 105px;
}
#content form.search input[type="submit"] {

}
