/* ---------------------------typové styly--------------------------------- */
.odsazeni {
  margin-left: 25px;
  margin-right: 25px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.red {
  color: red;
}

.navy {
  color: navy;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.zvyrazneni {
  font-size: 1.3em;
  font-weight: bold;
}

.clear {
  clear: both;
}

.nadpis {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
  color: #808080;    /* grey */
  display: none; /* skrytý nadpis!! */
}

.visible {
  display: block;
}


.text_decoration_none {
  text-decoration: none;
}

img.border {
  border: 2px black solid;
  margin-bottom: 10px;
  border-radius: 3px;
}

div.text_align_center {
  text-align: center;
}

div.text_align_center img, div.text_align_center table {
  margin: 15px auto;
}

.vertical_align_top th {
  vertical-align: top;
}

.margin_top {
  margin-top: 25px;
}

/* ---------------- konec - typové styly -----------------------------*/
#loader { 
		border: 5px black solid;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
}

body {
  margin: 0;
  text-align: center;
  background-color: #e8dab8; /* nebo šedá b5b5b5, hnedá 874a49, svetle hneda 897272  */
  font-family: Times New Roman;
  font-size: 15px;
}

.stranka_s_okrajem {
  margin: 10px auto;
  width: 910px;
  border: 10px #353535 solid;
  border-radius: 10px;
  background-image: url('slices/pozadi.jpg');
  background-repeat: repeat;
}

.stranka {
  margin: 0 auto 10px auto;
  width: 900px;
  text-align: left;
}

div.logo {
  background-image: url('slices/logo.jpg');
  width: 100%;
  height: 170px;
}

#menu {
  width: 900px;
  height: 48px;
}

#menu .levo {
  background-image: url('slices/menu_levo.jpg');
  float: left;
  width: 14px;
  height: 48px;
}

#menu .pravo {
  background-image: url('slices/menu_pravo.jpg');
  float: right;
  width: 14px;
  height: 48px;
}

#odkazy {
  background-image: url('slices/menu.jpg');
  background-repeat: repeat-x;
  margin-left: 14px;
  width: auto;
  height: 48px;
  text-align: center;
}

#odkazy ul {
  list-style-type: none;
  margin: 0 0 0 65px;
  height: 48px;
  width: auto;   /* centrovani menu, pri editaci odkazů zmenit */
  padding: 0;
}

#odkazy ul li {
  float:left;
}

#odkazy ul .rozdelovac {
  font-size: 18px;
  color: #FFC0CB;    /* pink */
  float: left;
  padding: 12px 7px 0px 7px;
}

#odkazy ul li a, #odkazy ul li .menu_odkaz  {
  float: left;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: -1px;
  color: white;
  display: block;
  line-height: 45px;
  width: auto;
  font-family: Trebuchet MS, Helvetica, sans-serif;
}
                     
#odkazy ul li a:hover, .odkaz_active {
  color: #FFD700;  /* šedá #C0C0C0, skoro červená #DC143C, deepskyblue #00BFFF, zluta #FFD700*/
}

#odkazy ul li div
{	
  position: absolute;
  margin-top: 44px;
  background-color: black;
  padding: 2px 0;
  margin-left: 0;
  display: none;
  z-index: 1000;
  border: 1px white solid;
  border-radius: 7px;
  max-width: 200px;
  clear: left;
}

#odkazy ul li div ul {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

#odkazy ul li div ul li {
  margin: 0;
  padding: 0;
  float: none;
  clear: left;
}

#odkazy ul li div a {
  line-height: 30px;
  width: 100%;
  padding: 0 10px 0 10px;
  text-align: left;
}

div.telo {
  width: 870px;
  padding: 25px 15px;
  min-height: 500px;
}

.podpis {
  margin-top: -5px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  color: black;
  font-size: 12px;
}

span.zpet {
  float: left;
  margin-top: -10px;
}

.zpet a {
  text-decoration: none;
  color: gray;
}

.zpet a:hover {
  color: black;
}

table.novinky {
  margin-top: -10px;
  border-width: 0;
  width: 100%;
}

.novinky a {color: navy;}

.novinky th {
  vertical-align: top;
  width: 65px;
}

p {
  margin: 0 0 5px 0;
  padding: 0;
  text-align: justify;
}

div.odkazy p a{
  text-decoration: none;
}

.oplemeni ul a {
  text-decoration: none;
}

.oplemeni ul ul {
  font-size: 0.9em;
  margin-left: 10px;
  padding-left: 10px;
}

.oplemeni .obsah {
  text-align: left;
  margin: -15px auto 0 auto;
  width: 420px;
}

.oplemeni h3 {
  width: 100%;
  padding-left: 10px;
  background-color: silver;
  border-radius: 5px;
  line-height: 30px;
}

.oplemeni h4 {
  font-size: 1.1em;
  margin: 15px 0;
  font-variant: small-caps;
  font-weight: bold;
  color: red;
}

.oplemeni h5 {
  margin: 10px 0;
  font-weight: bold;
  margin-left: 10px;
}

.oplemeni p {
  margin-left: 20px;
}

.oplemeni span.float_right {
  margin-top: 15px;
  background-color: transparent;
}

.oplemeni div.float_left {
  padding: 0 20px;
}

div.kontakt_center p {
  font-size: 18px;
  margin-top: 30px;
  float: right;
  font-weight: bold;
}

div.kontakt_center fieldset {
  border: 1px gray solid;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

div.kontakt_center input {
  border: 1px black solid;
  background-color: white;
  width: 154px;
  padding: 2px;
  line-height: 20px;
  margin: 0 10px;
}

div.kontakt_center .submit {
  margin-top: 15px;
}

div.check {
  margin: 5px auto;
  width: 300px;
}

div.check img {
  float: left;
}

div.kontakt_center .submit:hover {
  background-color: deepskyblue;
}

p.oznameni {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 1.3em;
}

div.kontakt_center input:focus {
  border: 3px red solid;
  width: 150px;
  line-height: 16px;
}

div.kontakt_center textarea:focus {
  border: 3px red solid;
  height: 150px;
  width: 600px;
}

div.kontakt_center textarea {
  border: 1px black solid;
  padding: 5px;
  background-color: white;
  resize: none;
  height: 154px;
  width: 604px;
  margin: 10px auto 0 auto;
}

.table_kontakt {
  margin: 10px auto;
  text-align: left;
}

div.kontakt_center {
  text-align: left;
  width: 620px;    /* zmenit pri zmene kontaktu pro vycentrovani!! */
  margin: 0 auto;
}

div.nasipsi_center {
  text-align: center;
  width: 660px;  /* nasi psi, zmenit sirku pri pridani psa */
  margin: 0 auto;
}

div.vrh_center {
  text-align: center;
  width: 620px;  /* nasi psi, zmenit sirku pri pridani psa */
  margin: 0 auto;
}

table.stenata {
   text-align: left;
   width: 90%;
   border-collapse: collapse;
}

table.stenata td {
  border: 1px silver solid;
}

table.stenata th {
  background-color: #8B0000;
  color: white;
  border: 1px black solid;
}

div.nasipsi_center div table {
  text-align: left;
  margin: 10px auto;
}

div.nasipsi_center div {
  margin: 0 15px;
  padding: 15px;
  border: 1px black solid;
  height: 300px;
  width: 268px;
}

div.vrh_center div {
  margin: 0 15px 20px 0;
  padding: 10px;
  border: 1px black solid;
  height: 260px;
  width: 268px;
}

div.nasipsi_center p, div.vrh_center p {
  padding: 0;
  margin: 0;
  text-align: center;
}

div.nasipsi_center p a, div.vrh_center p a {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

iframe.kniha {
  width: 100%;
  min-height: 900px;
}

iframe.galerie {
  border: 0;
  width: 100%;
  height: 760px;
  margin-top: -10px;
}

.chs table {
  border-collapse: collapse;
  width: 250px;
  border-bottom: 2px silver dashed;
}

.chs table th {
  border-bottom: 2px silver dashed;
}

div.cindy .pohary {
  margin-top: 50px;
}

div.cindy table {
  width: 480px;
  border: 0;
}

div.cindy table table {
  position: relative;
  right: 40px;
  border: 0;
}

div.cindy div.obrazky {
  width: 258px;
  margin-right: -5px;
}

div.ulsan div.obrazky {
  width: 166px;
  margin-right: -5px;
}

.logo .vlajka {
  margin-top: 120px;
  margin-right: 20px;
}


































