/* ====== PlUGIN Advanced News ====== */

.news_table_line {
	padding: 5px 2px;
	border-bottom: 1px #cccccc solid;
}

.news_table_header{
	padding: 5px 2px;
	border-bottom: 3px #cccccc solid;
	font-weight: bold;
}

.news_title {
	width: 494px;
}

.news_kurztext {
	width: 494px;
	height: 100px;
}

.news_langtext {
	width: 494px;
	height: 400px;
}

.show_news_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	font: 14px Arial, Tahoma, sans-serif;
	font-weight: normal;	
	color: #5c8886;
	line-height: 18px;
}

.show_news_title a {
	color: #5c8886;
}

.show_news_title a:hover {	
	color: #717171;
	border: 0px;
}

.show_news_date {
	margin: 0px 0px 20px 0px;
	font: 12px Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #717171;
}

.show_news_story {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.show_news_story a {
	color: #5c8886;
}

.show_news_story a:hover {
	color: #5c8886;
	border-bottom: 1px dotted #5c8886;
}