/* TABELLE */

table.ifk-newsfeed
{
	background-color:#FFE67F;			/* Rahmenfarbe */
	border-spacing:1px;				/* Rahmendicke */
	border: 0px solid;
	border-color: green;
	width:190px;					/* Breite der Tabelle */
	table-layout:fixed;				/* Soll die Tabellenbreite erzwungen werden, */
							/* auch wenn der Text länger ist? */
	line-height: 16px;
}

td.ifk-newsfeed
{
	background-color:#fff5af;			/* Hintergrundfarbe */
	padding:0px;
	padding-left:5px;				/* Textabstand links */
	padding-right:5px;				/* Textabstand rechts */
}

td.ifk-newsfeed-title					/* Einstellungen für den Titel */
{
	color: #FFE67F;
	background-color: #E89202;			/* Hintergrundfarbe */
	padding:0px;
	padding-left:5px;				/* Textabstand links */
	padding-right:5px;				/* Textabstand rechts */	
}

td.ifk-newsfeed-title a				/* Einstellungen für den Titel */
{
	color: #FFE67F;		
}

/* NORMALER TEXT */

p.ifk-newsfeed
{	
	font-size:8pt;					/* Schriftgröße */
	margin-top:5px;					/* Abstand oben */
	margin-bottom:5px;				/* Abstand unten */
}

/* ÜBERSCHIRFTEN */

h1.ifk-newsfeed
{
	font-size:8.5pt;				/* Schriftgröße */
	font-style:bold;				/* Schriftgewicht */
	margin-top:3px;					/* Abstand oben */
	margin-bottom:5px;				/* Abstand unten */
	margin-top:10px;
}

h1.ifk-newsfeed-title
{
	font-size:9pt;					/* Schriftgröße */
	font-style:bold;				/* Schriftgewicht */
	margin-top:2px;					/* Abstand oben */
	margin-bottom:2px;				/* Abstand unten */
}



