body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #000000;
	background-color: #3366cc;
	margin: 0;
	padding: 0;
	background-image: url(pozadi.jpg);
}
h1 {
   font-size: 1.8em;
}
p {
	margin: 0.5em 0;
	/*text-align: justify;*/
}
p a {
	font-weight: normal;
}
.stranka {
	width: 790px;
	border: black solid 1px;
	height: auto;
	margin: 1em auto 1em auto;
	background: url(podklad.jpg) repeat left top;
	text-align: left;
}
.hlavicka {
	width: 790px;
	height: 70px;
	border-bottom: black solid 1px;
}
.hlavicka img {
	border: 0;
}
.lista {
	padding: 3px 0 0 2px;
	border: 1px solid black;
	background-color: #CCCCCC;
	color: #000000;
	height: auto;
	margin-bottom: 5px;
}
.lmenu {
	float: right;
}
.lmenu a {
	text-decoration: none;
	border: 3px outset silver;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
}
.lmenu a:hover {
	color: #FFFF00;
	background-color: #CC3300;
	border: 3px inset silver;
}
.obsah {
	width: 153px;
	float: left;
	padding: 0 0 0 3px;
}
.obsah a {
	display: block;
	width: 135px;
	font-weight: bold;
	background-color: #0000FF;
	color: #FFFF00;
	margin: 0 0 1px 0;
	padding: 3px;
	text-decoration: none;
	border: 5px outset blue;
}
.obsah a:hover {
	color: #FFFF00;
	background-color: #CC3300;
}
.telo {
	margin-left: 158px;
	padding: 5px;
}
.telo img {
	border: 0;
}
.paticka {
	clear: both;
	border-top: black solid 1px;
	text-align: right;
	height: auto;
	padding-right: 5px;
	font-size: smaller;
	background-color: #666633;
}
.paticka_vlevo {
	float: left;
	position: relative;
	left: 5px;
}
.paticka_vlevo a {
	text-decoration: none;
}
.paticka_vlevo a:hover {
	text-decoration: underline;	
}
.validovano {
	margin-top: 4px;
}
.validovano a {
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	width: 92px;
	color: #0000FF;
	background-color: #FFFFFF;
}
.validovano a:hover {
	color: #0000FF;
	background-color: #CC3300;
}
table.programy {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-collapse:collapse;
}
table.programy td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #FFFFFF;
	color: #000000;
}
table.programy th {
	background-color: #CCCCCC;
	text-align: center;
	color: #000000;
}
.tucne {
	font-weight: bold;
}
table.sidlo {
	border: 1px solid black;
	width: 619px;
	height: 180px;
	text-align: left;
}
table.sidlo td, th {
	border: 1px solid black;
	vertical-align: top;
}
.obrpopis {
	float: right;
	width: auto;
	border: thin silver solid;
	margin: 3px;
	padding: 0;
}
.obrpopis p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	margin: 0;
}
.obrpopis img {
	display: block;
}
.obr_vlevo {
	float: left;
	width: auto;
	border: thin silver solid;
	margin: 3px;
	padding: 0;
}
.obr_vlevo p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	margin: 0;
}
.obr_vlevo img {
	display: block;
}
.varovani {
	font-size: 1.5em;
	color: #FFFF00;
	background-color: #CC3300;
}
.prikazy {
	font-family: "Courier New", Courier, mono;
	font-size: smaller;  
}
.citace {
	font-size: smaller;
	color: #666666;
	background-color: #CCCCFF;
	border: 1px solid black;
	text-align: justify;
	padding: 0 0.5em 0 0.5em;
}
.formatovac {
	clear: both;
	height: 2px;
}
.odkaz {
	border: 2px solid blue;
	cursor: pointer;
}