/* ***********************************************
 *
 * VIEW
 * 
 *************************************************/

.news_block {
	margin-bottom:15px;
	border-bottom:1px solid #C4C4C4;
}

.news_header {
	border-bottom:1px solid #C4C4C4;
	margin-bottom:10px;
}

.news_datum {
	float:left;
	font-size:11px;
	color:#555555;
}

.datum_spacer {
	font-size:14px;
	margin:0 8px;
	float:left;
	color:#999999;
}

.news_header h4 {
	float:left;
}

.news_titel {
	font-size:11px;
	font-weight:bold;
}

.news_content {
	line-height:18px;
	padding:0 0 10px 0;
}

.weitere_infos {
	padding-left:10px;
	background:url(../images/layout/content_li.gif) no-repeat 0 6px;
}

.news_content p {
	margin:0;
}

.imgBorder_left{ 
	margin-right:10px; 
	margin-bottom:10px;
	float:left; 
}

.imgBorder_right{ 
	margin-left:10px; 
	margin-bottom:10px; 
	float:right; 
}


/* Textbericht
**************/
.textbericht_content {
	border-top:1px solid #C4C4C4;
	border-top:1px solid #C4C4C4;
	padding:10px 0 10px 0;
}
.kurztext_div {
	font-weight:bold;
	margin-bottom:10px;
}
.textbericht_div {

}
.textberichtTable{ width:100%; margin:5px 0 5px 0; background-color:#FFFFFF; }
.textberichtTitel{ font-weight:bold; font-size:11px; }
.textberichtAutor{ margin-top:5px; }
.textberichtDatum{ vertical-align:top; }
.textberichtTextberichtCell{ border-top:1px solid #C4C4C4; padding:10px 0 10px 0; }
.textbericht_navi_top { border-bottom:1px solid #C4C4C4; text-align:center; padding-bottom:3px; }
.textbericht_navi_bottom { border-top:1px solid #C4C4C4; text-align:center; padding-top:3px; }
#textberichtNaviCell{ border-top:1px solid #C4C4C4; text-align:center; }

#lastNewsDiv{ 
	margin:20px 0 10px 0; 
	border-bottom:1px solid #999999; 
	padding:1px 1px 1px 2px; 
	color:#333333;
}

.latest_news_header {
	padding:3px 0 3px 0;
	font-weight:bold;
	margin-top:10px;
}
.latest_news_header a {
	display:block;
}
.latest_news_header a:hover {
	background-color:#E9E9E9;
	color:#000000;
}
.latest_news_datum span {
	padding:3px 0 3px 0;
	font-size:11px;
	color:#555555;
	font-style:italic;
}
.latest_news_content {
	padding:3px 0 3px 0;
	border-bottom:1px dotted #999999;
}
