/* CSS Document */
body {
	padding: 0;
	margin: 1em;
	font: 0.85em Georgia, serif;
	color: black;
	line-height: 140%;
	background-color: white;
}

#telo {
	max-width: 700px;
}

h1 {
	font-size: 1.8em;
	color: green;
	font-family: Georgia;
	font-stretch: extra-condensed;
	font-weight: normal;

}
.pata {
	border-top: 1px solid gray;
	text-align: center;
	padding: 0.8em 0 0 0;
}
a {
	color: green;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted gray;
	background-color: silver;
	color: black;
}
a:link {
	color: green;
}
a.a_cislo {
	color: gray;
	margin-right: 20px;
	border: 1px solid gray;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
h2 {
	font-size: 1.6em;
	color: green;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: chocolate;
}
h4 {
	font-size: 1em;
	color: red;
}


.chyba {
  background-color: red;
}

.spravne {
  background-color: green;
}

.sede {
  background-color: rgb(234,234,234);
}

.zelena {
  background-color: lightgreen;
}

.nic {
  background: none;
}

.option {
  background-color: rgb(226,226,226);
}

table tr td {
  padding: 2px;
}

table {
  min-width: 1000px;
}
