/* CSS Document */
caption {
	font-size: 18px;
	color: #F4480A;
	text-align: left;
	margin-top: 30px;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	z-index: 3;
}
td, th {
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEE;*/
}
td + td {
	/*border-left: 1px solid #FAFAFA;
	color: #999;
	text-align: center;*/
}
td + td + td {border-left: none;}
td a {
	text-decoration: none;
}
td a, th a {width: 100%;}
td a:hover {
	color: #FF6600;
	text-decoration: underline;
} /* barva kurzoru pri prejeti na hyperlinky*/
tfoot th {text-align: center;}
th {text-align: center;
}
th + th {text-align: center;}
th + th + th {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
th a {
	text-decoration: none;
	font-size: 1.1em;
	background-image: url(../img_bcg/radek.jpg);
	background-repeat: repeat-x;
}
th a:visited {
}
th a:hover {
	text-decoration: underline;
	background-image: url(../img_bcg/radek.jpg);
	background-repeat: repeat-x;
}
thead tr, tfoot tr {
	font-size: 12px;
	margin-top: 5px;	
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	text-align: center;
}
tr:hover {
	text-align: center;
}
h1
{
page-break-before: always;
}

