* {
	padding: 0px;
	margin: 0px;
}
html {
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size: 10pt;
	color: #333;
}
p {
  padding-bottom: 0.8em;
}
strong {
	color: #006abc;
}
tr#center li {
  margin-left: 1.5em;
}
h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #006abc;
	font-size: 14pt;
}
h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #006abc;
	font-size: 12pt;
}

/* layout */

table#main {
	width: 100%;
	height: 200px;
	border-collapse: collapse;
	background: transparent url(../img/header-back.jpg) repeat-x;
}
tr#top td {
	height: 230px;
	vertical-align: top;
}
tr#top div#header {
	width: 1000px;
	height: 200px;
	background: transparent url(../img/header.jpg) no-repeat -4px;
}
div#menu {
	width: 100%;
	height: 30px;
	border-collapse: collapse;
	background: transparent url(../img/menu-back.jpg) repeat-x;
}
div#menusub {
	width: 1000px;
	height: 30px;
	background: transparent url(../img/menu.jpg) no-repeat -4px;
}

div#menu ul, div#menu li {
  list-style-type: none; 
}
div#menu ul.level-1 {
	padding: 0.3em 100px 0px;
	float: left;
}
div#menu li.item-1 {
	float: left;
  position: relative;
	border-right: 1px dotted #fff;
}
div#menu li.last {
	border-right: 0px none;
}
div#menu li a {
	text-decoration: none;
	font-size: 90%;
	color: #00477f;
	line-height: 1;
	padding: 0px 10px;
}
div#menu li a.active {
	color: #fff;
}
div#menu li a:hover {
	color: #fff;
}

div#menu ul.level-2 {
  position: absolute;
  left: 0;
  top: 1.4em;
  _top: 1.1em;
  background: #FFFFCC;
  border: solid #FFB501 1px;
  visibility: hidden;
  padding: 0.3em 0;
}
div#menu li.item-2 {
	*margin-left: -15px; /* IE */
}

div#menu ul.level-1 li.item-1 {
  behavior: url(/hover.htc);
}
div#menu ul.level-1 li.item-1Hover ul.level-2,
div#menu ul.level-1 li.item-1:hover ul.level-2 {
  visibility: visible;
}
div#menu li.item-2 a:hover {
	color: #00477f;
	text-decoration: underline;
}

div#menu div.lng {
	padding: 0.3em 0px 0px;
	float: left;
}
div#menu div.lng a {
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	color: #00477f;
	padding: 0px;
}
div#menu div.lng a:hover {
	color: #fff;
}

tr#center {
	height: 215px;
	background-color: #fff;
}
tr#center td {
	vertical-align: top;
}
tr#center h1 {
	font-size: 180%;
	padding-bottom: 0.5em;
	color: #ffb501;
}
tr#center div#mainpartner {
	width: 250px;
	margin-top: 10px;
	padding: 20px 0px;
	background-color: #ffffcc;
	text-align: center;
	float: left;
}
tr#center div#content {
	margin-top: 10px;
	width: 600px;
	float: left;
/*	text-align: justify; */
}
tr#center div#content div.container {
	padding: 10px 30px 5px;
}
tr#center div#content div.container table img{
	margin-right: 0.8em;
	*margin-bottom: 0.4em;
	padding: 3px;
	border: 1px solid #AFCEEB;
	_border: 4px solid #AFCEEB;
}
tr#center div#content a {
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	color: #00477f;
	padding: 0px;
	line-height: 1;
	margin: 0px 6px 0px 2px;
}
tr#center div#content div.container div.mpartners {
  margin-top: 2em;
  border-top: 1px solid #FFB501;
  padding-top: 2em;
  padding-bottom: 1em;
}
tr#center div#content div.container div.mpartners table{
	width: 100%;
}
tr#center div#content div.container div.mpartners td{
	width: 33.33%;
	text-align: center;
}
tr#center div#content div.container div.mpartners img{
	margin-right: 0em;
	border: 0px none;
}
tr#center div#rpartners {
	margin-top: 30px;
	margin-left: 20px;
	float: left;
	width: 160px;
	text-align: center;
}
tr#center div#rpartners img {
	padding-top: 10px;
	padding-bottom: 10px;
}
tr#bottom {
	height: 53px;
	vertical-align: bottom;
	background: transparent url(../img/footer.jpg) repeat-x right bottom;
}
tr#center table tr{
  border-top: 1px solid #333;
}

p.bottomtext {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	color: #00477f;
	padding: 0px;
	line-height: 1;
	margin: 0px 6px 0px 2px;
}
tr#bottom  a {
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	color: #00477f;
	padding: 0px;
	line-height: 1;
	margin: 0px 6px 0px 2px;
}
tr#bottom  a:hover {
	text-decoration: underline;
}
a img {
  border: 0px none;
}

.vysledky
{
  background-color: silver;
}

.vysledky td
{
  padding: 2px;
  background-color: white;
}
