body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/* thickbox */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}

* html #TB_window { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}

#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}

#TB_title{
  background-color:#e8e8e8;
  height:27px;
}

#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
  padding:15px;
}

#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}

#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}




/* obecne */

.nowrap {white-space: nowrap;}
.center {text-align: center;}
br.all, br.both { clear: both; }
.bold { font-weight: bold;}

/* menu */


ul.menuleft, ul.menuleft ul {
  text-align:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}


ul.menuleft ul {
  margin: 0;
  float: none;
}

ul.menuleft li {
  list-style-type: none;
  margin: 0px;
  position: relative;
  padding:0;
  width: 190px;
  _width: 180px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #736149;
  background-image: url(./topmenu_bg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  border: 1px solid #3E4F4F;
}

ul.menuleft li:hover {
  background-color: #8F734E;
  background-image: url('./topmenu_bg_hover.jpg');
}

ul.menuleft ul.CSStoShow {
  display: block;
}

ul.menuleft li:hover > ul {
  display: block;
}

ul.menuleft li a {
  font-size:13px;
  color: #FFFF80;
  text-decoration:none;
  display:block;
  padding: 8px;
  padding-right: 0;
}

ul.menuleft li a:hover, ul.menuleft li a.CSStoHighLink {
  color: #DDD;
}

.menuleft a {
  font-size:13px;
  color:#1A384F;
  text-decoration:none;
  display:block;
  padding: 8px;
  padding-right: 0;
}
.menuleft a:link, .menuleft a:visited{  color: white; font-weight: bold; }

.menuleft li { *float:left; *height:1%; _float:left; _height:1%; _width: 180px; }
.menuleft li a { *height:1%; _height:1%;}

.menuleft ul, .menuleft ul ul{
  margin: 0;
  padding: 0;
  list-style-image: none;
  width: 185px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

ul.menuleft li > ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 190px;
  _left: 180px;
}


.menuleft li ul{
  position:absolute;
  left:180px;
  top:0;
  display:none;
}

.menuleft li.level1 {
  margin: 3px;
  margin-top: 0;
}

.menuleft li.level2, .menuleft li.level3, .menuleft li.level4 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

}

iframe.over { width: 100%; height: 100%; position: absolute; top: 0; left: 0; margin: 0; float: none; clear: none; z-index: -1;}

.menuleft ul, .menuleft ul ul, .menuleft li:hover ul ul, .menuleft li:hover ul ul ul {display:none;}
.menuleft li:hover ul, .menuleft ul li:hover ul, .menuleft ul ul li:hover ul{display:block;}

.invisible { display:none; }
.invisible li, ul.invisible a { display:none; }

/** BODY ELEMENTS **/
body {
  font-size: .75em;
  text-align: center;
  color: #333;
  background-color: #ccc;
  background-image: url('glossymetal.jpg');
}

div#logo {
  margin: 40px 0 0 20px;
  background-image: url('logo.png');
  background-repeat: no-repeat;
  
  text-indent: -5000px;
}

div#logo a {
    display: block;
  width: 140px;
  height: 70px;
  outline: none;
}

/** MAIN CONTAINERS **/
div#container {
  width: 982px;
  margin: 0 auto;
  text-align: left;
}

div.lcol div.column 	{ float: left; }				/* left column */

div#header-in {
  padding: 0px;
}
div#content-wrap {
  background-color: #AF9877;
  background-image: url('content-bg.png');
  margin-top: 10px;
  *margin: 0; _margin: 0;
}

div#content {
  float: right;
  width: 760px;
  background-color: #EDEDED;
  margin-right: 10px;
  _margin-right: 0;
  _width: 760px;
}

div#content-in {
  padding: 20px;
}
div#leftcolumn {
  padding: 3px;
  padding-top: 0;
  float: left;
}

div#footer {
  height: 30px;
  color: white;
  text-align: right;
  background-color:  #87755C;
  margin-bottom: 20px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomright: 10px;
}

div#footer-in {
  padding: 5px 20px;
}

div.clear {clear: both; }

div.nadpis {
  padding: 10px;
}

div.nadpis input {
  width: 500px;
  font-size: 2em;
}

div.wym_tools ul {
  height: 30px;
}

div.menueditor ul {
  padding: 5px 20px;
  line-height: 1.5;
}

div.menueditor ul li {
  border-left: 1px dotted #cccCCC;
  border-top:  1px dotted #cccCCC;
}

div.menueditor ul li a.item {
  font-weight: bold;
  padding: 1px;
  text-decoration: none;
  color: black;
  font-size: 9pt;
  width: 300px;
}

div.menueditor ul li a {
  width: 30px;
  display: inline-block;
  text-decoration: none;
  color: black;
}

.wym_floater { width: 160px; float: left; margin-left: 5px;}

div#topmenudiv {
  text-align:left;
  float: left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  width: 100%;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius-topleft: 10px;
  -webkit-border-radius-topright: 10px;
  padding: 10px 0 0 0;
  background-color: #AF9877;
  height: 40px;
}

ul.topmenu {
  height: 35px;
  width: 100%;
  background-color: #87755C;
  background-image: url('./topmenu_bg.jpg');
}

ul.topmenu li {
  list-style-type: none;
  position: relative;
  float: left;
  text-align: center;
  display: table-row;
}

ul.topmenu  a {
  color: white;
  text-decoration: none;
  font-size: 9pt;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  width: 88px;
  _display: inline-block;
  *display: inline-block;
  *padding-top: 5px;
  _padding-top: 5px;
}

ul.topmenu li a:hover {
  background-color: #E95B2B;
  background-image: url('./topmenu_bg_hover.jpg');
}

body.auth ul.topmenu a {
  width: 78px;
}

div.admin ul.menuleft {
  border-top: 20px solid black;
}

div#content-in table td{
  border: 1px solid #CCC;
  padding: 3px;
}

div#content-in table caption {
  font-weight: bold;
  font-size: 12pt;
  margin-top: 10px;
}

p { padding: 5px; }

strong {font-weight: bold; }

div#content-in ul.editor li.level2 > a { color: #008800; }
div#content-in ul.editor li.level3 > a { color: #000088; }
div#content-in ul.editor li.level4 > a { color: #880000; }

tr.blue { background-color:#9191FF  }
tr.red  { background-color: #FF3300; }
tr.grey  { background-color: #CCCCCC; }
tr.volny  { background-color: #BFE4FF; }
tr.yellow  { background-color: #FFFF80; }
tr.lightgrey { background-color: #EEEEEE; }
tr.FFCA80 { background-color: #FFCA80; }
tr.lime  { background-color: lime; }
td.top {vertical-align: top; }

.right {text-align:right;}
.left {text-align:left;}
.center {text-align:center;}

div.delform,
div.addform {
  display: table-row;
  width: 100%;
}

div.addform {
  background-color: #BBF443;
}

div.delform div,
div.addform div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

div.delform input[type=submit],
div.addform input[type=submit] {
  width: 200px;
  height: 80px;
}


div.delform div.button,
div.addform div.button{
  width: 30%;
  padding: 20px;
}


fieldset.addnews legend, fieldset.adddownload legend {
  cursor: pointer;
}

form#addnewform, form#adddownloadforsm {
  display: none;
}

fieldset.addnews, fieldset.adddownload {
  border: 1px solid #ccc;
}

fieldset.addnews input[type=text], fieldset.adddownload input[type=text] {
  width: 300px;
}

fieldset.addnews label, fieldset.adddownload label {
  float: left;
  width: 150px;
}

fieldset.news {
  border: 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1em;
}

fieldset.news legend {
  margin-right: 50px;
  padding: 5px;
}

fieldset.news h5 {
  margin: 0;
}

fieldset.news div.content {
  padding-top: 1em;
  text-align: left;
}


div.downloadfile div {
  float: left;
}

div.downloadfile div.link, div.downloadfile div.description {
  padding: 10px 30px;
}

div.link {
  width: 100px;
}

div#searchbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border-bottom: 2px solid #586B7A;
  display: block;
  left: 0;
}

div.downloadfile {
  clear: both;
  padding: 5px;
}

div.downloadfile input[type=submit] {
  width: 80px;
  height: 60px;
  float: right;
}

div.downloadfile.odd {
  background-color: #ddd;
}


div.edititem input[type=submit] {
  width: 80px;
  height: 60px;
  float: right;
}

div.edititem div.perex {
  width: 500px;
  float: left;
}

div.edititem fieldset {
  border: 1px solid #ccc;
}

table.userslist {
  width: 100%;
}


/* registracni formular */
div.nonrequired label, div.required label{
  width: 100px;
  float: left;
  margin-left: 10px;
}

div.required label {
  font-weight: bold;
}

div.nonrequired div div, div.required div {
  float: left;
}

form.regform fieldset {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 0;
}

form.regform input, form.regform select {
  width: 200px;
}

div.usertype div, div.userallow div {
  width: 600px;
  text-align: right;
  margin: auto;
}

div.usertype label, div.userallow label {
  float: right;
  width: 500px;
  text-align: left;
  padding-left: 20px;
}

form.regform div.notice {
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

form.regform div.regtype {
  width: 49%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
}

div.regtype {
  padding: 20px;
  border: 1px solid #ddd;
  width: 30%;
  margin-bottom: 20px;
}

form.regform fieldset.top {
  padding: 5px;
}


div.error {
  width: 100%;
  border: 1px solid red;
  padding: 10px;
  font-weight: bold;

}

div.downloadfile div {
  float: left;
}

div.downloadfile div.link, div.downloadfile div.description {
  padding: 10px 30px;
}

div.link {
  width: 100px;
}


div.downloadfile {
  clear: both;
}

h2 {
  font-family: times new roman,serif;
  font-size: 14pt;
  border-width: 1px 0;
  border-color: #ddd;
  border-style: solid;
  text-align: center;
  margin: 30px 0 20px 0;
  text-align: left;
}

h3 {
  font-family: times new roman,serif;
  font-size: 13pt;
  border-width: 1px 0;
  border-color: #ddd;
  border-style: solid;
  text-align: center;
  margin: 20px 0 10px 0;
}

h4 {
  font-family: times new roman,serif;
  font-size: 12pt;
  text-align: left;
  margin: 20px 0 5px 0;
}

h5 {
  font-family: times new roman,serif;
  font-size: 11pt;
  text-align: left;
  margin: 10px 0 5px 0;
  font-weight: bold;
}


h6 {
  font-family: times new roman,serif;
  font-size: 10pt;
  text-align: left;
  margin: 10px 0 5px 0;
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
  color: #162983;
}

div#content-in table td{
  border: 1px solid #CCC;
  padding: 3px;
}

div#content-in table caption {
  font-weight: bold;
  font-size: 12pt;
  margin-top: 10px;
}

p { padding: 5px; }

strong {font-weight: bold; }


tr.blue { background-color:#9191FF  }
tr.red  { background-color: #FF3300; }
tr.grey  { background-color: #CCCCCC; }
tr.volny  { background-color: #BFE4FF; }
tr.yellow  { background-color: #FFFF80; }
tr.lightgrey { background-color: #EEEEEE; }
tr.FFCA80 { background-color: #FFCA80; }
tr.lime  { background-color: lime; }
td.top {vertical-align: top; }

.right {text-align:right;}
.left {text-align:left;}
.center {text-align:center;}

table p {
  padding: 0;
  margin: 0;
}

div#content-in ol,
div#content-in ul{
  margin-left: 20px;
}

div#content-in table.borderless td {
  border: 0;
}

img.floatleft {
  float: left;
}

img.floatright {
  float: right;
}


ul#navigation{
  text-align:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  height: 30px;
  border: 1px solid #666;
  background-color: #FFFFFF;
}

ul#navigation li {
  list-style-type: none;
  position: relative;
  float: left;
  text-align: center;
  height: 30px;
  background-image: url('../img/hierarchy.gif');
  background-position: center right;
  background-repeat: no-repeat;

}
ul#navigation li a {
  color: #666;
  text-decoration: none;
  padding: 6px 10px;
  display: inline-block;
  font-size: 13px;
}


ul#navigation li:hover a {
  text-decoration: underline;
}

ul#navigation li:last-child {
  background-image: none;
}

fieldset.news {
  border: 1px solid #DDD;
  margin-bottom: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  padding-top: 0;
  background-color: #F3F3F3;
}

fieldset.news legend {
  margin-right: 50px;
  padding: 5px;
}

fieldset.news h5 {
  margin: 0;
}


div#searchbar {
  background-color: #3E4F4F;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 0;
  text-align: right;
  border-bottom: 2px solid #586B7A;
}

div#searchbar form {
  padding-right: 30px;
}

div#searchbar input.input{
  background-color: #FEF6E2;
  border: 1px solid #586B7A;
  color: black;
}

div#searchbar label{
  color: #ddd;
}

.white, .whiter {
  background-color: white;
}

body#admin div#searchbar div.error {
  color: white;
  text-align: center;
}

div.moreservices {
  padding-top: 3em;
  text-align: center;
}

#mapa img { 
  border: 0px none; padding: 0px; margin: 0px;
}

#mapa #ma { margin: auto; padding: 0px;
            background-color: #7AA1E6;
            background-image: url("http://www.lesatherm.cz/img/mapa/poz.gif");
            background-position: top left;
            background-repeat: no-repeat; width: 200px; font-size: 1px;
}

.threeparts {
  width: 32%;
}

div.kraje {
    float: left;
    width: 200px;
}