/*
 *  styly pro menu na leve strane
 */

#mainDIV_menu {
  font-family: sans-serif;
  font-size: 1em;
}

div.menu_nadpis {
  margin-top: 16px;
  padding: 5px;
  background-color: #FDF9D0;
  text-align: center;
  font-weight: bold;
}

div.menu_polozka {
  padding: 5px;
  text-align: center;
}

/* menu */
a.menu {
  color: #B5A685;
  font-weight: bold;
  text-decoration: none;
}
a.menu:hover {
  text-decoration: underline;
}
a.menu:visited {
}


/* sister sites */
a.sisterSites {
  color: blue;
  font-family: monospace;
  font-weight: normal;
  text-decoration: none;
}
a.sisterSites:hover {
  text-decoration: underline;
}
a.sisterSites:visited {
  /*color: black;*/
}

/* Google */

#googleSearch {
}
#googleSearch form table {
}

#googleAdds {
  margin-top: 33px;
  text-align: center;
}
#googleAdds iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

