
/** NEWS **/
/* die Box außenrum*/
/*.news-latest-container {
	
}*/

/* ein Eintrag */
.news-latest-item {
	width: 620px;
	margin: 0;
	padding-bottom: 0.5em;
}

	.news-latest-date {
		float: right;
		margin: 23px 40px 0 0;
		color: #222;
		text-decoration: none;
		text-align: right;
	}
	.news-latest-date p{
		margin:0;
		padding:0;
	}
	/* IE6 + 7*/
	* html .news-latest-date, * + html .news-latest-date {
		margin-top: 38px;
	}
	
	.news-latest-date .time{
		font-size: 70%;
		text-align: right;
	}
	
	/* IE6 + 7 */
	* html .news-wrap .news-latest-date, * + html .news-wrap .news-latest-date {
		margin-top: 22px;
	}
	/* IE6 */
	* html .news-wrap h3{
		margin-top: 22px;
		margin-left: 10px!important;
	}
		
	/* startseite */
	.news-wrap {
		position: absolute;
		margin-top: 1.5em;
		width: 860px;
	}
	
	.news-wrap h3 {
		background: none!important;
		margin: 0!important;
	}
	
	.news-wrap .news-latest-item{
		margin: 0 auto;
	}
	
	.news-blend {
		background: url(../img/block_head.png) no-repeat center 1.5em;
	}
	
	
	
	.legend {
		float: right;
		padding: 0 140px 0 0;
	}
	
	.legend div{
		border: 1px solid #000;
		float: left;
		width: 1.5em;
		margin: 0.2em;
		text-align: center;
		cursor: pointer;
	}
	.legend div.active-legend {
		background: #26ca1c;
	}
		

			
	.news-latest-item h3 img {
		position: absolute;
		margin: -7px 0 0 -90px;
	}	
	
	/* IE 6 */
	* html .news-latest-item h3 img {
		display: none;
	}
	
	.news-latest-item h3{
		/*margin: 2em 0 1em 0;
		padding: 0.5em 0 0.5em 2em;
		border-left: 3px solid #000;
		border-bottom: 1px solid #000;*/
		background: url(../img/block_head.png) no-repeat top center #7ccd58;
		margin: 1em 0 1em 0;
		padding: 30px 0 35px 130px;
		color: #000;
	}
	/* IE 6 */
	* html .news-latest-item h3 {
		padding: 30px 0 35px 30px;
	}
	
	.news-latest-text {
		padding: 0 3em;
	}
	.news-latest-item h3 a{
		text-decoration: none;
		color: #222;
	}