*
{
	margin: 0;
	padding: 0;
}

html
{
	background: #fef6c2 url(pics/l_html_pozadi.gif) repeat-y top center;
	height: 100%;
}

body
{
	width: 900px;
	font-family: monospace;
	font-size: 1.1em;
	line-height: 1.7em;
	color: black;
	background: url(pics/l_body_pozadi.jpg) no-repeat top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#obdobi
{
	position: absolute;
	width: 148px;
	top: 0px;
	left: 659px;
}

#text
{
	width: 680px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 230px;
	padding-top: 564px;
}

#text table
{
	width: 100%;
	border: 1px solid black;
	border-bottom: 0;
	border-right: 0;
}

#text table thead
{
	font-weight: bold;
	background-color: #fef6c2;
}

#text table td
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

#text p, #text table, #text ul, #text ol
{
	margin-bottom: 1em;
}

#text img
{
	border: 1px solid silver;
	padding: 6px;
	background-color: white;
}

#text ul
{
	list-style: disc;
	/*list-style-position: inside;*/
	margin-left: 1em;
}

a:link, a:hover, a:visited, a:active
{
	text-decoration: underline;
	color: #bd1600;
}

h1, h2, h3
{
	font-family: 'Comic Sans MS', 'Sand CE', fantasy;
	color: #bd1600;
	line-height: 1.2em;
	margin: 0.4em 0;
	font-weight: normal;
	clear: both;
}

h1
{
	font-size: 2.1em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.3em;
}

#menu
{
	list-style: none;	
	/*margin: 0 0 99px 68px;*/
	/*padding-top: 470px;*/
	font-family: 'Comic Sans MS', 'Sand CE', fantasy;
	color: #fef6c2;
	line-height: 1.7em;
	font-size: 110%;
	position: absolute;
	top: 470px;
	left: 68px;
	z-index: 2;
}

#menu li
{
	float: left;
	width: auto;
	position: relative;
}

#m_penzion
{
	padding-left: 37px;
}

#m_ubytovani
{
	padding-left: 28px;
}

#m_okoli
{
	padding-left: 63px;
}

#m_sport
{
	padding-left: 37px;
}

#menu li ul.podmenu
{
	display: none;
}

#menu li:hover ul.podmenu
{
	display: block;
}

ul.podmenu
{
	background: url(pics/l_podmenu.gif) no-repeat top left;
	width: 245px;
	position: absolute;
	top: 55px;
	left: 0;
	padding: 25px;
	list-style: none;
	z-index: 1;
}

.podmenu li
{
	display: block !important; 
	float: none !important;
	background: url(pics/podmenu_cara.gif) no-repeat bottom left;
	padding-bottom: 0.3em;
}

.podmenu li.posledni
{
	display: block !important; 
	background: url(pics/l_podmenu_spodek.gif) no-repeat top left;
	position: relative;
	top: 38px;
	left: -25px;
	padding-bottom: 0;
}

.podmenu a:link, .podmenu a:hover, .podmenu a:visited, .podmenu a:active
{
	text-decoration: none;
	color: #fef6c2;
}

#o_menu
{
	position: absolute;
	top: 1px;
	width: 45px;
	left: 126px;
}

#o_kontakt
{
	position: absolute;
	top: 1px;
	width: 57px;
	left: 170px;
}

#o_kontakt p, #o_nahoru p
{
	margin: 0;
	padding: 0;
}

#o_nahoru
{
	position: absolute;
	width: 54px;
	left: 200px;
	top: 130px;
}

.obrazek
{
	padding: 7px;
	border: 1px solid black;
	background-color: transparent;
}

hr
{
	visibility: hidden;
	clear: both;
}

.fvlevo
{
	float: left;
	margin-right: 15px;
}

.fvpravo
{
	float: right;
	margin-left: 15px;
}

#paticka
{
	width: 600px;
	height: 216px;
	background: url(pics/l_paticka_pozadi.gif) no-repeat top center;
	position: absolute;
	bottom: 0;
	padding: 20px 0 0 300px;
}

#paticka address
{
	font-family: monospace;
	font-style: normal;
	font-size: 90%;
}

#paticka address strong
{
	font-size: 120%;
}

.zprava
{
	background-color: #bd1600;
	color: white;
	font-weight: bold;
	padding: 5px 7px;
	border: 1px solid black;
	margin: 5px;
}

.kopecek
{
	padding-top: 1em;
}

#esluzby
{
	color: white;
	position: absolute;
	top: 200px;
	left: 460px;
	white-space: nowrap;
}

#esluzby a:link, #esluzby a:hover, #esluzby a:active, #esluzby a:visited
{
	color: white;
}

#foto
{
	display: none;
	position: absolute;
	border: 2px solid black;
	padding: 8px 10px 10px 10px;
	text-align: center;
	color: black;
	cursor: pointer;
	background-color: #fef6c2;
	z-index:	901;
}

#foto img
{
	display: block;
	margin-top: 10px;
	border: 1px solid #bd1600;;
}

#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;
}

