/**
 * Style sheet tgf_news
 */
/* Überschrift1 */
.mod_newslist h1
{
	border-bottom:2px solid #ffffff;
	font-weight:bold;
	font-size:1.5em;
}

/* Überschrift2 */
.mod_newslist h2
{
	margin-bottom:0px;
	padding-bottom:5px;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	color:#ffffff;
}

/* Links */
.mod_newslist a, .mod_newslist a:visited
{
	font-weight:normal;
	text-decoration:none;
	color:#F58D20;
}

/* Links Mouseover */
.mod_newslist a:hover
{
	font-weight:normal;
	text-decoration:underline;
	color:#F58D20;
}

/* Bilder */
.mod_newslist .image_container
{
	margin-top:5px;
	margin-bottom:5px;
}

/* Neuigkeiten Allgemein */
.mod_newslist
{
	color:#ffffff;
}

/* Einzelne Voransicht */
.mod_newslist .layout_short
{
	margin-bottom:15px;
}
