body {
  margin-top: 10px;
  margin-left: 8px;
}

body, table {
  font-family: verdana, arial;
  font-size: 13px;
}

div#obal {
  width: 990px;
}

h1 {
  font-size: 150%;
  font-weight: bold;
  color: white;
  background-color: #00008b;
  padding: 5px 10px;
  margin-bottom: 5px;
}

h2 {
  font-size: 130%;
  font-weight: bold;
  margin: 0px;
}

div#prihlaseny {
  text-align: right;
}

input#login, input#heslo {
  width: 80px;
}

div#prihlaseny form {
  display: inline;
}

ul#menu {
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 20px;
}

ul#menu li span {
  font-weight: bold;
  color: orange;
}

div#chyba {
  color: red;
  background: #ffddd0;
  border: 1px solid red;
  padding:10px;
  margin-bottom: 10px;
  width: 40%;
  text-align: left;
}

table#formular {
  font-size: 13px;
}

table#formular th {
  text-align: right;
}

a {
  color: blue;
}

a:hover {
  color: orange;
}

table#uzivatele {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}

table#uzivatele th {
  color: white;
  background-color: gray;
  border: 1px solid gray;
}

table#uzivatele td {
  border: 1px solid #bbbbbb;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}

table.form {
  font-size: 13px;
}

table.form th {
  font-weight: normal;
  text-align: right;
}

/* Kurty ---------------------------------------------------------------------*/

table#kurty {
  border-collapse: collapse;
}

table#kurty th {
  font-size: 13px;
}

table#kurty td {
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  width: 65px;
  height: 65px;
}

table#kurty td.rezervovano {
  color: black;
  background: orange;
}

table#kurty td.rezervovano a {
  line-height: 200%;
}

table#kurty td.rezervovano a:hover {
  color: white;
}

table#kurty td.cislo_kurtu {
  font-weight: bold;
  font-size: 20px;
  color: white;
  background-color: gray;
}

table#kurty a {
  color: blue;
}

table#kurty a:hover {
  color: orange;
}

/* Kalend�� ------------------------------------------------------------------*/

table#kalendar {
  border-collapse: collapse;
  font-family: "arial ce", "helvetica ce", arial, sans-serif;
  font-size: 13px;
}

table#kalendar td#mesic {
  text-align: center;
  font-weight: bold;
}

table#kalendar td#mesic a {
  display: inline;
  text-decoration: none;
  color: black;
}

table#kalendar td#mesic a:hover {
  color: orange;
}

table#kalendar th {
  height: 2em;
}

table#kalendar td {
  padding: 0px;
  border: 1px solid white;
}

table#kalendar a {
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  color: black;
}

table#kalendar a:hover {
  background-color: white;
}

table#kalendar .normal {
  background: #d0d0d0;
}

table#kalendar .vikend {
  background: #aaaaaa;
}

table#kalendar td.dnes {
  background: orange;
}

/* Novinky -------------------------------------------------------------------*/

div#novinky_box {
  float: right;
  width: 770px;
}

div#novinky {
  overflow: auto;
  margin-top: 5px;
  border: 1px solid silver;
  height: 180px;
  _height: 190px;
  padding: 5px 10px;
}

div.datum {
  font-weight: bold;
  color: #00008b;
  margin-top: 10px;
}

table#novinky, table.admin {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}

table#novinky th, table.admin th {
  color: white;
  background-color: gray;
  border: 1px solid gray;
}

table#novinky td, table.admin td {
  border: 1px solid #bbbbbb;
  padding-left: 10px;
  padding-right: 10px;
}

table#novinky th#id, table.admin th.id {
  width: 30px;
}

table#novinky td.tlacitka, table.admin th.tlacitka {
  padding: 0px 10px;
  width: 100px;
}

#novinky p {
   padding: 0px;
   margin: 0px;
}

/* Ke sta�en� ----------------------------------------------------------------*/
div#download_box {
  width: 200px;
}

div#download {
  overflow: auto;
  margin-top: 5px;
  border: 1px solid silver;
  height: 100px;
  padding: 5px 10px;
}

a#btnFotogalerie {
  display: block;
  width: 198px;
  _width: 200px;
  line-height: 200%;
  border: 1px solid black;
  margin-top: 10px;
  background-color: #d0d0d0;
  color: black;
  text-align: center;
  text-decoration: none;
}

a#btnFotogalerie:hover {
  background-color: orange;
  color: white;
}

table.brigady {
   width: 100%;
   border-collapse: collapse;
   border: 1px solid #d0d0d0;
   margin: 5px 0px;
}

table.brigady th {
   width: 100px;
   text-align: right;
   vertical-align: top;
   background: #d0d0d0;
   padding: 3px 10px;
}

table.brigady td {
   border-bottom: 1px dashed #d0d0d0;
   padding: 3px 10px;
}