* {
  padding: 0;
  margin: 0;
}
body {
  background: #FFF; 
  font-family: Arial;
  font-size: 0.8em;
}
#jazyky, #leva-strana, .drobeckova-navigace, #uvodni-strana-link  {
  display: none;
}
a#home-link strong{
  font-size: 1em; 
  display: block;
  color: #F3008C;
  padding: 3px;
  border-bottom: 1px solid #F3008C;
  margin-bottom: 1em;
}
a#home-link {
  text-decoration: none;
  color: #000;
}
table.rekapitulace th, table.rekapitulace td {
  padding: 5px;
}
table.rekapitulace th {
  text-align: left;
  font-weight: bold;
}
table {
  margin-bottom: 15px;
}
.dostupnost {
  width: 100%;
}
.dostupnost th , .dostupnost td{
  padding: 5px
}
.dostupnost th {
  font-weight:bold;
  color: #666;
  border-bottom: 1px solid #CCC;
  text-align: left;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.celkem td {
  font-weight: bold;
  border-top: 1px solid #CCC;
}
input {
  display: none;
}
/* obecne */
p {
  padding-bottom: 1em;
  line-height: 1.3em;
}
h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1em;
}
h1 {
 padding-bottom: 1em;
 font-size: 20px;
 font-weight: normal;
}
ul li {
  margin-left: 25px;
  line-height: 25px;
}
ul {
  padding-bottom: 15px;
}
a {
  color: #F3008C;
}
a:hover {
  color: #414141;
}
/* rezervace */