/* *  Hlavni layout */
#main {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#top {
  width: 768px;
  height: 102px;
  /* height: 76px; */
  border: 1px rgb(178,44,27) solid;
}
#top_1 {
  width: 768px;
  height: 26px;
  border-bottom: 1px rgb(178,44,27) solid;
}
#top_2 {
  width: 768px;
  height: 75px;
  text-align: left;
}
.loga_top1 {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 8px;
}
.loga_top2 {
  margin-top: 5px;
/*   margin-left: 0;
  margin-right: 5px; */
}

.info_box {
  height: 75px;
  line-height: 20px;
  float: right;
  position: relative;
  right: 50px;
  top: 5px;
  text-align: center;
}
.info_box_hp {
  right: 10px;
}
#menu {
  width: 770px;
  height: 30px;
  background-color: rgb(178,44,27);
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
  z-index: 100000;
}
#content {
  width: 768px;
  height: 100%;
  border: 1px rgb(178,44,27) solid;
  text-align: center;
  position: relative;
  z-index: 100;
}
#content_in {
  width: 764px;
  height: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 2px;
}
#content_left {
  float: left;
  width: 150px;
}
#content_middle {
  float: left;
  width: 463px;
  height: 100%;
  text-align: center;
}
#content_right {
  float: left;
  width: 151px;
  overflow: hidden;
}
#content_middle_in {
  /* width: 433px;
*/
  width: 441px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 10px;
*/
  margin-bottom: 10px;
  /* text-align: left;
*/
  text-align: justify;
}
#content_left_in {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
#footer {
  width: 770px;
  height: 19px;
  background-color: rgb(178,44,27);
}
#footer_link {
  width: 770px;
  height: 19px;
  font-size: 13px;
  line-height: 19px;
  vertical-align: middle;
  float: left;
  text-align: left;
}
#footer_link a {
  color: rgb(255,255,255);
  text-decoration: none;
}
#footer_link a:hover {
  color: rgb(255,255,255);
  text-decoration: underline;
}
#footer_2 {
  width: 770px;
}
#footer_2_in {
  width: 770px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 11px;
}
#footer_link_left {
  float: left;
  height: 19px;
  margin-left: 20px;
}
#footer_link_right {
  float: right;
  height: 19px;
  margin-right: 10px;
}
#footer_link_right  a {
  font-size: 10px;
  display: block;
  line-height: 19px;
  vertical-align: middle;
}
.left_box {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  text-align: left;
  background-color: rgb(211,211,211);
  padding-bottom: 0px;
}
.left_box_in {
  width: 134px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  text-align: left;
  *padding-top: 10px;
  _padding-top: 10px;
}
.right_box {
  width: 151px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  text-align: left;
  background-color: rgb(220,220,220);
  padding-bottom: 10px;
}
.right_box_in {
  width: 131px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  text-align: left;
  *padding-top: 10px;
  _padding-top: 10px;
}
.box_padd {
  padding-top: 20px;
  padding-bottom: 30px;
}
#top_1_links_right_search {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
#top_1_links_left {
  float: left;
  margin-left: 10px;
}
#top_1_links_right {
  float: right;
  margin-right: 10px;
}
#top_1_links_left a, #top_1_links_right a {
  color: rgb(130,130,130);
  text-decoration: none;
  float: left;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  display: block;
}
#top_1_links_left a:hover, #top_1_links_right a:hover {
  color: rgb(130,130,130);
  text-decoration: underline;
}
#top_1_links_left .separator, #top_1_links_right .separator {
  width: 15px;
  float: left;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
}
.left_menu_item_actual {
  color: rgb(178,44,27) !important;
}
.menu_item_level_2 {
  display: block;
  color: rgb(30,30,30);
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 5px;
}
.menu_item_level_2:hover {
  display: block;
  color: rgb(178,44,27);
  text-decoration: none;
}
.menu_item_level_3 {
  display: block;
  color: rgb(30,30,30);
  padding-left: 10px;
  line-height: 15px;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 5px;
  background: url(../images/black_circle.gif) no-repeat left center;
  font-weight: bold;
}
.menu_item_level_3:hover {
  display: block;
  color: rgb(178,44,27);
  background: url(../images/red_circle.gif) no-repeat left center;
}
.menu_item_level_4 {
  display: block;
  color: rgb(30,30,30);
  padding-left: 10px;
  line-height: 15px;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 5px;
  background: url(../images/black_circle.gif) no-repeat left center;
  font-weight: bold;
  margin-left: 10px;
}
.menu_item_level_4:hover {
  display: block;
  color: rgb(178,44,27);
  background: url(../images/red_circle.gif) no-repeat left center;
}
.menu_item_level_5 {
  display: block;
  color: rgb(30,30,30);
  padding-left: 10px;
  line-height: 15px;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 5px;
  background: url(../images/black_circle.gif) no-repeat left center;
  /* font-weight: bold;
*/
  margin-left: 20px;
}
.menu_item_level_5:hover {
  display: block;
  color: rgb(178,44,27);
  background: url(../images/red_circle.gif) no-repeat left center;
}
.menu_item_level_6 {
  display: none;
  visibility: visible;
}
.menu_item_level_7 {
  display: none;
  visibility: visible;
}
#calendar_actual_date {
  display: inline;
  font-weight: bold;
}
#page_path {
  padding-top: 10px;
  height: 40px;
  line-height: 15px;
  font-size: 12px;
}
#page_path_blank_hp {
  height: 10px;
}
#page_path a {
  color: rgb(130,130,130);
  text-decoration: none;
}
#page_path a:hover {
  color: rgb(130,130,130);
  text-decoration: underline;
}
div.strankovani {
  font-family: Arial;
  color: rgb(194,57,37);
}
.submit {
  width: 13px;
  height: 13px;
  background: url(../images/arrow_right.gif) no-repeat center center;
  border: 0px;
}
.submit_big {
  width: 50px;
  height: 20px;
  background-color: rgb(255,255,255);
  border: 1px rgb(147,147,147) solid;
}
.submit_big_2 {
  width: 100px;
  height: 20px;
  background-color: rgb(255,255,255);
  border: 1px rgb(147,147,147) solid;
}
.inp {
  width: 110px;
  border: solid 1px #c3c3c3;
}
.inp_long {
  width: 200px;
}
.inp_long_2 {
  width: 300px;
}
.inp_small {
  width: 70px;
}
input {
  height: 11px;
}
.sel {
  width: 130px;
  height: 17px;
  font-size: 11px;
  margin-bottom: 5px;
}
.link_small {
  font-size: 11px;
}
.dict_item {
  width: 130px;
}
.red {
  color: rgb(178,44,27);
}
h1 {
  color: rgb(178,44,27);
  font-size: 13px;
  height: 20px;
  line-height: 15px;
}
h1.underlined {
  border-bottom: 1px rgb(178,44,27) solid;
  height: 20px;
  line-height: 15px;
}
h2 {
  color: rgb(178,44,27);
  font-size: 12px;
  height: 20px;
  line-height: 15px;
  margin-bottom: 5px;
}
h2.underlined {
  border-bottom: 1px rgb(178,44,27) solid;
  height: 20px;
  line-height: 15px;
  margin-bottom: 10px;
}
h2.gray {
  color: rgb(112,112,112);
}
h3 {
  font-size: 12px;
  margin-bottom: 3px;
  color: rgb(112,112,112);
}
.small_line {
  line-height: 12px;
  height: 12px;
  margin-bottom: 12px;
}
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
body, div, td, th, select, input, textarea {
  font-family: Arial;
  font-size: 12px;
  color: rgb(130,130,130);
}
input, textarea {
  font-family: Arial;
  font-size: 11px;
  color: rgb(130,130,130);
}
th {
  background-color: rgb(250,226,223);
  text-align: center;
}
td {
  text-align: left;
}
ul {
  list-style-image: url(../images/arrow_right_4.gif);
}
a {
  font-family: Arial;
  /*color: rgb(130,130,130);
*/
  color: rgb(194,57,37);
  text-decoration: underline;
}
a:hover {
  font-family: Arial;
  color: rgb(194,57,37);
}
/* *  Novinky - News */
.news_item {
  margin-bottom: 10px;
}
.news_item .news_date {
  font-weight: bold;
}
.news_item .news_title {
  font-weight: bold;
  color: rgb(178,44,27);
}
.news_item .news_text {
}
.news_item .news_text .news_more {
  float: right;
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/arrow_right_2.gif) no-repeat;
  position: relative;
  top: -9px;
}
.news_archive {
  margin: 0px;
}
/* Novinky HP ppf */
.hpnews_item {
  position: relative;
  margin-bottom: 10px;
}
.hpnews_item .hpnews_datum {
  font-weight: bold;
  font-size: 11px;
}
.hpnews_item .hpnews_nadpis {
  font-weight: bold;
  color: rgb(178,44,27);
  font-size: 11px;
}
.hpnews_item .hpnews_anotace {
  font-size: 11px;
}
.hpnews_item a.hpnews_link {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0
}
/* *  Vyskakovaci menu - Top menu */
div.menu_item {
  float: left;
}
a.menu_item {
  margin: 0px;
  padding: 0px;
  height: 30px;
  background: rgb(178,44,27) url(../images/menu_square.gif) no-repeat left center;
  padding-left: 10px;
  color: rgb(255,255,255);
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  line-height: 30px;
  font-family: Arial;
  overflow: visible;
  clear: right;
  *float: none;
  _float: left;
}
a.menu_item:hover {
  color: rgb(255,255,255);
  text-decoration: none;
}
div.menu_item_sep {
  background-color: rgb(178,44,27);
  position: relative;
  width: 10px;
  font-size: 1px;
  float: left;
}
.menu_item:hover .submenu, .menuhover .submenu {
  visibility: visible;
  display: block;
}
.submenu {
  visibility: hidden;
  display: none;
  width: 210px;
  position: absolute;
  background-color: rgb(255,253,255);
  clear: left;
  top: 25px;
  padding-top: 2px;
  padding-bottom: 1px;
  z-index: 1000;
}
div.submenu_level_1 {
  width: 206px;
  margin: 1px;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}
a.submenu_level_1 {
  /*width: 100%;
``*/
  min-height: 22px;
  line-height: 22px;
  vertical-align: middle;
  display: block;
  background-color: rgb(212,212,212);
  text-align: left;
  padding-left: 10px;
  color: rgb(178,44,27);
  text-decoration: none;
  width: 196px;
  _height: 22px;
}
a.submenu_level_1:hover {
  background-color: rgb(238,238,238);
  text-decoration: none;
}
.submenu_2 {
  visibility: hidden;
  display: none;
  width: 210px;
  position: absolute;
  background-color: rgb(255,253,255);
  clear: left;
  top: -3px;
  padding-top: 2px;
  padding-bottom: 1px;
  z-index: 1000;
  left: 206px;
}
.submenu_3 {
  visibility: hidden;
  display: none;
  width: 210px;
  position: absolute;
  background-color: rgb(255,253,255);
  clear: left;
  padding-top: 2px;
  padding-bottom: 1px;
  z-index: 1000;
  left: 208px;
  top: 0px;
}
.submenu_4 {
  visibility: hidden;
  display: none;
  width: 210px;
  position: absolute;
  background-color: rgb(255,253,255);
  clear: left;
  padding-top: 2px;
  padding-bottom: 1px;
  z-index: 1000;
  left: 206px;
  top: 0px;
}
.submenu_level_1:hover .submenu_2, .menuhover_2 .submenu_2 {
  visibility: visible;
  display: block;
}
.submenu_level_2:hover .submenu_3, .menuhover_3 .submenu_3 {
  visibility: visible;
  display: block;
}
.submenu_level_3:hover .submenu_4, .menuhover_4 .submenu_4 {
  visibility: visible;
  display: block;
}
a.submenu_level_2 {
  width: 196px;
  min-height: 22px;
  line-height: 22px;
  vertical-align: middle;
  display: block;
  background-color: rgb(212,212,212);
  text-align: left;
  margin: 1px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 10px;
  color: rgb(178,44,27);
  text-decoration: none;
  _height: 22px;
}
a.submenu_level_2:hover {
  background-color: rgb(238,238,238);
  text-decoration: none;
}
a.submenu_level_3 {
  width: 196px;
  min-height: 22px;
  line-height: 22px;
  vertical-align: middle;
  display: block;
  background-color: rgb(212,212,212);
  text-align: left;
  margin: 1px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 10px;
  color: rgb(178,44,27);
  text-decoration: none;
  _height: 22px;
}
a.submenu_level_3:hover {
  background-color: rgb(238,238,238);
  text-decoration: none;
}
a.submenu_level_4 {
  width: 196px;
  min-height: 22px;
  line-height: 22px;
  vertical-align: middle;
  display: block;
  background-color: rgb(212,212,212);
  text-align: left;
  margin: 1px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 10px;
  color: rgb(178,44,27);
  text-decoration: none;
  _height: 22px;
}
a.submenu_level_4:hover {
  background-color: rgb(238,238,238);
  text-decoration: none;
}
/* *  Magazin - magazine */
.magazine {
  width: 433px;
}
.magazine_left {
  width: 140px;
  float: left;
}
.magazine_right {
  width: 293px;
  float: left;
}
.magazine_right h2 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.magazine p {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* *  Ostatni - Other */
.download_link {
  display: block;
  height: 39px;
  line-height: 39px;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.download_pdf {
  background-image: url(../images/icons/pdf.gif);
}
/** *  Stylovani kontaktu */
table.contact_detail {
  width: 100%;
  table-layout: fixed;
}
table.contact_detail th.top_th {
  background-color: transparent;
  color: rgb(30,30,30);
  text-indent: 0px;
}
table.contact_detail th {
  font-size: 14px;
  background-color: rgb(178,44,27);
  color: rgb(255,255,255);
  font-weight: bold;
  vertical-align: middle;
  line-height: 22px;
  text-indent: 10px;
  text-align: left;
}
.contacts_list th {
  background-color: rgb(255,255,255);
}
div.hiarchy_structure_item {
  line-height: 18px;
}
div.hiarchy_structure_item a {
}
.with_arrow {
  background-image: url(../images/arrow_right_4.gif);
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 10px;
}
/** *  Styly pro formular v helpdesku */
form {
  padding: 0;
  margin: 0;
}
form#form_helpdesk_id textarea {
  width: 300px;
  height: 100px;
}
/** *  Styly pro sekci Importants links */
table#importants_links {
  border-collapse: collapse;
  border: 1px rgb(178,44,27) solid;
}
#importants_links th {
  background-color: rgb(178,44,27);
  color: rgb(255,255,255);
}
#importants_links td, #importants_links th {
  font-size: 10px;
}
#importants_links tr {
  height: 25px;
}
/** *  Search on intranet */
.search_intranet_item h3 {
  line-height: 20px;
  margin: 0px;
}
/** *  Management */
h3.management {
  color: rgb(178,44,27);
  font-size: 12px;
  border-bottom: 1px rgb(178,44,27) dotted;
  height: 20px;
  line-height: 15px;
  margin-bottom: 10px;
}
img.people_photo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
table.management {
  margin-bottom: 10px;
}
table.management th {
  background-color: rgb(255,255,255);
  text-align: left;
}
table.management td {
  vertical-align: top;
}
ul.management {
  list-style-image: url(../images/arrow_right_4.gif);
}
ul.management ul {
  list-style-image: url(../images/black_circle.gif) !important;
}
/** *  HP */
#video_flash_div {
  width: 428px;
  height: 350px;
}
/* WIW - right */
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

#wiw {
  padding-bottom: 15px;
}
#wiw_foto {
  float:left;
  background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 0 0 0 3px !important;

/*   float: left;
  background-color: #d5d5d5;
  padding: 1px 2px 2px 1px; */
}
#wiw_foto img {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #a9a9a9;
  margin: -5px 6px 5px -6px;
  padding: 2px;
}
#wiw_jmeno {
  clear: both;
  padding-top: 5px;
  color: #003875;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
}
#wiw_funkce {
  padding-top: 5px;
  color: #7c7c7c;
  text-align: center;
  font-size: 11px;
}
a.wiw_link {
  color: #7c7c7c;
  font-size: 10px;
  text-decoration: underline;
  text-align: center;
  display: block;
  padding-top: 5px;
}
a.wiw_link:hover {
  text-decoration: none;
}
/* link na HP u mapky */
a.link_small_ppf {
  color: #7c7c7c;
  font-size: 9px;
  text-decoration: underline;
  display: block;
}
a.link_small_ppf:hover {
  text-decoration: none;
}

/* zprava ke stazení */
.fls_item {
  /* padding-top: 30px; */
}
.fls_nadpis {
  color: #B22C1B;
  font-weight: bold;
  padding-bottom: 10px;
}
.fls_img {
  float:left;
  background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 0 0 0 7px !important;
}
.fls_img img {
  display: block;
  position: relative;
  margin: -5px 6px 5px -6px;
}
a.fls_a {
  padding-top: 25px;
  display: block;
  float: right;
  color: #545454;
  font-size: 11px;
  font-weight: bold;
  background: transparent url('../images/icons/ico16x16-pdf.gif') no-repeat top center;
}
.fls_anotace {
  clear: both;
  color: #545454;
  font-size: 11px;
  font-weight: bold;
}
a.fls_link {
  color: #7c7c7c;
  font-size: 10px;
  text-decoration: underline;
  text-align: left;
  display: block;
  padding-top: 15px;
}

#box_weblinks {}
#box_weblinks a {
  font-size: 10px;
  display: block;
  padding: 0 0 5px 0;
  text-decoration: underline;
}
#box_weblinks a:hover{
  text-decoration: none;
}
.clear {
  clear: both;
}

.legen_of_map_box {
  padding-top: 10px;
  margin-top: 5px;
  border-top: solid 1px #DCDCDC;
}
.legend_of_map {
  font-size: 10px;
  padding-bottom: 3px;
}
.legend_of_map img {
  vertical-align: middle;
  margin-right: 3px;
}

#news_datum {
  width: 91px;
  height: 20px;
  float: right;
  overflow: hidden;
  color: #B22C1B;
  font-size: 13px;
  text-align: right;
  margin-top: -29px;
  margin-right: 2px;
  *margin-top: -40px;
  _margin-top: -40px;
}