a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul a:visited {
  color: #203643;
}
a:link img, a:hover img, a:visited img {
  border-style: none;
}

ul.menu { /* the navigation menu (parent folders) */ 
  background: #CCE76E;
  border-top: solid 1px #404822;
  border-bottom: solid 1px #404822;
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 0px;
  padding: 3px 0px 3px 2%;
  color: #404822;
}
ul.menu li {
  display: inline;
  color: #404822;
}
ul.menu li a {
  color: #404822;
}
ul.menu li.up {
  position: absolute;
  right: 2%;
}

h2 { /* headers and footers */
  font-weight: normal;
  font-size: 1em;
  line-height: 130%;
  color: #203643;
  margin: 3% 2% 1% 2%;
  padding: 2px;
  border: dotted 1px #203643;
}

ul.list { /* the list of subfolders */
  list-style-type: none;
  width: 68%;
  position: relative;
  left: 2%;
}
ul.list li {
  line-height: 130%;
  color: #203643;
}
ul.list li a {
  color: #203643;
}

div.thumbnail { /* the area of a single thumbnail */
  /* border: solid 1px #203643; */
  float: left;
  margin: 0px 10px 10px 0px;
  background: #DDDAB6;
}

div div.caption, div.name { /* this is for text below thumbnails and images */
  color: #404822;
  line-height: 130%;
  text-align: center;
  padding: 0px 4px;
}

div a { /* color of links in captions */
  color: #B85761;
}
h2 a { /* color of links in the headers/footers */
  color: #B85761;
}

div div.name { /* this is only for text below thumbnails */
  font-size: .8em;
  white-space: nowrap;
  overflow: hidden;
}

.content { /* the area under the navigation bar - content */
  margin: 0px;
  display: table;
  border-spacing: 10px;
}

/*** Images - levy sloupec ************************/

.images { /* the area all the pictures reside in */
  padding:0px;
}

#content .images img {
  border: solid 1px #203643;
  margin:0;
}

td.images {
  display: table-cell;
  vertical-align:top;
}

div.images { /* vyuzije se na strance s thumbnaily */
  margin: 10px 0px 0px 10px;
}

div.fullimage { /* the full image areas */
  border: solid 1px #203643;
  margin: 0px 0px 0px 0px;
  background: #CCE76E;
}

div.spacer { /* needed to clean the flow before and after floating thumbnails */
  clear: both;
}

address { /* the footer of all pages */
  display:none;
}

address span.helmar {
  display: none;
}


div div.name.wrap {
  white-space: wrap;
}
.fullimage table, .fullimage table tr, .fullimage table tr td, .fullimage table tbody {
  margin:0;
  padding:0;
  border:none;
  border-spacing:0;
}

.fullimage table caption {
  padding:2pt
}
