*
{
	margin: 0;
	padding: 0;	
}

html
{
	min-height: 100%;
}

body
{
	min-height: 100%;
	min-height: 477px;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.91em;
	line-height: 1.35em;
	position: relative;
	margin: 0 auto;
}

#hlavicka
{
	padding-top: 70px;
	height: 408px;
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#hlavicka #hlpozadi
{
	background-image: url(pics/hlavicka_back.png);
	height: 407px;
	position: relative;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#hlavicka #hlpozadi #leva_sipka
{
	position: absolute;
	top: 175px;
	left: 8px;
	cursor: pointer;
}

#hlavicka #hlpozadi #prava_sipka
{
	position: absolute;
	top: 175px;
	left: 702px;
	cursor: pointer;
}

#hlavicka #hlpozadi #obrazek
{
	position: relative;
	margin: 0 auto;
	width: 630px;
	background-position: top left;
	background: white url(obrazek/1.jpg) no-repeat;
	height: 133px;
	padding-top: 274px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#jazyky
{
	position: relative;
	margin-top: -470px;
	height: 110px;
}

#jazyky img
{
	border: 0;
	position: absolute;
}

#jazyky img#cs
{
	top: 12px;
	left: 463px;
}

#jazyky img#de
{
	top: 8px;
	left: 560px;
}

#jazyky img#en
{
	top: 26px;
	left: 655px;
}

#menu
{
	width: 760px;
	margin: 0 auto;
	background: url(pics/menu_back.jpg) no-repeat top left;
	padding: 58px 0 0 0;
	position: relative;
	margin-top: -1px;
	color: black;
}

#menu li
{
	list-style: none;
	line-height: 140%;
	border-bottom: 1px solid #ffdbaf;
}

#menu a
{
	color: black;
	text-decoration: none;
	display: block;
	padding: 0 3px;
}

#menu a:hover
{
	background-color: #ff9211;
}

#text_menu
{
	background: url(pics/menu1_back.jpg) no-repeat center center;
	padding: 5px 0;
}

#text_menu div
{
	float: left;
	width: 165px;
	padding: 0 10px 10px 205px;
	font-size: 110%;
}

#text_menu span.nazev
{
	font-size: 170%;
	display: block;
	position: absolute;
	top: 20px;
}

#prechod
{
	width: 700px;
	padding: 30px;
}

#text
{
	width: 760px;
	margin: 0 auto;
	position: relative;
	color: #494949;
}

#text h1, #text h2, #text h3
{
	font-weight: normal;
	color: #71b30f;
	padding: 0.5em 0;
}

#text h1
{
	font-size: 200%;
}

#text h2
{
	font-size: 168%;
	background: url(pics/tapka.gif) no-repeat left center;
	line-height: 1.3em;
	padding-left: 58px;
}

#text h3
{
	font-size: 140%;
}

#text h1 strong, #text h2 strong, #text h3 strong
{
	/*color: black;*/
	font-weight: normal;
}

#text a
{
	padding: 0 3px;
	background-color: #dbf7b0;
	text-decoration: underline;
	color: black;
}

#text a:hover
{
	background-color: #a3d25f;
}

#text p, #text table
{
	padding-bottom: 0.8em;
}

#text ul, #text ol
{
	margin-left: 0;
	background-color: #fff1e8;
	list-style-position: outside;
	margin-bottom: 1em;
	border-left: 2.3em solid #dbf7b0;
}

#text li
{
	border-bottom: 1px solid #a4a4a4;
	padding: 3px 0 3px 0.8em;
}

#text ul ul, #text ol ol, #text ul ol, #text ol ul
{
	padding: 3px 0 3px 1.2em;
	border: 0;
	margin: 0;
}

#text ul ul li, #text ol ol li, #text ul ol li, #text ol ul li
{
	border: 0;
	padding-left: 0.1em;
}

#text table
{
	border-collapse: collapse;
	background-color: #fff1e8;
	width: 100%;
	margin-bottom: 0.8em;
}

#text table td
{
	border-bottom: 1px solid #a4a4a4;
	padding: 2px 4px;
}

#text table th
{
	text-align: left;
	padding: 2px 4px;
	background-color: #dbf7b0;
}

#paticka
{
	width: 760px;
	height: 143px;
	margin: 0 auto;
}

#paticka address
{
	padding: 25px 0 0 25px;
	line-height: 1.5em;
}

#esluzby
{
	width: 720px;
	margin: 0 auto;
	color: white;
	padding: 1em 20px;
}

#esluzby a
{
	color: white;
}

hr
{
	clear: both;
	visibility: hidden;
	height: 1px;
}

.clear
{
	clear: both;
}

/*---------------------------------------------*/
.obrazek, .klikaci
{
	background-color: #e3f4cb;
	padding: 5px;
	margin: 5px;
}

.klikaci
{
	cursor: pointer;
	background-color: #e3f4cb;
	border: 1px solid #7ebc23;
}

.klikaci:hover
{
	background-color: #7ebc23;
	border: 1px solid #7ebc23;
}

.fvlevo
{
	float: left;
	margin-right: 14px; 
	margin-left: 0;
}

.fvpravo
{
	float: right;
	margin-left: 14px;
	margin-right: 0;
}

#foto
{
	display: none;
	position: absolute;
	border: 1px solid black;
	padding: 16px 14px 14px 14px;
	text-align: center;
	font-size: 110%;
	color: white;
	cursor: pointer;
	z-index:	901;
	/*background: #e6ecd7 url(pics/zavrit.gif) no-repeat right top;*/
	background-color: #444444;
}

#foto img
{
	display: block;
	background-color: white;
	border: 1px solid #545454;
	padding: 8px;
	margin: 10px 0 0 0;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	display: none;
}

