/* TABELLE */

table.ifk-newsfeed
{
	border-collapse:collapse;
	width:240px;
	table-layout:fixed;
	text-align:left;
	background-color:#E0E0E0;
	background-image:url('../img/ifk.jpg');
	background-position:center;
	background-repeat:no-repeat;
}

td.ifk-newsfeed
{
	padding:0px;
	padding:5px 10px 0px 10px;
}

td.ifk-newsfeed-title					/* Einstellungen für den Titel */
{
	display:none;
}

/* NORMALER TEXT */

p.ifk-newsfeed
{	
	font-size:9px;					/* Schriftgröße */
	margin:2px 0px 5px 0px;
}

/* ÜBERSCHIRFTEN */

h1.ifk-newsfeed
{
	font-size:9px;				/* Schriftgröße */
	font-weight:bold;				/* Schriftgewicht */
	padding:0px;
	margin:0px;
}

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

/* LINKS */

a.ifk-newsfeed:link					/* normaler Link */
{ 	
	color:#90B630;					/* Farbe */
	text-decoration:none;
}

/* LINK IM TITEL */

a.ifk-newsfeed-title:link				/* normaler Link */
{ 	
	color:#000000;					/* Farbe */
	text-decoration:none;
}

a.ifk-newsfeed-title:visited				/* besuchter Link */	
{
	color:#000000;					/* Farbe */			
	text-decoration:none;
}

a.ifk-newsfeed-title:hover				/* Maus über dem Link */
{
	color:#000000;					/* Farbe */
	text-decoration:underline;			/* Text unterstrichen */
}

a.ifk-newsfeed-title:active				/* angeklickter Link */
{
	color:#000000;					/* Farbe */
	text-decoration:none;
}

a.ifk-newsfeed-title:focus				/* ausgewählter Link */
{
	color:#000000;					/* Farbe */
	text-decoration:none;
}
