/***** prichute *****************/
.prichute table {
  border-collapse: collapse;
  width: 90%;
  border: 1px solid #ccc;
}
.prichute td {
  width: 50%;
  padding: 2px 4px;
  background: #eee;
  border: 1px solid #ccc;
}
.prichute .tablehead td {
  background: #048;
  color: #fff;;
}

a.imgright img { height: 100px; }

/* galerie */
#main .gal ul { margin: 0; padding: 0; }
#main .gal li {
  list-style: none;
  float: left;
  width: 140px;
  height: 200px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  background: #eee;
  padding: 10px 0 0;
  font-size: 11px;
}
#main .gal a img { width: 120px; border: 1px solid #ccc; }
#main .gal a:hover img { border: 1px solid #e08; }

.galerie strong {
  font-style: italic;
  color: #e08;
  font-weight: normal;
}

/* seznam */
#main div.skupina {
  float: left;
  width: 375px;
  margin: 0;
}
#main .skupina a {
  font-weight: normal;
}
#main .skupina p {
  margin: 0;
}

.skupina strong {
  font-style: italic;
  color: #e08;
  font-weight: normal;
}
.skupina strong span {
  color: #048;
}

/***** kontakt **************/
#mapa {
  float: left;
  width: 350px;
}
#mapa img {
}

#pobocka {
  float: right;
  width: 380px;
}
#pobocka p {
  padding: 10px 0;
}







/***** AKTUALITY - PRISPEVKY ********************/
.prispevek {
  border: 1px solid #048;
  padding: 10px;
  background: #eee;
}
.prispevek h3 {
  font-size: 1.15em;
}
.prispevek .datum {
  font-style: italic;
}
.prispevek .zprava {
  padding: 5px 0 0;
}


/***** PORADNA - PRISPEVKY ********************/
.otazka {
  font-weight: bold;
}

/***** PORADNA - FORMULAR **************/
#dform table {
  border: 1px solid #048;
  width: 100%;
  padding: 0px;
  margin: 0 auto 10px;
  background: #eee;
}
#dform td {
  padding: 10px 10px 0;
  vertical-align: top;
}
#dform .fnazev {
  width: 70px;
}
#dform input,
#dform textarea {
  border: 1px solid #048;
  padding: 1px;
}
#dform textarea {
  height: 100px;
  width: 660px;
}
#dform .submit {
  text-align: right;
  padding: 10px;
}
#dform .submit input {
  width: 100px;
  font-weight: bold;
  color: #fff;
  background: #048;
  cursor: hand;
  cursor: pointer;
}

#main #dform .code img {
  vertical-align: middle;
}
#dform .code input {
  vertical-align: bottom;
  margin: 0 10px 1px;
  width: 50px;
}

/***** STRANKY ******************************/
#pages a {
  font-weight: bold;
  color: #048;
  margin: 0 2px;
  padding: 1px 2px
}
#main #pages a:hover {
  background: #e08;
  color: #048;
  text-decoration: none;
}
#pages a.selected {
  background: #e08;
  color: #fff;
  text-decoration: none;
}
.prispevek .cas {
  font-size: 11px;
}
.derror {
  font-weight: bold;
  margin: 5px 0 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #c00;
}
.prispevek .jmeno {
  font-weight: bold;
  font-size: 14px;
}




