body {
  margin: 0px;
  padding: 0px;
  background-color: #00487D;
}

p {
  margin: 10px 30px;
  text-indent: 30px;
  text-align: justify;
}

a {
  text-decoration: underline;
}

a:link, a:visited {
  color: rgb(102,51,255);
}

a:active, a:hover {
  color: rgb(51,51,255);
}

h1 {
  font-family: Garamond;
}

img {
  border: none; 
}

fieldset {
  margin: 20px 10px;
  border: 1px gray ridge
}

legend {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

textarea {
  margin: 5px 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.bezodsazeni {
  text-indent: 0px;
}

.ilustracni_obr {
  margin: 20px;
}

.fotoram {
  width: 334px;
  margin: 10px 20px;
  border: 1px solid #00487D;
}

.popis_fotky {
  font-size: small; 
  margin-top: 0px;
}

.malepismo {
  font-size: 10px;
}

.hlaseni {
  background-color: rgb(255,255,102);
  border: 1px rgb(255,204,0) solid;
  margin: 10px; 
  padding: 5px 10px;
}

#telo {
  width: 920px;
  margin: 15px auto 50px;
  border: 3px solid #0066B3;
  background-color: #BFE4FF;
}

#hlavicka {
  margin: 0px 0px 5px 0px;
  width: 920px;
  height: 200px;
  background-image: url(img/logo_borovec.png);
  background-repeat: no-repeat;
}
.hidden {
  display: none;
}

/* MENU */

#menu {
/*  background-color: #80C9FF; byvala barva menu */ 
  margin: 10px 5px auto 10px;
  height: 100%;
  min-height: 600px;
  width: 230px;
  float: left;
}

#jazyky {
  margin: 5px;
  text-align: center;
}

#tlacitkamenu a {
  width: 230px;
  height: 100px;
  display: block;
  color: #00487D;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

#vlajka_cz {
  margin: 10px 20px;
}

#vlajka_en {
  margin: 10px 20px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#menu li {
  width: 230px;
  height: 100px;
  margin: 10px 5px;
  padding: 3px 5px;
}

#tlacitko_uvod {
  background-image: url(img/menu/uvod.png);
  background-repeat: no-repeat;
}

#tlacitko_profil {
  background-image: url(img/menu/profil.png);
  background-repeat: no-repeat;
}

#tlacitko_sluzby {
  background-image: url(img/menu/sluzby.png);
  background-repeat: no-repeat;
}

#tlacitko_kontakt {
  background-image: url(img/menu/kontakt.png);
  background-repeat: no-repeat;
}

#tlacitko_interni {
  margin-top: 30px;
  background-image: url(img/menu/intranet.png);
  background-repeat: no-repeat;
}

#tlacitko_uvod_en {
  background-image: url(img/menu/en/uvod.png);
  background-repeat: no-repeat;
}

#tlacitko_profil_en {
  background-image: url(img/menu/en/profil.png);
  background-repeat: no-repeat;
}

#tlacitko_sluzby_en {
  background-image: url(img/menu/en/sluzby.png);
  background-repeat: no-repeat;
}

#tlacitko_kontakt_en {
  background-image: url(img/menu/en/kontakt.png);
  background-repeat: no-repeat;
}

.tlac2 {
  color: black;
  background-color: rgb(255,153,51);
}

.odhlasit {
  background-color: rgb(255,51,51);
}

#obsah {
  width: 670px;
  float: right;
}

#kolecka {
  clear: both;
  height: 44px;
  background-image: url(img/kolecko.png);
  background-repeat: repeat-x;
}

#paticka {
  clear: both;
  color: #00487D;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 10px;
}

/* Obecne */

#prihlaseni_formular {
  width: 300px; 
  float: center;
}

#uvodni_text {
  margin: 60px 30px 10px;
}