table.felietony {
	width: 420px;
	margin-top: 0px;
	margin-bottom:0px;
	line-height: 16px;
}
table.felietony th {
	width: 20px;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.felietony th.current {
	width: 20px;
	background-image: url(../img/felieton_current_day_bgr.gif);
	color: #DDDDDD;
}
table.felietony td {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.felietony td.current {
	padding: 2px;
	width: 136px;
	background-image: url(../img/felieton_current_name_bgr.gif);
	color: #DDDDDD;
}
table.felietony td.name {
	padding: 2px;
	width: 136px;
	background-image: url(../img/felieton_name_bgr.gif);
}
table.felietony td.content {
	padding: 5px;
	width: 250px;
	background-image: url(../img/felieton_content_bgr.gif);
}
table.felietony td.content h2{
	color: #990000;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
table.felietony td a {
	text-decoration: none;
	color: #000000;
	margin-left: 5px;
}
table.felietony td a:hover {
	text-decoration: underline;
	color: #CC6600;
}
table.felietony td.current a {
	text-decoration: none;
	color: #DDDDDD;
}
table.felietony td.current a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
