table.konkurs
{
	width: 100%;
	border-collapse: collapse; 
	font-family: verdana;
}
table.konkurs td
{
	font-size: 11px;
	border: solid 1px #000;
	padding: 6px;
	text-align: left;
}
table.konkurs th
{
	font-size: 11px;
	background-color: #65B4FF;
	border: solid 1px #000;
	padding: 6px;
	text-align: center;
}
table.konkurs th.konkurs_title
{
	font-size: 11px;
	padding: 8px;
	color: #fff;
	background-color: #0054A6;
	border: solid 1px #000;
}
table.konkurs td.konkurs_footer
{
	font-size: 10px;
	background-color: #0054A6;
	padding: 3px;
}
table.konkurs td ul
{
	color: #000;
	list-style-image: none;
	list-style-type: decimal;
}
