﻿.skryty {
	display: none;
}
body, h1, h2, p
{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	/*background-color: white;*/
}
body {
	font-size: small;
	margin: 2em;
	background-color: silver;
}
#txtNadpis, #txtPocetSoutezicich, #txtPocetHodnotitelu {
	border: solid 1px black;
}
span.podnadpis
{
    font-size: 70%;
}
#oznameni
{
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 5px;
}
a
{
    color: #000000;
}
p.pokyn
{
    font-weight: bold;
    color: #009900;
}
table
{
	border-collapse: collapse;
	empty-cells: show;
	background-color: white;
	margin-left: auto;
	margin: 1em auto 3em auto;
}
th, td {
	/*border-spacing: 0;*/
	border: solid 1.5pt black;
	padding: 0 1em 0 1em;
}
th input, td input {
	border-width: 0;
	background-color: white;
	margin: 0;
	/*font-size: 12pt;*/
}
th.soutezici {
	border-right: double 4pt black;
}
th.porotce {
	border-bottom: double 4pt black;
}
th.soutezici input {
	text-align: right;
	font-weight: bold;
}
th.porotce input {
	text-align: center;
	font-weight: bold;
	width: 7em;
}
td input {
	text-align: center;
	width: 7em;
}
input.tlacitko
{
    background-color: #dad7d0;
    border-color: white;
    border-width:2px;
    color: #000000;
    /*letter-spacing: 0.5pt;*/
    font-weight:bold;
}
div.formitem {
	margin-top: 1em;
}
h1 {
	text-align: center;
	margin-bottom: 1em;
}
h2 {
	margin: 1em 0 1em 0;
	font-size: 150%;
}
div.vypis_poradi {
	margin: 1em 0 2em 4em;
	font-size: 120%;
	font-weight: bold;
}
p.datum {
	text-align: right;
	margin-right: 2em;
}
#kopyrajt {
	margin-top:7em;
	text-align: center;
}
div.napoveda
{
	text-align: right;
	font-style: italic;
}
#napoveda p
{
	text-align: justify;
}
#napoveda h1
{
	font-size: 200%;
	font-variant: small-caps;
	border: solid 2px black;
	border-bottom: none;
	padding: 0.5em 0 0.5em 0;
}
#napoveda h2
{
	font-size: 100%;
	color: blue;
	margin-top: 2em;
}
p.podstata {
	margin-top: 1em;
	font-weight: bolder;
}
p.podrobnost {
	margin-top: 1em;
}
p.podrobnost+p.podrobnost
{
	margin-top: 0.5em;
}
div.stred
{
	margin: 1em auto 0 auto;
	max-width: 58em;
}
li+li
{
	margin-top: 1em;
}

@media print {
	body {
		background-color: transparent;
	}
	div.poradi div.formitem, #kopyrajt, div.napoveda {
		display: none;
	}
}