/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 13px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #717276;
  background: none #FFFFFF;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #717276;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #036735;
  text-decoration: underline;
}
a:hover {
  color: #036735;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em { /* oprava bugu MS IE 6 */
  _text-indent: 2px;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
  list-style-type: square;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #036735;
  font-weight: bold;
}
h1 a , h2 a , h3 a , h4 a , h5 a , h6 a {
  text-decoration: none;
  color: #036735;
}
h1 a:hover , h2 a:hover , h3 a:hover , h4 a:hover , h5 a:hover , h6 a:hover {
  text-decoration: none;
  color: #E3242B;
}
h1 {
  padding: 0px 0px 13px 0px;
}
h1 , h1 * {
  text-transform: uppercase;
  color: #E3242B;
  font-size: 14px;
  line-height: 16px;
}
h2 {
  padding: 0px 0px 13px 0px;
}
h2 , h2 * {
  text-transform: uppercase;
  color: #E3242B;
  font-size: 14px;
  line-height: 16px;
}
h3 {
}
h3 , h3 * {
  font-size: 12px;
  line-height: 16px;
}
h4 {
}
h4 , h4 * {
  font-size: 12px;
  line-height: 16px;
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
}
sub {
}
sup {
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  _height: 1px !important; /* fix for IE6 */
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-right , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.text-top , .t-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-bottom , .t-b {
  vertical-align: bottom !important;
}
.error , .error * {
  color: #FF0000 !important;
}
.error input {
  border: 1px solid #FF0000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}
.ready , .ready * {
  color: #00FF00 !important;
}
.ready input {
  border: 1px solid #00FF00 !important;
}
tr.ready td {
  border: 0px none !important;
  border-top: 1px solid #00FF00 !important;
  border-bottom: 1px solid #00FF00 !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.print {
  display: none;
}
.invisible {
  visibility: hidden;
}
/* --- form --- */
/*
.formtext {
  border: 1px solid #C0C0C0;
  background-color: #FFFFFF;
  height: 16px;
  padding: 1px 2px 0px 2px;
  margin: 0px;
}
.button {
  border: 2px solid #C61328;
  background-color: #1C67A8;
  color: #FFFFFF;
  line-height: 12px;
  _height: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
*/
/* --- mask --- */
div.web-all {
  background: none #FFFFFF;
  width: 920px;
  margin: auto;
  padding: 30px 0px 0px 0px;
  text-align: left;
}
div.print-header {
  text-align: right;
  height: 60px;
  display: none;
}
div.web-header {
  height: 207px;
  margin: 0px 0px 18px 0px;
  background: no-repeat left bottom url('../images/bg_header.jpg');
  cursor: default;
  position: relative;
}
div.top-menu {
  height: 40px;
  background: no-repeat left top url('../images/bg_topmenu.jpg');
  cursor: default;
  margin-bottom: 18px;
}
/*div.drobeckova {
  padding-top: 14px;
  height: 26px; *//*40px;*//*
  cursor: default;
}*/
div.drobeckova2 {
  position: absolute;
  top: 286px;
  right: 220px;
}
div.web-main {
  background: repeat-y left top url('../images/web_main_bg.gif');
}
div.web-foot {
  position: relative;
  border-top: 2px solid #E3242B;
  padding: 8px 0px 0px 0px;
  margin: 50px 0px 10px 0px;
}
/* --- print-header --- */
div.print-header span {
  padding-top: 6px;
  display: block;
  float: right;
}
div.print-header img {
  padding-left: 14px;
  display: block;
  float: right;
}
/* --- web-header --- */
div.header-top {
  height: 20px;
  overflow: hidden;
  margin: 0px 0px 5px 0px;
  background: none #818181;
  border-left: 21px solid #006732;
}
div.header-top div.search {
  background: none #FFFFFF;
  width: 206px;
  float: right;
}
div.search input.formtext {
  border: 1px solid #818181;
  line-height: 16px;
  height: 16px;
  width: 131px;
  float: left;
  margin: 0px 4px 0px 4px;
}
div.search input.button {
  border: 0px none;
  background: none #006732;
  color: #FFFFFF;
  line-height: 16px;
  height: 20px;
  width: 63px;
  _width: 60px; /* fix for IE6 */
  cursor: pointer;
  float: left;
}
div.header-top div.langs {
  width: 111px;
  height: 17px; /*20px;*/
  padding-top: 3px;
  float: left;
  border-right: 4px solid #FFFFFF;
  border-left: 4px solid #FFFFFF;
  text-align: center;
  font-size: 9px;
  color: #FFFFFF;
}
div.header-top div.langs a {
  position: relative;
  top: 1px;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}
div.header-top div.langs a:hover {
  color: #E3242B;
  text-decoration: none;
}
div.web-header img.logo {
  float: left;
  display: block;
  padding: 0px 0px 0px 21px;
}
div.side-spec-banner-right {
  position: absolute;
  left: 938px;
  top: 282px;
}
div.side-spec-banner-right img {
  display: block;
}
/* --- top-menu --- */
div.top-menu a {
  display: block;
  float: left;
  text-transform: uppercase;
  color: #FFFFFF;
  background: no-repeat left bottom url('../images/separate_topmenu.gif');
  padding: 8px 16px 19px 18px;
  font-size: 12px;
  text-decoration: none;
}
div.top-menu a:hover, div.top-menu a.active {
  color: #E3242B;
  text-decoration: none;
}
div.top-menu a.first {
  background: none;
  padding: 8px 16px 19px 16px;
}
/* --- drobeckova navigace --- */
/*div.drobeckova.home {
  padding-top: 0px;
  height: 18px;
  visibility: hidden;
  overflow: hidden;
}
div.drobeckova a {
  text-decoration: none;
  color: #E3242B;
}
div.drobeckova a:hover {
  text-decoration: underline;
  color: #E3242B;
}*/
div.drobeckova2 a {
  text-decoration: none;
  color: #E3242B;
  display: block;
  float: right;
}
div.drobeckova2 a:hover {
  text-decoration: underline;
  color: #E3242B;
}
div.drobeckova2 i , div.drobeckova2 span {
  font-style: normal;
  display: block;
  float: right;
}
/* --- web-main --- */
div.content {
  width: 700px;
  float: left;
}
div.content-top {
  width: 700px;
  border-top: 1px solid #E3242B;
  border-bottom: 1px solid #818181;
}
/*div.content-top div.home-red {
  margin: 15px 0px 15px 0px;
}*/
.home-red , .home-red * {
  color: #E3242B;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
.home-green , .home-green * {
  color: #036735;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
div.content-top img.home-image {
  float: left;
  display: block;
  margin: 0px 19px 0px 0px;
}
div.news-home {
  width: 720px;
  background: repeat-y left top url('../images/separate_news.gif');
  margin: 27px 0px 0px 0px;
}
div.news-home div.new {
  float: left;
  width: 206px;
  padding: 0px 20px 0px 20px;
}
div.news-home div.new.first {
  padding: 0px 20px 0px 0px;
}
span.date {
}
b.date {
}
div.date {
  font-weight: bold;
  padding: 2px 0px 8px 0px;
}
table.archive {
  margin: 0px;
}
table.archive td {
  padding: 0px 8px 4px 0px;
  vertical-align: middle;
}
table.archive a {
  text-decoration: none;
  color: #036735;
}
table.archive a:hover {
  text-decoration: none;
  color: #E3242B;
}
table.archive a img {
  border: 1px solid #818181;
  padding: 1px;
}
table.archive a:hover img {
  border: 1px solid #E3242B;
  padding: 1px;
}
a.more {
  background: no-repeat right center url('../images/ico_more.gif');
  padding: 0px 8px 0px 0px;
}
a.back {
  background: no-repeat left center url('../images/ico_back.gif');
  padding: 0px 0px 0px 8px;
}
a.archive {
  background: no-repeat right center url('../images/ico_more.gif');
  padding: 0px 8px 0px 0px;
}
a.more , a.back , a.archive {
  text-decoration: none;
  color: #036735;
}
a.more:hover , a.back:hover , a.archive:hover {
  text-decoration: none;
  color: #E3242B;
}
ul.webmap a {
  text-decoration: none;
  color: #036735;
}
ul.webmap a:hover {
  text-decoration: none;
  color: #E3242B;
}
/* --- right-block --- */
div.right-block {
  float: right;
  width: 200px;
  margin-bottom: 100px;
}
div.right-block-head {
  background: none #E3242B;
  padding: 12px 0px 12px 20px;
  color: #FFFFFF;
  font-weight: bold;
}
div.right-block-in {
  padding: 24px 0px 0px 20px;
}
/* --- web-foot --- */
div.bottom-menu {
  float: right;
}
div.bottom-menu a {
  font-weight: bold;
  text-decoration: none;
  color: #717276;
}
div.bottom-menu a:hover {
  text-decoration: none;
  color: #E3242B;
}
div.okd-logo {
  position: absolute;
  right: 0px;
  width: 180px;
  bottom: 70px;
  _top: -119px; /* fix for IE6 */
}
div.okd-logo img {
  padding: 8px 0px 0px 0px;
}
/* --- end --- */