html
{
	height: 100%;
}

body
{
	min-height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.91em;
	line-height: 1.3em;
}

h1
{
	text-align: center;
	line-height: 1em;
	font-size: 240%;
	padding-bottom: 0.1em;
}

#text h2, #text h3
{
	line-height: 1.4em;
	margin-bottom: 0.3em;
	color: #fe006f;
}

#uvodka_obr, #clanek_obr
{
	display: none;
}

#clanek_obr
{
	display: none;
}

ul#menu
{
	display: none;
}


ul#clanek_menu
{
	display: none;
}

#obsazenost
{
	display: none;
}

hr
{
	clear: both;
	visibility: hidden;
}

#text
{
	clear: both;
}

#text p
{
	margin-bottom: 1em;
}

#text ul, #text ol
{
	margin-left: 0em;
	margin-bottom: 1em;
	padding: 0.5em;
	border-left: 2em solid #c4c5c7;
}

#text li
{
	margin-bottom: 0.5em;
	margin-left: -0.2em;
}

#text a
{
	color: black;
	padding: 0 0.3em;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#text table
{
	width: 100%;
	background-color: #edeeee;
	margin-bottom: 1em;
	border-collapse: collapse;
}

#text table td
{
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0.2em 0.4em;
}

#text table thead
{
	background-color: #c4c5c7;
	color: #fe006f;
	font-size: 120%;
}

#paticka
{
	text-align: center;
	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;
}
