/* --- css stylesheet - okd --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 16px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px 0px 10px 0px;
	color: #696969;
  background: none #FFFFFF;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #696969;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
	color: #107030;
  text-decoration: underline;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em {
  _text-indent: 2px;
  _word-spacing: -1px;
  /*_margin: 0px 2px 0px 2px;*/
  /*_word-spacing: -2px;
  _letter-spacing: 1px;*/
  display: block;
}
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;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  cursor: default;
}
h1 , h1 * , h2 , h2 * , h3 , h3 * , h4 , h4 * , h5 , h5 * , h6 , h6 * {
  color: #107030;
  font-weight: bold;
}
h1 a , h2 a , h3 a , h4 a , h5 a , h6 a {
  text-decoration: none;
}
h1 a:hover , h2 a:hover , h3 a:hover , h4 a:hover , h5 a:hover , h6 a:hover {
  text-decoration: underline;
}
h1 {
  margin-bottom: 6px;
}
h1 , h1 * {
  font-size: 16px;
  line-height: 20px;
}
h2 {
}
h2 , h2 * {
  font-size: 18px;
  line-height: 30px;
}
h3 {
}
h3 , h3 * {
  font-size: 16px;
  line-height: 26px;
}
h4 {
}
h4 , h4 * {
  font-size: 16px;
  line-height: 26px;
}
h5 {
}
h5 , h5 * {
  font-size: 14px;
  line-height: 20px;
}
h6 {
}
h6 , h6 * {
  font-size: 14px;
  line-height: 20px;
}
sub {
  /*position: relative;
  top: -2px;*/
}
sup {
  /*position: relative;
  top: -2px;*/
}
h1 sub , h2 sub , h3 sub , h4 sub , h5 sub , h6 sub , h1 sup , h2 sup , h3 sup , h4 sup , h5 sup , h6 sup {
  font-size: 75%;
}
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: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-left , .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;
}
.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;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
/* --- form --- */
.formtext {
  border: 1px solid #696969;
  background: none #ECECEC;
  padding: 1px 3px 0px 3px;
  margin: 0px;
  vertical-align: middle;
}
input.formtext {
  height: 17px;
}
textarea.formtext {
  overflow: auto;
}
.formtext-light {
  border: 1px solid #696969;
  background: none #FFFFFF;
  padding: 1px 3px 0px 3px;
  margin: 0px;
  vertical-align: middle;
  overflow: auto;
}
input.formtext-light {
  height: 17px;
}
.button {
  border: 1px solid #479260;
  background: none #107030;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  height: 20px;
  cursor: pointer;
  margin: 0px;
  vertical-align: middle;
  padding-bottom: 3px;
}
/*
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
*/
/* --- mask --- */
div.web-all {
  width: 960px;
  margin: auto;
  text-align: left;
}
div.web-top {
  height: 234px;
  cursor: default;
  position: relative;
}
div.web-main {
}
table.web-foot {
  background: none #F4F4F4;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  height: 25px;
  cursor: default;
}
div.web-footer {
  margin: auto;
  text-align: left;
  width: 568px; /*600px;*/
  color: #C0C0C0;
  line-height: 14px;
  padding-top: 8px;
  font-size: 10px;
}
/* --- web-top --- */
div.top-top {
  height: 62px;
}
div.menu-top {
  height: 35px;
  background: none #696969;
  margin: 0px 0px 4px 0px;
}
img.top-img {
  display: block;
  /*height: 75px;*/
  height: 108px;
  width: 960px;
}
div.top-img {
  position: absolute;
  top: 96px;
}
div.top-info {
  height: 19px;
  padding: 3px 0px 0px 2px;
}
/* --- top-top --- */
a.top-logo img {
  float: left;
  display: block;
  margin: 14px 0px 0px 0px;
}
div.top-langs {
  float: right;
  margin: 0px 7px 0px 0px;
  display: inline;
}
form.top-search {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  float: right;
}
form.top-search input.formtext {
  border: 1px solid #696969;
  background: none #FFFFFF;
}
form.top-search input.button {
  border: 1px solid #696969;
  background: none #E6E6E6;
  color: #696969;
}
/* --- menu-top --- */
div.menu-top a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  float: left;
  padding: 0px 16px 0px 16px;
  border-right: 6px solid #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  line-height: 35px;
}
div.menu-top a.active , div.menu-top a:hover , div.menu-top a.active:hover {
  background: none #006736;
  color: #FFFFFF;
  text-decoration: none;
}
/* --- langs --- */
div.top-langs a {
  color: #FFFFFF;
  display: block;
  float: left;
  text-decoration: none;
  padding: 0px 4px 0px 4px;
  border: 0px none;
}
div.top-langs a:hover , div.top-langs a.active , div.top-langs a.active:hover {
  background: none #696969;
  color: #FFFFFF;
  text-decoration: none;
}
/* --- top-info --- */
div.top-info, div.top-info a {
  text-decoration: none;
  color: #C0C0C0;
}
div.top-info a:hover {
  text-decoration: none;
  color: #006736;
}
/* --- web-main --- */
div.web-side-l {
  width: 180px;
  float: left;
  padding: 2px 0px 10px 0px;
}
div.web-side-r {
  width: 180px;
  float: right;
  padding: 2px 0px 10px 0px;
}
div.web-content {
  width: 560px;
  margin: 2px 20px 10px 20px;
  float: left;
}
/* --- web-sides --- */
div.web-side-r-head {
  background: none #006736;
  padding: 3px 0px 3px 12px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 11px;
  margin-bottom: 6px;
}
div.light {
  color: #C0C0C0;
  padding: 0px 0px 2px 0px;
  margin: 0px 0px 5px 0px;
}
div.nastenka {
  background: none #D0D0D0;
  padding: 0px 12px 8px 12px;
  margin-bottom: 6px;
}
div.nastenka * {
}
div.nastenka div.lisim {
  padding: 5px 0px 4px 10px;
}
div.nastenka div.lisim , div.nastenka div.lisim * {
  line-height: 14px;
}
div.viteze {
  background: none #81C55B;
  padding: 0px 12px 8px 12px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
div.viteze h3 {
  color: #FFFFFF;
}
div.viteze div.lisim {
  padding: 0px 0px 4px 0px;
}
div.viteze div.lisim , div.viteze div.lisim * {
}
div.napsalionas {
  background: none #696969;
  padding: 0px 12px 8px 12px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
div.napsalionas h3 {
  color: #FFFFFF;
}
div.napsalionas a {
  color: #FFFFFF;
}
div.napsalionas a:hover {
  color: #ffffa3;
}
div.sidebanners {
  padding: 8px 0px 8px 0px;
}
div.sidebanners img {
  display: block;
  padding: 0px 0px 8px 0px;
}
form.sidenewsletter {
}
form.sidenewsletter input.button {
  width: 20px;
}
form.sidenewsletter input.formtext {
  width: 125px;
}
/* --- web-foot --- */
table.web-foot td {
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: middle;
}
table.web-foot td.side {
  width: 166px; /*180px;*/
  padding-left: 14px;
}
table.web-foot img {
  vertical-align: middle;
  margin: 0px 4px 0px 16px;
}
table.web-foot a {
  float: left;
  height: 25px;
  text-decoration: none;
	color: #696969;
}
table.web-foot a:hover {
  text-decoration: none;
	color: #107030;
}
table.web-foot a.spec-link-top {
  background: none #DEDEDE;
  float: right;
  padding: 0px 12px 0px 0px;
}
/* --- web-content --- */
div.web-content img {
  /*border: 3px solid #E6E6E6;*/
  margin: 0px 10px 5px 10px;
}
div.web-content a img {
}
div.web-content a:hover img {
  /*border: 3px solid #C0C0C0;*/
}
div.web-content img.pictnoborder , div.web-content a img.pictnoborder , div.web-content a:hover img.pictnoborder {
  border: 0px none;
  padding: 0px;
}
/*div.space-line {
  margin-top: 2px;
  border-top: 1px solid #E6E6E6;
  padding-top: 5px;
  background: no-repeat left top url(images/space_line_dot.gif);
  height: 1px;
  overflow: hidden;*/
}
div.inner-link-b {
  float: right;
  padding: 0px 9px 0px 9px;
  position: relative;
  top: -4px;
}
div.inner-link-t {
  float: right;
  padding: 0px 9px 0px 9px;
  position: relative;
  top: 9px;
}
div.inner-link-b a , div.inner-link-t a {
  text-decoration: none;
}
div.inner-link-b a:hover , div.inner-link-t a:hover {
  text-decoration: none;
}
div.inner-link-b a img , div.inner-link-t a img {
  position: absolute;
  margin: 4px 0px 0px -13px;
  padding: 0px;
  border: 0px none;
}
div.inner-link-b a:hover img , div.inner-link-t a:hover img {
  border: 0px none;
}
a.biglink {
  background: no-repeat 0px 12px url(images/dot_spec_link.gif);
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 5px 0px 5px 15px;
  margin-left: 20px;
}
a.biglink:hover {
  text-decoration: none;
  font-weight: bold;
}
marquee.marquee {
  background: none #F4F4F4;
  width: auto;
  height: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 8px 0px 8px 0px;
  _display: block;
  cursor: pointer;
  text-decoration: none;
	color: #696969;
}
div.bigbox {
  background: none #F4F4F4;
  border: 1px solid #E6E6E6;
  margin: 5px 0px 5px 5px;
  padding: 12px 15px 12px 15px;
  width: 44%; /*210px; /*240px;*/
  float: right;
  color: #107030;
}
/* --- struktura --- */
div.struktura {
  position: relative;
}
div.struktura img {
  border: 0px none;
  padding: 0px;
  margin: 0px;
  display: block;
  position: relative;
  z-index: 300;
}
div.struktura-off {
  display: none;
}
div.struktura-on {
  position: absolute;
  display: block;
  border: 3px solid #C0C0C0;
  z-index: 290;
}
/* --- shadows --- */
div.shadowpage {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: none #000000;
  position: absolute;
  z-index: 500;
  left: 0px;
  top: 0px;
}
div.shadowback , div.shadowback-popup {
  background: none  #107030;
  padding: 2px 12px 3px 12px;
  font-weight: bold;
  color: #FFFFA3;
  float: right;
  position: relative;
  z-index: 505;
  cursor: default;
}
div.shadowback-popup {
  float: none;
  position: absolute;
  left: 50%;
  top: 19px;
}
div.flash-okd_300x400 {
  background: no-repeat bottom center url(popup_images/okd_300x400.jpg) #107030;
  width: 70px;
  height: 416px;
  padding: 2px 175px 3px 175px;
}
div.shadowback a , div.shadowback-popup a {
  text-decoration: none;
  color: #FFFFA3;
  font-weight: bold;
  /*background: none  #107030;
  padding: 3px 12px 4px 12px;*/
}
div.shadowback a:hover , div.shadowback-popup a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
div.shadowcontent , div.shadowcontent-stripgenerator , div.shadowcontent-popup {
  background: none #000000;
  text-align: center;
  position: relative;
  z-index: 510;
}
div.shadowcontent-stripgenerator {
  border: 10px solid #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -357px;
}
div.shadowcontent-popup {
  position: absolute;
  left: 50%;
  top: 40px;
}
div.shadowcontent-popup img.popup {
  border: 0px none;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
}
/* --- news --- */
div.news-head {
  clear: both;
  margin-top: 10px;
}
div.news-date {
  color: #006736;
  float: left;
  padding-top: 1px;
}
div.news-title, div.news-title * {
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
div.news-head a {
  text-decoration: none;
}
div.news-head a:hover {
  text-decoration: none;
}
div.news-text {
  padding: 0px 0px 10px 0px;
}
div.news-text img.pict {
  margin: 3px 8px 5px 0px;
  display: block;
  float: left;
  border: 0px none;
}
div.news-detail {
}
div.news-detail img.pict {
  /*margin: 10px 0px 10px 0px;
  clear: both; */
  float: right;
  border: 0px none;
}
/* --- management --- */
table.management {
}
table.management td {
  padding: 6px 8px 6px 0px;
  vertical-align: top;
  /*border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;*/
}
table.management td.td01 {
}
table.management td.td02 {
}
table.management td.td03 {
  padding-right: 0px;
}
table.management img.pict {
  border: 3px solid #E6E6E6;
  margin: 0px 10px 5px 10px;
}
table.management a img.pict {
}
table.management a:hover img.pict {
  border: 3px solid #C0C0C0;
}
table.management img , table.management a img , table.management a:hover img {
  display: block;
  border: 0px none;
  padding: 0px;
}
/* --- paging --- */
div.paging {
  margin: 16px 0px 0px 0px;
  padding: 4px 9px 0px 9px;
  background: repeat-x left top url(images/paging_line.gif);
  cursor: default;
}
div.paging a {
  float: left;
  padding: 0px 2px 0px 2px;
  text-decoration: none;
}
div.paging a:hover {
  text-decoration: none;
}
div.paging a.active {
	color: #A8A8A8;
}
div.paging a.active:hover {
	color: #A8A8A8;
}
div.paging a.archive {
  padding: 0px 0px 0px 0px;
	color: #696969;
  float: right;
}
div.paging a.archive:hover {
	color: #333333;
}
div.paging a.archive img {
  position: absolute;
  margin: 4px 0px 0px -13px;
  padding: 0px;
  border: 0px none;
}
div.paging a.hidden {
	visibility: hidden;
}
div.paging span {
  float: right;
	color: #A8A8A8;
  padding: 0px 2px 0px 2px;
}
/* --- list --- */
table.list {
  width: 100%;
}
table.list , table.list-short {
  margin: 0px;
  cursor: default;
  background: none #F4F4F4;
  /*border-top: 1px solid #E6E6E6;*/
}
table.list td , table.list-short td {
  border: 1px solid #FFFFFF;
  padding: 2px 5px 2px 5px;
  vertical-align: top;
}
table.list td.td01 , table.list-short td.td01 {
  text-align: center;
  width: 30px;
}
table.list td.td02 , table.list-short td.td02 {
}
table.list td.td03 , table.list-short td.td03 {
  text-align: right;
  width: 60px;
}
table.list tr.one td , table.list-short tr.one td {
  background: none #F4F4F4;
}
table.list tr.two td , table.list-short tr.two td {
  background: none #ECECEC;
}
table.list a , table.list-short a {
  display: block;
  width: 100%;
  text-decoration: none;
}
table.list a:hover , table.list-short a:hover {
  text-decoration: none;
}
table.list tr.active td , table.list-short tr.active td {
  background: none #DEDEDE;
}
table.list tr.one-active td , table.list-short tr.one-active td {
  background: none #DEDEDE;
}
table.list tr.two-active td , table.list-short tr.two-active td {
  background: none #DEDEDE;
}
table.list tr.header1 td , table.list-short tr.header1 td {
  font-weight: bold;
  background: none #696969;
  color: #FFFFFF;
  text-align: center;
}
table.list tr.video1 td , table.list-short tr.video1 td {
  text-align: center;
  vertical-align: bottom;
  border-bottom: 0px;
  padding-bottom: 0px;
}
table.list tr.video1 td.no-border img, table.list-short tr.video1 td.no-border img {
	border: 0px none;
}
table.list tr.video2 td , table.list-short tr.video2 td {
  text-align: center;
  vertical-align: top;
  border-top: 0px;
  padding-top: 0px;
}
/* --- formul --- */
table.formul {
  /*margin: 0px;*/
  margin: auto;
}
table.formul td {
  padding: 2px 5px 2px 5px;
}
table.formul2 {
  /*margin: 0px;*/
  margin: auto;
  background: none #F4F4F4;
}
/* --- formul2 --- */
table.formul2 td {
  border: 1px solid #696969;
  padding: 0px;
}
table.formul2 tr.head td ,
table.formul2 tr td.head {
  background: none #A8A8A8;
  padding: 0px 5px 0px 5px;
  color: #FFFFFF;
}
table.formul2 input.formtext {
  background: none transparent;
  border: 0px none;
}
/* --- gallery-list --- */
table.gallery-list {
  width: 100%;
  cursor: default;
  background: none #F4F4F4;
  /*border-top: 1px solid #E6E6E6;*/
}
table.gallery-list td {
  padding: 4px 0px 8px 0px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
table.gallery-list a {
  display: block;
  width: 100%;
  text-decoration: none;
}
table.gallery-list a:hover {
  text-decoration: none;
}
table.gallery-list td.head {
  border-top: 1px solid #FFFFFF;
  padding: 2px 0px 2px 0px;
  vertical-align: top;
  width: 100%;
}
table.gallery-list tr.active td {
  background: none #E6E6E6;
}
table.gallery-list img {
  margin: auto;
  display: block;
}
table.gallery-list tr.active img {
  /*border: 3px solid #C0C0C0;*/
}
/* --- gallery --- */
table.gallery {
  width: 100%;
  margin: 0px;
  cursor: default;
}
table.gallery td {
  padding: 4px 5px 8px 5px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
table.gallery img {
  display: block;
}
/* --- left-tree --- */
div.left-tree {
  background: none #FFFFFF;
  padding: 0px;
  margin: 0px;
  cursor: default;
}
div.left-tree a {
  text-decoration: none;
}
div.left-tree a:hover {
  text-decoration: none;
}
div.left-tree div.submenu {
  padding: 4px 0px 4px 0px;
  background: none #D0D0D0;
  border: 1px solid #FFFFFF;
  border-width: 4px 0px 4px 0px;
}
div.left-tree div.submenu div.submenu {
  padding: 2px 0px 4px 0px;
  background: none transparent;
  border: 0px none;
}
div.left-tree div.submenu table.tree-level-x {
  position: relative;
  left: -10px;
}
div.left-tree div.hidden {
  display: none;
}
table.tree-level-1 {
  width: 100%;
  margin: 1px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  table-layout: fixed;
}
table.tree-level-1 * {
  vertical-align: middle;
  text-align: left;
  line-height: 14px;
}
table.tree-level-1 td {
  margin: 0px 0px 0px 0px;
  padding: 4px 0px 4px 0px;
  background: none #696969;
}
table.tree-level-1 td.first { /* uz neni */
  width: 14px;
  display: none;
}
table.tree-level-1 td.images , table.tree-level-1 td.images-bg , table.tree-level-1 td.images-icon {
  width: 10px;
}
table.tree-level-1 td.images img , table.tree-level-1 td.images-bg img , table.tree-level-1 td.images-icon img {
  display: none;
}
table.tree-level-1 td.item-text-icon {
}
table.tree-level-1 a.item-img , table.tree-level-1 a.item-img:hover {
}
table.tree-level-1 a.item-text , table.tree-level-1 a.item-text:hover {
  display: block;
  padding-left: 4px; /*8px;*/
  padding-right: 8px;
  _width: 100%;
  color: #FFFFFF;
  font-weight: bold;
}
table.tree-level-1 tr.active a.item-text , table.tree-level-1 tr.over a.item-text , table.tree-level-1 tr.active a.item-text:hover {
  /*text-decoration: underline;*/
}
table.tree-level-1 tr.active td , table.tree-level-1 tr.over td {
  background: none #006736;
}
table.tree-level-x {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  table-layout: fixed;
}
table.tree-level-x * {
  vertical-align: top;
  text-align: left;
  line-height: 14px;
}
table.tree-level-x td {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
}
table.tree-level-x td.first { /* uz neni */
  width: 10px;
  display: none;
}
table.tree-level-x td.images , table.tree-level-x td.images-bg {
  width: 13px;
}
table.tree-level-x td.images img , table.tree-level-x td.images-bg img {
  display: none;
}
table.tree-level-x td.images-bg {
  /*background: repeat left top url(images/tree_level_x_dalsi.gif);*/
}
table.tree-level-x a.item-text , table.tree-level-x a.item-text:hover {
  display: block;
  padding-left: 1px; /*8px;*/
  padding-right: 8px;
  _width: 100%;
  color: #696969;
}
table.tree-level-x a.item-text:hover {
  text-decoration: none;
  color: #006736;
}
table.tree-level-x tr.active a.item-text , table.tree-level-x tr.active a.item-text:hover {
  color: #006736;
  text-decoration: underline;
}
/* --- webmap --- */
ul.webmap {
  list-style: none outside url(images/dot_ul.gif);
}
ul.webmap a {
  text-decoration: none;
}
ul.webmap a:hover {
  text-decoration: underline;
}
/* --- selectors --- */
div.selector-hidden {
  float: left;
}
div.selector-hidden a {
}
div.selector-hidden div.simul-links {
  display: none;
}
div.selector-hidden div.simul-links a {
}
div.selector-hidden div.simul-links span {
}
div.selector-noscript {
  float: left;
}
div.selector-noscript a {
  display: none;
}
div.selector-noscript div.simul-links {
}
div.selector-noscript div.simul-links a {
  display: inline;
}
div.selector-noscript div.simul-links span {
}
div.selector {
  position: absolute;
  margin-left: 67px;
}
div.selector a {
  float: left;
}
div.selector a img {
  width: 20px;
  height: 19px;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px none;
}
div.selector a:hover img {
  border: 0px none;
}
div.selector div.space {
  width: 25px;
  height: 10px;
  float: left;
}
div.selector-two{
  position: absolute;
}
div.selector-two b.stitle {
  display: block;
  float: left;
}
div.simul-select {
  float: left;
  cursor: default;
  margin: 0px 7px 0px 7px;
  background: none #696969;
}
div.selector-two div.simul-select {
  margin: 0px 4px 0px 4px;
}
div.simul-select a , div.simul-select span {
  color: #FFFFFF;
  padding: 0px 0px 0px 18px;
  line-height: 19px;
  width: 110px; /*102px;*/ /*120px;*/
  display: block;
}
div.selector-two div.simul-select a , div.selector-two div.simul-select span {
  padding: 0px 0px 0px 6px;
  width: 84px; /*74px;*/
}
div.simul-select a {
  border-top: 1px solid #4C4C4C;
  text-decoration: none;
  float: none;
}
div.simul-select a:hover {
  text-decoration: none;
  background: none #107030;
  color: #FFFFFF;
}
div.simul-select span {
}
div.simul-select span img {
  width: 21px;
  height: 19px;
  float: right;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px none;
}
div.simul-select span b {
  font-weight: normal;
  line-height: 19px;
}
div.simul-select .hidden {
  display: none;
}
input.simul-filter {
  margin-left: 20px;
}
/* --- contactmap --- */
div.contactmap-doly {
  background: no-repeat left top;
  width: 311px;
  height: 365px;
  float: right;
  /*position: relative;
  top: -16px;*/
}
div.contactmap-doly img {
  width: 311px;
  height: 365px;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
div.contactmap-mista {
  background: no-repeat left top;
  width: 311px;
  height: 273px;
  float: right;
  /*position: relative;
  top: -16px;*/
}
div.contactmap-mista img {
  width: 311px;
  height: 273px;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
ol#contactmapdolylist {
  margin-left: 18px;
}
ol#contactmapdolylist li.level {
  list-style-type: none;
  padding-bottom: 2px;
}
ol#contactmapmistalist {
  margin-left: 18px;
}
/* --- hrakviz --- */
table.hrakviz {
  background: none #000000;
  color: #FFFFA3;
}
table.hrakviz th {
  vertical-align: top;
  text-align: center;
  padding: 10px 5px 10px 5px;
  background: none #000000;
}
table.hrakviz td {
  vertical-align: top;
  text-align: left;
  padding: 2px 5px 2px 5px;
  background: none #333333;
}
table.hrakviz td.head {
  font-weight: bold;
  background: none #000000;
  padding-top: 10px;
}
/* --- strips --- */
table.strip-archiv {
  width: 100%;
  margin: 0px;
  cursor: default;
}
table.strip-archiv td {
  padding: 2px 5px 2px 5px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
table.strip-archiv img {
  display: block;
  margin: 2px 0px 5px 0px;
}
div.strip-archiv-hlasovani {
	width: 236px; /*240px;*/
	padding: 2px 5px 2px 5px;
	background-color: #E6E6E6;
	position: relative;
  text-align: left;
}
div.strip-archiv-hlasovani div.ratio {
  background: repeat-x left top url(images/icon_star_white.gif);
  position: absolute;
  left: 175px;
  top: 2px;
  width: 65px;
  height: 16px;
  z-index: 810;
}
div.strip-archiv-hlasovani div.ratio2 {
  background: repeat-x left top url(images/icon_star_green.gif);
  position: absolute;
  left: 175px;
  top: 2px;
  width: 65px;
  height: 16px;
  z-index: 820;
}
div.strip-archiv-hlasovalo {
	width: 236px; /*240px;*/
	padding: 2px 5px 2px 5px;
	text-align: right;
}
/* --- slovnik --- */
table.slovnik-form {
  width: 100%;
  margin: 0px 0px 8px 0px;
  cursor: default;
  background: none #F4F4F4;
}
table.slovnik-form td {
  padding: 5px 8px 5px 8px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
table.slovnik-form td.td01 {
  width: 330px;
}
table.slovnik-form td.td02 {
	width: 50px;
}
table.slovnik-form td.td03 {
}
table.slovnik-form * {
  vertical-align: middle;
  margin: 0px;
}
div.slovnik-data {
  padding: 0px 8px 0px 8px;
}
span.preklad {
	color: #107030;
}
span.light {
  color: #C0C0C0;
}
/* ---  --- */

a.strip-button img.strip-button {
  border: 0px none;
}
a.strip-button:hover img.strip-button {
  border: 0px none;
}
a.active-filter {
  color: #A8A8A8;
	text-decoration:none;
	
}
