/*  News Plugin auf der Home Seite */
.ne_home_item{	
	text-decoration: none;
}

.ne_home_headline2{
	width:100%;
	margin-bottom:2px;
}

.ne_home_headline2_date {
	color: #183485;
	font-size: 12px;
	vertical-align: text-bottom;
	font-weight:bold;
	margin: 0px 5px 0px 0px;
	float: left;
	text-decoration: none;
}

.ne_home_headline2_date a {
	text-decoration: none;
}


.ne_home_headline2_dot {
	background: url(../images/dottedLine.blau.gif) repeat-x 0 12	px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 24px;
	float: left;
	text-decoration: none;
}

.ne_home_headline2_content {
	color: #183485;
	font-size: 12px;
	vertical-align: text-bottom;
	font-weight:bold;
	margin: 0px 0px 0px 5px;
	float: left;
}

.ne_home_content {
	margin: 2px 0px 5px 0px;
}

.ne_home_content_image {
	float: left;
	max-width: 150px;
}

.ne_home_content_image img{
	margin-right:20px;
}

.ne_home_content_text {
}


/*  Ende der News Konfiguration */
