
body {
	font-size: 11px;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #005C43;
	vertical-align: top;
	text-align: center;
}
#white-popup {
	background-color: #fff;
	color: #333;
}

a img, img {
	display: block;
	margin: 0;
	border: 0;
}

p,h1,h2,h3,h4,h5,ul,ol,li,form {
	margin: 0;
	padding: 0;
}

a, a:link, a:active, a:visited  {
	text-decoration: underline;
	color: #FFC127;
}
a:hover {
	color: #fff;
}

#white-popup a, #white-popup a:link, #white-popup a:active, #white-popup a:visited  {
	text-decoration: underline;
	color: #005C43;
}
#white-popup a:hover {
	color: #000;
}

ul {
	list-style-type: none;
}

h1, h2, h3, h4, h5 {
	position: relative;
}

table {
	font-size: 100%;
	margin-bottom: 20px;
}

h1 {
	/*width: 550px;*/
	width: 730px;
	height: 76px;
	background-color: #fff;
	color: #005C43;
	font-size: 15px;
}
h1 span { /* obrďż˝zkovďż˝ nadpisy */
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	_cursor: hand;
	background-image: url(images/popup_top.gif);
}

.hidden { /* schovanďż˝ prvky */
	display: none;
}

.clear { /* clear pro floaty */
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}





/* Strďż˝nka */

#content {
	position: relative;
	text-align: left;
}

#flashDiv {
	position: absolute;
	top: 95px;
	left: 24px;
}

#content #obsah {
	position: absolute;
	top: 405px;
	left: 25px;
	width: 510px;
	line-height: 150%;
}
#content ul {
	padding-bottom: 40px;
}
* html #content ul {
	padding-bottom: 27px;
}
#content li {
	float: left;
	font-weight: bold;
	padding-left: 13px;
	margin-right: 30px;
	background: url(images/odrazka-ico.gif) no-repeat 0 5px;
}
#content li a {
	position: relative;
	color: #fff;
}
#content p {
	margin-bottom: 15px;
}

#ovladani {
	padding: 15px;
}
#ovladani p {
	margin-bottom: 15px;
}
#ovladani img {
	float: left;
	margin-right: 15px;
	margin-top: -2px;
}

#flashDiv div {
	display: none;
}

.hlpbox {background: #E6FFF8; color: #00553E; padding: 9px; border-top: 3px #00553E solid; border-bottom: 3px #00553E solid}

.hlpbox a:hover {color: #000}