/* **********************
 * Newssystem ansicht
 * div.ext_News > div.news_einzel dialog
 * */

div.ext_News {
    
}

div.ext_News div.newsShortList,
div.ext_News div.ext_News div.news_einzel {
    border-bottom:1px solid #fff;
    /*padding-bottom:30px;
    margin-bottom:30px;*/
    position: relative;
	
}

div.ext_News div.newsShortList p.news_date,
div.ext_News div.newsShortList h3.news_headline a {
	text-decoration: none !important;
}

div.ext_News div.newsShortList p.news_date {
	display: none;
}

div.ext_News div.newsShortList h3.news_headline {
	padding-top:20px;
	padding-bottom:20px;
}

div.ext_News div.newsShortList h3.news_headline a,
div.ext_News div.newsShortList h3.news_headline a:hover {
	font-size: 20px;
}