/* CSS Document */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 10px;
	margin: 10px;
	background-color: #efefef;
}
h1 {
	color: white;
	background-color: #376091;
	padding: 5px;
	font-size: 12pt;
	min-width: 890px;
}
h2 {
	color: #142987;
	font-size: 10pt;
}
table tr td, table tr th {
	font-size: 8pt;
}

form {
  min-width: 900px;
}
.tisk {
	float: right;
}
.karty {
	margin-left: 2px;
	white-space: nowrap;
}
.karty span, .karty a{
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	margin-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding: 7px;
}
.karty span {
	background-color: #545454;
	color: white;
}
.karty a{
	background-color: #EDAE38;
	text-decoration: none;
	color: black;
}


.karty a:hover{
	background-color: silver;
}

.hlavniPrvek {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color: white;
	position: relative;
	top: 4px;
	padding: 10px;
}
.hlavniPrvek table {
	position: relative;
}

.hlavniPrvek a {
  text-decoration: underline;
}

.hlavniPrvek a:hover {
  text-decoration: none;
}

.tlacitko {
	text-decoration: none;
	background-color: #EDAE38;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	margin-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
	position: relative;
	top: 5px;
	left: 4px;
	cursor: hand;
}

.tlacitko_zamacknute {
	text-decoration: none;
	background-color: Gray;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	margin-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
	position: relative;
	top: 5px;
	left: 4px;
	color: White;
	cursor: default;
}

.PrejitNaTlacitko
{
	cursor: hand;
	text-decoration: underline;
	color: Blue;
	border-style: none;
}

.tlacitko a:hover{
  background-color: silver;
}

.modra {
	background-color: #B8CCE4;
}
.zluta {
	background-color: #FFFF66;
}
.oranzova1 {
	background-color: rgb(255,102,0);
}
.oranzova2 {
	background-color: rgb(255,204,0);
}
.oranzova2a {
	background-color: rgb(255,204,0);
}
.oranzova3 {
	background-color: rgb(255,0,0);
}
.bila td {
	background-color: white;
	border-style: none;
}

.bila {
	background-color: white;
	border-style: none;
}

td, th {
	padding: 4px;
}
td {
	background-color: #D0D0D0;
}
th {
	background-color: #376091;
	color: white;
	text-align: center;
}

.TableHeader {
	background-color: #376091;
	color: white;
	text-align: center;
}

.TableHeader2 {
	background-color: #376091;
	color: white;
	text-align: center;
}

.TableHeader3 {
	background-color: #EDAE38;
	color: white;
	text-align: center;
}

.thLeva {
	background-color: #B8CCE4;
	color: black;
	text-align: left;
	font-weight: bold;
}
