body {
  text-align: center;
}
body, td {
  font-size: 12px;
}
#wrap {
  width: 780px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-size: 180%;
  padding-left: 90px;
  padding-top: 25px;
  padding-bottom: 28px;
  /*margin-bottom: 20px;*/
  border-bottom: 3px solid rgb(74,165,239);
  background: #fff url(/images/logo.jpg) no-repeat left center;
}

h2 {
  font-size: 140%;
  color: #333;
  border-bottom: 2px solid rgb(74,165,239);
}
h3 {
  padding-bottom: 5px;
}
td.info {
  color: gray;
  font-style: italic;
}
div#nav {
  width: 350px;
  float: right;
}
div#nav li {
  margin: 3px;
}
div#bar {
  margin-top: 5px;
  margin-bottom: 15px;
}

table.kontakty {
  width: 48%;
  float: left;
  margin: 1%;
}
table.doba {
  width: 48%;
  float: left;
  margin: 1%;
}
table.misto {
  margin: 10px;
}
table.misto th {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
div.ad {
  width: 500px;
  height: 70px;
  margin-bottom: 15px;
  border-top: 1px solid rgb(74,165,239);
  border-bottom: 1px solid rgb(74,165,239);
}
div#footer {
  text-align: right;
  color: gray;
  border-top: 1px solid silver;
}
