/* Hlavní */

body, html {
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	background: #e6eeb7 url("img/bg.jpg") left top repeat-x;
	margin: 0px;
	text-align: center;
}

#strana {
	width: 760px;
	margin: 0px auto;
	background: #ffffcc url("img/bg.gif");
	text-align: left;
	border: 1px solid #000000;
	position: relative;
}

#hlavicka {
	height: 98px;
	padding: 1px 10px 1px 10px;
	background: #009900 url("img/hlavicka.jpg") top no-repeat;
}

#levy {
	float: left;
	width: 150px;
}

#pravy {
	float: right;
	width: 110px;
	padding: 70px 0 0 0;
}

#obsah { 
	margin: 0 107px 0 153px;
	width: 468px;
	padding: 10px 10px 0 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

#paticka {
	clear: both;
	font-size: 10px;
}

#pravy #toric_l {
	position: absolute;
	top: 100px;
	right: 111px;
}

#pravy #toric_p {
	position: absolute;
	top: 100px;
	right: 0;
}

#paticka #text {
	position: absolute;
	bottom: 0;
	left: 160px;
	width: 480px;
	text-align: right;
	border-top: 1px solid #000000;
	padding: 5px 0 5px 0;
}

#paticka #lilie_l {
	position: relative;
	top: 2px;
}

#paticka #lilie_rt {
	position: relative;
	right: 4px;
	bottom: 101px;
}

#paticka #lilie_rb {
	position: relative;
	right: 21px;
	bottom: 28px;
}

#paticka #sipka {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#obsah a:link, a:visited, #paticka a:link, a:visited {
	color: #006600;
}

#obsah a:hover, #paticka a:hover {
	color: #990000;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

img {
	border: 0;
}

hr {
	border: 1px solid #009900;
}

/* Menu */

#menu {
	list-style: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000000;
}

#menu li a {
	width: 125px;
	padding: 3px 0 4px 25px;
	display: block;
	text-decoration: none;
	color: #006600;
	background: #ffffcc url("img/menu.gif") top left no-repeat;
}

#menu li a:hover {
	background: #006600 url("img/menu.gif") bottom left no-repeat;
	color: #ffffff;
}

/* Obsah */

h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #009900;
}

h2 {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 7px;
	font-size: 15px;
	background: #009900 url("img/bg_h2.gif") left repeat-x;
	color: #ffffff;
	border: 1px solid #000000;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 7px;
	font-size: 14px;
	background: #ffffcc;
	border: 1px solid #cc9966;
	border-left: 5px solid #cc9966;
}

h4 {
	font-size: 14px;
	margin: 0;
}

#logo {
	float: left;
	margin: 10px 0 0 5px;
}

#vis {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 100px;
	color: #ffffff;
}

#obsah ul {
	margin: 5px 0 15px 18px;
	padding: 0;
	list-style-image: url("img/li.gif");
}

.img-left {
	float: left;
	margin: 0 5px 0 0;
}

.img-right {
	float: right;
	margin: 0 0 0 5px;
}

.img-pravy {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: block;
	margin: 10px 0 10px 0;
}

.tabulka {
	border: 1px solid #000000;
	margin: 10px 0 10px 0;
}

.tabulka th {
	text-align: center;
	background: #009900;
	color: #ffffff;
	border: 1px solid #000000;
}

.tabulka td {
	border: 1px solid #000000;
}

.program {
	font-weight: bold;
}

.chyba {
	color: #ff0000;
	font-weight: bold;
}