*
{
	margin: 0;
	padding: 0;
}

html
{
	background: #333333 url(pics/html_back.gif) repeat-y center top;
	background-attachment: fixed;
	height: 100%;
}

body
{
	background: url(pics/body_back.gif) repeat-x center 28px;
	min-height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.91em;
	line-height: 1.3em;
	position: relative;
}

h1
{
	background: url(pics/h_back.gif) no-repeat center top;
	text-align: center;
	height: 51px;
	line-height: 1em;
	padding-top: 15px;
	font-size: 240%;
	padding-bottom: 0.1em;
}

#text h2, #text h3
{
	line-height: 1.4em;
	margin-bottom: 0.3em;
	color: #fe006f;
}

#nastred 
{
	width: 740px;
	margin: 0 auto;
	background: url(pics/text_bottom.gif) no-repeat center bottom;
	padding-bottom: 62px;
	position: relative;
}

#uvodka_obr, #clanek_obr
{
	padding-top: 38px;
	margin-left: 11px;
	border-left: 1px solid black;
	width: 702px;
	height: 195px;
}

#clanek_obr
{
	padding-top: 66px;
	margin-bottom: 20px;
	display: block;
}

ul#menu
{
	list-style: none;
	margin: 14px auto;
	width: 560px;
}

ul#menu li
{
	border: 2px solid white;
	width: 129px;
	height: 96px;
	overflow: hidden;
	background: no-repeat center top;
	float: left;
}

ul#menu a
{
	border: 0;
	text-decoration: none;
}

ul#menu img
{
	border: 0;
	display: block;
	height: 96px;
	visibility: visible;
}
/*
ul#menu a:hover img
{
	visibility: hidden;
}
*/
ul#clanek_menu
{
	list-style: none;
	top: 5px;
	margin-left: 100px;
	position: absolute;
	background-color: black;
}

ul#clanek_menu li
{
	float: left;
	margin: 0.2em 1em 0.2em 0;
}

ul#clanek_menu a
{
	color: white;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 0.3em;
}

ul#clanek_menu a:hover
{
	background-color: #ff006f;
}

#obsazenost
{
	background: url(pics/obsazenost_back.gif) no-repeat center bottom;
	height: 94px;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#obsazenost h2
{
	display: none;
}

#obsazenost p
{
	padding-top: 50px;
	padding-bottom: 0.3em;
}

#obsazenost a
{
	text-decoration: none;
	color: #ff006f;
	margin: 0 0.5em;
	font-size: 150%;
	font-weight: bold;
	padding: 0.1em 0.3em;
}

#obsazenost a:hover
{
	color: white;
	background-color: #ff006f;
}

hr
{
	clear: both;
	visibility: hidden;
}

#text
{
	clear: both;
	background: white url(pics/text_back.gif) no-repeat center top;
	/*padding: 30px 40px;*/
	padding: 25px 25px;
}

#text p
{
	margin-bottom: 1em;
}

#text ul, #text ol
{
	margin-left: 0em;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #edeeee;
	border-left: 2em solid #c4c5c7;
}

#text li
{
	margin-bottom: 0.5em;
	margin-left: -0.2em;
}

#text a
{
	color: black;
	background-color: #ffd7ea;
	padding: 0 0.3em;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#text a:hover
{
	border-bottom: 1px solid black;
	color: white;
	background-color: #fe006f;
}

#text table
{
	width: 100%;
	background-color: #edeeee;
	margin-bottom: 1em;
	border-collapse: collapse;
}

#text table td
{
	border-bottom: 2px solid #c4c5c7;
	margin: 0;
	padding: 0.2em 0.4em;
}

#text table thead
{
	background-color: #c4c5c7;
	color: #fe006f;
	font-size: 120%;
}

#paticka
{
	width: 740px;
	margin: 0 auto;
	background: url(pics/paticka.gif) no-repeat center top;
	text-align: center;
	height: 55px;
	padding-top: 7px;
	font-size: 90%;
	clear: both;
}

.zprava
{
	background-color: red;
	color: white;
	font-size: 110%;
	padding: 1em;
	border: 2px solid black;
	margin: 1em 0;
}

p.obsazenost
{
	margin-left: 2em;
	margin-bottom: 0.3em !important;
}

h2.obsazenost
{
	margin-top: 1.0em;
}


/*---------------------------------------------*/
.obrazek, .klikaci
{
	background-color: #444444;
	border: 1px solid #545454;
	padding: 8px;
	margin: 5px;
}

.klikaci
{
	cursor: pointer;
	border: 2px solid silver;
	background-color: #444444;
}

.klikaci:hover
{
	border: 2px solid #fe006f;
}

.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;
}
