@charset "utf-8";
/* CSS Document */

/*****************************************************************************************************/
/* Listenansicht der News
/*****************************************************************************************************/
/* Container fuer News */
.news-list-container {
	border: none;
	background-color:#FFFFFF;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

/* Container fuer einzelnes News */
.news-list-item {
	clear: both;
  height: auto !important;
	padding: 0px;
	margin: 0px;
	border: none;
	line-height: 100%;
	background-color:#FFFFFF;
	overflow: hidden;
}

/* Bild des News */
.news-list-container IMG {
	float: left;
	border: none;
	margin: 0px;
}

/* Text des News */
.news-list-container P {
	padding-left: 0px;
}

/*****************************************************************************************************/
/* Template News Liste
/*****************************************************************************************************/
/* Box fuer den Artikel */
.news_box {
	overflow: hidden;
}

/* kleines Vorschaubild fuer den Artikel */
.image_news {
	float: left;
	width: 150px;
}

/* Box fuer den Text */
.middle {
	float: left;
	margin-left: 15px;
	width: 350px;
}

.title_h3 a:link, .title_h3 a:visited, .title_h3 a:hover, .title_h3 a:active {
	font-size: 12px;
	color: #8caa50;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}

.text_news {
	clear: both;
}

/* Box fuer das Datum und den mehr-Link */
.right {
	float: right;
	margin-right: 10px;
}

.date_news {
	font-weight: bold;
	font-size: 12px;
}

.more_news {
	margin-top: 10px;
}

/************************************************************************************************************************************************/

/*****************************************************************************************************/
/* Detailansicht der News
/*****************************************************************************************************/
.news-single-item {
	border: none;
	background-color:#FFFFFF;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
}

.news-single-img {
	float: left;
	margin: 0px;
	overflow: hidden;
}

.news-single-item h3 {
	margin-bottom: 0px;
}
/*****************************************************************************************************/
/* Template News Detail
/*****************************************************************************************************/
/* Box fuer den Text */
.middle_detail {
	float: left;
	width: 440px !important;
	width: 440px;
	margin-left: 15px;
}

.title_h3_detail {
	font-size: 12px;
	color: #8caa50;
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

.date_news_detail {
	font-weight: bold;
	font-size: 12px;
	float: right;
}

.undertitle_news {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

.text_news_detail {
	clear: both;
  width: 440px;
}

.bottom {
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	width: 605px;
	text-align: right;
	overflow: hidden;
}
