/*Styling für Hotnews auf Startseite*/

/*####### Tabelle mit den Hotnews ###################*/	 
#title-page-hot-news-table {
	border-top: 1px dotted #6d6d6d;
	width: 100%;
	white-space: normal;
}

/*######### Zelle mit den Hotnews ###################*/   
#title-page-hot-news-container {
	border-bottom: 1px dotted #6d6d6d;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	white-space: normal;
}

/*############### Titel ###############################*/
#title-page-hot-news-title a { 
	font-family: Arial, Sans-Serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#title-page-hot-news-title a:hover {
	text-decoration: underline;
	color: #000000;
}


/*################## Bild ##############################*/
/*#title-page-hot-news-image { border-bottom: 0px }*/
	 
/*########### Untertitel bzw. Teasertext ###############*/
#title-page-hot-news-subheader a { 
	font-family: Arial, Sans-Serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#title-page-hot-news-subheader a:hover {
	text-decoration: underline;
	color: #000000;
}