/* CSS Document */
html, body {
	height: 100%;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 100%;
/* šírka layoutu */
	margin: 0 auto;
/* vycentrování v ostatních prohlížečích */
/* kvůli pozicování patičky */
	height: auto;
	min-height: 100%;
	_height: 100%;
/* hack IE */
	position: relative;
}
#main {
	padding: 10px;
	padding-bottom: 65px;
/* vyska paticky */
}
#footer_wrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
}
#footer {
	text-align: center;
  margin-top: 10px;
}
#footer p {
	font-size: x-small;
}
th, td {
	padding: .3em;
}
div.obal {
	margin-top: 2em;
	padding: 10px;
}
div.obal2 {
	margin-top: 1em;
	padding: 10px;
}
div.tabulka, div.tabulka-tuh {
	margin: 0 auto;
	padding-top: 1em;
}
.tabulka table, .tabulka-tuh table {
	background: #79b;
	width: 700px;
	margin: 0 auto;
}
.tabulka td.organizace, .tabulka-tuh td.organizace {
	text-align: left;
}
.tabulka tr, .tabulka-tuh tr {
	background: #ffd;
}
.tabulka th, .tabulka td, .tabulka-tuh th, .tabulka-tuh td {
	border: solid black 1px;
}
.tabulka tr.sudy * {
	background: #ddb;
}
.tabulka-tuh tr.sudy * {
	background: #bbdb90;
}
.tabulka tr.zahlavi th, .tabulka-tuh tr.zahlavi th {
	background: #94855A;
	color: White;
	text-align: center;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
	padding: 0.5em;
}
.tabulka-tuh tr.zahlavi th {
	background: #1c8f28;
}
.tabulka td.about, .tabulka-tuh td.about {
	width: 104px;
}
.tabulka td.date_to {
	width: 90px;
}
.tabulka td, .tabulka-tuh td {
	text-align: center;
	padding: 0.3em;
}
.tabulka td.about img, .tabulka-tuh td.about img {
	margin: 0 auto;
	cursor: pointer;
}
.vice, .vice-tuh, .vice-tuh-right {
	text-align: left;
	line-height: 1.8em;
	color: #94855A;
}
.vice-tuh {
	float: left;
	padding-right: 25px;
	width: 240px;
}
/*.vice-tuh-right {
	
}*/
.vice-tuh, .vice-tuh-right {
	color: #1c8f28;
}
.vice span, .vice-tuh span, .vice-tuh-right span {
	font-weight: bold;
}
/* Form Hledat */
.form {
	width: 600px;
	padding: 10px;
	margin: 0 auto;
}
.form input {
	margin: 5px 0 0 0;
	width: 250px;
}
.form input[type="submit"] {
	background-color: #fff;
	width: 70px;
	margin: 10px 10px 0 10px;
}
.form input {
	border: 1px solid #94855A;
	padding: 5px;
}
.form input.green {
	border: 1px solid #1c8f28;
	padding: 5px;
}
.form p {
	clear: both;
}
/* Konec form Hledat */

/* Form New */
form .new {
  margin: 0 auto;
}
form .new input {
	margin: 5px 0 0 0;
	width: 150px;
	border: 1px solid #94855A;
	padding: 5px;
}
form .new input[type="submit"] {
	background-color: #fff;
	width: 70px;
	margin-top: 25px;
}
/*Konec form New */
.pageHref {
	margin-top: 15px;
	margin-bottom: 15px;
}
.search {
	margin-top: 15px;
	margin-bottom: 15px;
}
.search strong{
	font-weight: bold;
}
.administrace {
	margin-top: 55px;
}
.alert {
  padding: 10px;
  color: red;
  font-size: large;
}
