/* ######################################################################################################
** # PGI - Schmelzer                                                        #############################
** # Anpassungen TCX                                                        #############################
** ######################################################################################################
** # Elements test_css_240_redefine_typo3_tt_news.css
** ######################################################################################################
**
*/





/* ######################################################################################################
** # Element: tt_news - LISTVIEW - Global Settings                          #############################
** ######################################################################################################
**
*/

/* Kleinere Schrift für alle Elemente (h1, h1 a, p, p a)                       */
/* So dass der Fliesstext etwas kleiner ist als der normale Fliesstext der Site */
/* Die Groesse der h1 wird extra angepasst. Das ist leichter als umgekehrt.    */
.news-latest-item {
	/* font-size: 0.9em;  */

}


.news-latest-item h1,
.news-latest-item h1 a {
	/* font-size: 1.05em;  */

}


/* Color for text and links                       */
/* Links sind per default rot. Redefine them here */
.news-latest-item,
.news-latest-item a {
	/* color: #FFF; */
	text-decoration: none;

}



.news-latest-item  img {
	float: left;

	margin-top:    3px;
	margin-right: 10px;
	margin-bottom: 5px;

	border: 0px none;

}




/* ######################################################################################################
** # Element: tt_news - LISTVIEW - Custom Settings                          #############################
** ######################################################################################################
**
*/


/* news head             */
/* Textfarbe links unten */
#col1_untere_box_startseite .news-latest-item  h1 a {
	color: #000;

}


/* news head        */
/* Textfarbe rechts */
#col2 .news-latest-item  h1 a {
	color: #E60003;

}



.news-latest-timedata {
	text-align: right;
	/* background-color: PINK; */
	/* font-size: 0.9em; */  /* wie h3, subhead */
	margin-bottom: 1em;


}


/* ######################################################################################################
** # Element: tt_news - SINGLE                                              #############################
** ######################################################################################################
**
*/

/* 2. SINGLEVIEW - global settings */

.news-single-timedata {
	text-align: right;
	/* background-color: PINK; */
	/* font-size: 0.9em; */  /* wie h3, subhead */
	margin-bottom: 1em;


}


.news-single-item h1  {
	margin:0;
	border:0;
	padding:0;

}


/* subhead */
.news-single-item h3  {

	margin:0;
	border:0;
	padding:0;

	margin-top: 5px;
	line-height: 1.5em;

	background-color: transparent;
	/* font-size: 0.9em; */

}


.news-single-item {
	/* for moodal box */
	margin:20px;
}



.news-single-img {
	float: left;

	margin-top:    3px;
	margin-right: 10px;
	margin-bottom: 5px;

	border: 0px none;

}







/* is a hr in single view, a div in latest  */
.news-clearer {
	clear: both;
}


