/* Frontpage */

/* Layput */

#front-left {
 float: left;
 width: 550px;
 /*margin-left: 7px;     */
}

#front-right {
  float: right;
  width: 380px;
  /*margin-right: 7px;    */
}

.news-list-item {
	width: 550px;
}


/* Headline */

.headline-container .item {
  width: 540px;
  background-color: red;
  padding: 10px 5px 10px 5px;
  background-image: url(../images/verlaufrot.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #c80014;
}

.headline-container IMG {
  width: 550px;
  margin-bottom: 10px;
}

.headline-container .category {
  color: white;
  font-weight: bold;
}

.headline-container h2 {
  color: #fff;
  margin: 5px 0 5px 0;
  font-size: 16px;
}

.headline-container p {
  color: white;
  font-weight: normal;
}

.headline-container a {
  font-weight: bold;
  color: #fff;
}

.headline-container a:hover {
  text-decoration: underline;
}

/* Small Headline */

.small-headline-container {
  width: 380px;
  margin-bottom: 15px;
}

.small-headline-container .item {
  width: 370px;
  background-color: red;
  padding: 5px 5px 5px 5px;
  background-image: url(../images/verlaufrot.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #c80014;
}

.small-headline-container IMG {
  width: 380px;
}

.small-headline-container .category {
  color: white;
  font-weight: bold;
}

.small-headline-container h2 {
  color: #fff;
  margin: 5px 0 5px 0;
  font-size: 13px;
}

.small-headline-container p {
  color: white;
  font-weight: normal;
}

.small-headline-container a {
  font-weight: bold;
  color: #fff;
}

.small-headline-container a:hover {
  text-decoration: underline;
}


/* Newssplit */

.newssplit-container-left {
  float: left;
  width: 265px;
  margin-top: 15px;
}

.newssplit-container-right {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  width: 265px;
}


.newssplit-container-left .item, .newssplit-container-right .item {
  width: 255px;
  padding: 5px 5px 10px 5px;
  background-image: url(../images/verlaufrot.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #c80014;
}

.newssplit-container-left IMG, .newssplit-container-right IMG {
  width: 265px;
  margin-bottom: 5px;
}

.newssplit-container-left .category, .newssplit-container-right .category {
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.newssplit-container-left h2, .newssplit-container-right h2 {
  font-size: 12px;
  color: #fff;
  margin: 5px 0 5px 0;
}

.newssplit-container-left a:hover h2, .newssplit-container-right a:hover h2 {
  text-decoration: underline;
}

.newssplit-container-left p, .newssplit-container-right p {
  color: white;
  font-weight: normal;
}

.newssplit-container-left a, .newssplit-container-right a {
  font-weight: bold;
  color: #fff;
}

.newssplit-container-left a:hover, .newssplit-container-right a:hover {
  text-decoration: underline;
}


#totalview-container a {
  font-weight: normal;
}

#totalview-container ul {
	list-style-type: none;
	padding: 2px;
	margin: 0;
}

#totalview-container li {
	padding: 3px;
}

