// Kaskadovy styl pro prezentaci

body {
    width: 100%;
    text-align: left;
    text-family: Arial;
    background-color: white;
    font-size: 80%;
    padding: 0px;
    margin: 0px;
}

h1 {
  color: red;
  margin-bottom: 6px;
  font-family: Arial;
}

h2 {
  color: blue;
  margin-bottom: 6px;
  font-family: Arial;
}

h3 {
  color: green;
  margin-bottom: 6px;
  font-family: Arial;
}

div.obrazek {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

li {
  margin-left: 1em;
}

ul {
  list-style-position: outside;
  list-style-type: disc;
  margin-top: 6px;
}

ol {
  list-style-position: outside;
}

div.popisek {
  text-align: left;
  font-family: Arial;
}

div.text {
  clear: both;
  font-family: Arial;
}

form.navig {
  margin-bottom: 0px;
}

img.prvni {
  border: 0px;
}

img.dalsi {
  margin-left: 10px;
  border: 0px;
}

img.vicdalsi {
  margin-left: 100px;
  border: 0px;
}

img.mapa {
  margin-left: 200px;
  border: 0px;
}

div.navigace {
  margin-top: 20px;
}

span.tucne {
  font-weight: bold;
}

span.menu {
  font-style: italic;
}
