@charset "utf-8";

body#main {
  font-size: 11px;
  font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  background-color: #878282;
}

#stin {
  background-image: url('../img/stin.png');
  background-repeat:repeat-y;
  background-position: center;
}

#stranka {
  width: 1000px;
  margin: 0px auto 0px auto;
  padding: 0px;
  border: 0px;
}

#hlava {
  width: 1000px;
  height: 159px;
  margin: 0px;
  padding: 0px;
  background-image: url('../img/zahlavi.png');
  background-repeat: no-repeat;
  background-position: center top;
}

#logo {
	padding-top: 31px;
}

#pozadi {
  background-image: url('../img/pozadi.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
}

#navigace {
  color: #444;
  padding: 2px 6px;
  font-size: 10px;
  height: 16px;
  margin: -10px -10px 10px -10px;
}

#obsah {
  background-image: url('../img/stred.png');
  background-position: center bottom;
  background-repeat: no-repeat;
	border-left: 1px solid #ff7f00;
	border-right: 1px solid #ff7f00;
  float: left;
  width: 433px;
  margin: 0px;
  padding: 10px 10px 50px 10px;
  min-height: 500px;
	height: auto !important;
  height: 500px;
}

#leve-menu {
  float: left;
  width: 170px;
  min-height: 129px;
  margin: 0px;
  padding: 20px 0px 10px 97px;
  text-align: left;
}

#prave-menu {
  overflow: hidden;
  float: right;
  width: 240px;
  min-height: 129px;
  margin: 0px;
  padding: 10px 27px 10px 5px;
  text-align: left;
}

#patka {
	color: #fff;
  clear: both;
  height: 28px;
  margin: 0px auto 5px auto;
  padding: 5px 0px 0px 0px;
  text-align: center;
  background-image: url('../img/patka.png');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

#subpatka {
	width: 1000px;
  text-align: center;
  margin: 0px auto;
}

.clear {
  clear: both;
  line-height: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 0px;
	height: 0px;
}

#akt-nadpis {
	text-align: center;
  color: #ff7f00;
  padding: 2px 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
 	border-bottom: 2px solid #ff7f00;
}

div#jazyky {
  color: #FFFFFF;
  float:right;
  padding: 6px 4px 0px 0px;
  cursor: default;
}

div#jazyky a {
  color: #FFFFFF;
  font-size: 12px;
  margin: 0px 6px;
  font-weight: bold;
  text-decoration: none;
}

div#jazyky a.aktualni {
  color: #ffab58;
}

div#jazyky a:hover {
  color: #ff7f00;
}

div#older-news {
	text-align: center;
  padding: 10px;
}

div#older-news a {
  color: #e77509;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

div#older-news a:hover {
	color: #914800;
  text-decoration: underline;
}

.aktualita {
	padding: 2px;
  margin: 2px 0px;
}

.aktualita .nadpis {
  padding: 1px 3px;
}

.aktualita .nadpis a {
  color: #e77509;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

.aktualita .nadpis a:hover {
	color: #914800;
}

.aktualita .datum {
	font-weight: bold;
  font-size: 11px;
}

.aktualita .text {
	padding: 2px 4px 0px 4px;
	font-weight: bold;
  font-size: 10px;
}

.aktualita .vice {
	text-align: right;
}

.aktualita .vice a {
	text-decoration: none;
  font-weight: bold;
  color: #444;
  font-size: 14px;
}

.aktualita .vice a:hover {
  color: #ff7f00;
}

/* ================================= */



/* ================================= */

#mapa-obr {
	text-align: center;
}

#mapa-obr img {
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-color: #fff;
	text-align: center;
  border: 1px solid #aaa;
	padding: 2px;
	margin: 0px -5px;
}

/* ================================= */

fieldset {
	border: 1px solid #FF7F00;
  padding: 4px 10px;
  margin: 10px 0px;
}

fieldset table th {
	text-align: left;
  width: 50%;
}

fieldset table td {
	text-align: left;
}

/* ================================= */

#bottom_control {
	text-align: right;
	margin-top: -14px;
}

#bottom_control a {
  padding: 0px 0px 0px 12px;
  margin: 1px 10px 0px 0px;
  color: #fff;
  font-size: 10px;
  background-repeat: no-repeat;
  background-position: 	2px center;
}

#admin_login {
  background-image: url('../img/lock.gif');
}

#admin_logout {
  background-image: url('../img/logout.gif');
}

#admin_chpwd {
  background-image: url('../img/chpwd.gif');
}

input, select {
  vertical-align: middle;
}

input.pole {
  border: 1px solid #999;
  padding: 1px 2px;
  font-size: 12px;
  width: 250px;
  background-color: #fff;
}

input.pole_male {
  border: 1px solid #999;
  padding: 1px 2px;
  font-size: 12px;
  width: 80px;
  background-color: #fff;
}

.pole_small {
  font-family: arial;
  border: 1px solid #999;
  padding: 1px 2px;
  font-size: 12px;
  width: 370px;
  height: 50px;
  background-color: #fff;
}

textarea.pole {
  border: 1px solid #999;
  padding: 1px 2px;
  font-size: 12px;
  width: 400px;
  background-color: #fff;
  font-family: arial;
  font-size: 11px;
}

select.pole {
  border: 1px solid #999;
  padding: 1px 2px;
  font-size: 12px;
  width: 255px;
  background-color: #fff;
}

label {
  vertical-align: middle;
}

/* ================================= */

a.butt {
  background-repeat: no-repeat;
  background-position: 4px center;
  background-color: #fff;
  padding: 5px 5px 5px 22px;
  border: 1px solid #999;
  color: #444;
}
a.butt:hover {
  text-decoration: none;
  background-color: #ddd;
  color: #000;
}

/* ================================= */

#calnd {
	width: 40px;
  position: absolute;
  background-color: #fff;
}

#calnd table {
  background-color: #fff;
	border: 0px;
  border-collapse: collapse;
}

#calnd table.cpBorder {
  border: 1px solid #999;
}

#calnd table td {
	text-align: right;
  padding: 2px;
}

#calnd a {
	text-align: right;
	text-decoration: none;
  color: #000;
  padding: 1px 3px;
}

#calnd span.cpMonthNavigation {
	font-weight: bold;
}

#calnd a.cpCurrentDate {
  background-color: #fff1bb;
  color: #ff0000;
  border: 1px solid #999;
  padding: 0px 2px;
  width: 20px;
}

#calnd a.cpOtherMonthDate {
  color: #bbb;
  text-align: right;
}

#calnd a.cpCurrentMonthDate:hover, #calnd a.cpOtherMonthDate:hover {
  background-color: #fff1bb;
  color: #ff0000;
  padding: 0px 2px;
  border: 1px solid #999;
}

#calnd td.cpDayColumnHeader {
  text-align: center;
}

#calnd a.cpMonthNavigation {
	font-weight: bold;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.kalendar {
	width: 100px;
	height: 16px;
	vertical-align: middle;
  padding: 1px 2px;
  background-image: url('../img/ikony/kalendar.gif');
  background-repeat: no-repeat;
  background-position: right top;
  border: 1px solid #999;
  font-size: 12px;
  background-color: #fff;
}

td.ico {
  width: 20px;
}

.schovat {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  white-space: normal !important;
  height: 20px;
}
.sch {
  overflow: hidden;
  white-space: nowrap;
  white-space: normal !important;
}

.mceToolbarContainer img {
  z-index: -1000;
}
