/* Single News Item */

.news-single-item {
  margin: 20px 0px 0px 0px;
}

.news-single-item h2 {
  font-size: 1.8em;
}

.news-catRootline {
  float: left;
  padding: 0px;
  font-size: 0.8em;
}

.news-latest-date a, .news-latest-date a:active, .news-latest-date a:visited, .news-latest-date a:link,
.news-single-author a, .news-single-author a:active, .news-single-author a:visited, .news-single-author a:link,
.news-single-backlink a, .news-single-backlink a:active, .news-single-backlink a:visited, .news-single-backlink a:link,
.news-catRootline a, .news-catRootline a:active, .news-catRootline a:visited, .news-catRootline a:link {
  font-size: 0.8em;
  color: #666;
  text-decoration: none;
}

.news-latest-date a:hover,
.news-single-author a:hover,
.news-single-backlink a:hover,
.news-catRootline a:hover {
  text-decoration: underline;
}

.news-single-category {
  font-size: 0.8em;
  font-weight: bold;
  color: #666;
}

.news-single-category img {
  margin: 0px 0px -12px;
}

.news-single-author {
  margin: 0px;
}

.news-single-timedata {
  float: right;
  font-size: 0.8em;
}

.news-single-body {
  padding: 10px 0px 0px;
}

.news-single-body h2 {
  padding: 0px;
  margin: 0px 0px 10px;
}

.clearer {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #CCC;
}

/* Searchform */

.news-search-form input {
  border: 1px solid #CCC;
}

.news-search-form-submit input {
  background-color: #F2F2F2;
}

.news-search-emptyMsg {
  font-size: 0.8em;
}

/* Latest News */

.news-latest-container {}

.news-latest-date {
  display: block;
  padding: 2px;
  margin: 5px 0px 0px;
}

.news-latest-container h3 {
  padding: 0px;
  margin: 2px 0px 10px 0px;
}

.news-latest-category,
.news-latest-morelink,
.news-latest-gotoarchive {
  font-size: 0.8em;
}

.news-latest-category img {
  display: block;
}

.news-single-additional-info {
  font-size: 0.8em;
}

/* Further News */

.news-single-related dt {
  padding: 0px;
  margin: 5px 0px;
  font-weight: bold;
}

.news-list-item {
  padding: 4px;
  margin: 0px 0px 10px;
  border: 1px solid #F0F0F0;
  background-color: #F8F8F8;
}

.news-list-item .clearer {
  display: none;
}

/* News in bottom of Standard Pages */

.news-latest-item {
  width: 185px;
  margin: 0px;
  padding: 0px;
}

.news-latest-item h3,
.news-latest-item h3 a {
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 1.2em;
  color: #999;
  letter-spacing: 0em;
}

.news-latest-item p {
  margin: 0px;
  padding: 0px;
}

.news-latest-date,
.clearer,
.news-latest-gotoarchive {
  display: none;
}
