html
{
background-color: #A17E5B;
font-family: roboto, Calibri, Verdana;
font-size: 16px;
margin: 0px;
padding: 0px;
padding-bottom: 15px;
}

body
{
  overflow-y: scroll;
}

div#hlava
{
width: 94%;
height: 150px;
float: left;
margin: 0px;
padding: 0px;
padding-right: 6%;
text-align: right;
background: url('/img/logo.png') no-repeat #301000 left center;
}

div#obsah
{
width: 55%;
height: auto;
background-color: white;
float: right;
margin-right: 6%;
padding-left: 15px;
padding-right: 45px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 0px;
min-height: 500px;
}

div#obsah h1
{
font: 24px roboto3, Verdana;
padding: 0px;
margin: 0px;
}

div#obsah h2
{
font: 22px roboto2, Verdana;
padding: 0px;
margin: 0px;
}

div#obsah h3
{
font: 20px roboto2, Verdana;
padding: 0px;
margin: 0px;
margin-left: 30px;
}

div#obsah h4
{
font: 16px roboto3, Verdana;
padding: 0px;
margin: 0px;
margin-left: 30px;
}

div#obsah h5
{
font: 16px roboto3, Verdana;
padding: 0px;
margin: 0px;
margin-left: 30px;
color: #00ca9F;
}

div#obsah p
{
padding: 0px;
margin: 0px;
margin-left: 30px;
text-align: justify;
}

div#obsah ol
{
padding: 0px;
margin: 0px;
margin-left: 20px;
}
�
div#obsah ul
{
padding: 0px;
margin: 0px;
margin-left: 20px;
}

div#obsah ol li
{
padding: 0px;
margin: 0px;
text-align: justify;
margin-left: 40px;
}

div#obsah ul li
{
padding: 0px;
margin: 0px;
text-align: justify;
margin-left: 20px;
}

div#obsah a
{
font: 22px roboto2, Verdana;
text-decoration: none;
color: black;
}

div#obsah a:hover
{
font: 22px roboto2, Verdana;
text-decoration: overline;
color: #00ca9f;
}

div#obsah a.maly
{
font: 16px roboto2, Verdana;
text-decoration: none;
color: black;
margin-left: 30px;
}

div#obsah a.maly:hover
{
font: 16px roboto2, Verdana;
text-decoration: overline;
color: #00ca9f;
margin-left: 30px;
}

div#obsah table
{
border: black solid 0px;
text-align: center;
}

div#obsah table a.maly
{
margin-left: 50px;
}

div#obsah table a.maly:hover
{
margin-left: 50px;
}

div#obsah a.fotky
{
line-height: 150px;
display: block;
}

div#obsah a.fotky img
{
  vertical-align: top;
}

div#obsah a.fotky:hover
{
  text-decoration: none;
}

div#obsah a.pozvanka
{
display: block;
text-align: center;
}

div#obsah a.pozvanka:hover
{
  text-decoration: none;
}

div#menu
{
width: 280px;
height: 150px;
float: right;
clear: left;
margin: 0px;
margin-top: 40px;
}

div#menu a.dokumenty
{
display: block;
font: 20px roboto, Verdana;
text-align: center;
line-height: 40px;
color: #FFFFFF;
background-color: #301000;
text-decoration: none;
}

div#menu a.dokumenty:hover
{
background-color: white;
color: #301000;
}

div#menu a.dokumenty1
{
display: block;
font: 20px roboto, Verdana;
text-align: center;
line-height: 40px;
color: #FFFFFF;
background-color: #200B00;
text-decoration: none;
}

div#menu a.dokumenty1:hover
{
background-color: white;
color: #200B00;
}

div#menu a.dokumenty2
{
display: block;
font: 20px roboto, Verdana;
text-align: center;
line-height: 40px;
color: #FFFFFF;
background-color: #007e63;
text-decoration: none;
}

div#menu a.dokumenty2:hover
{
background-color: white;
color: #007e63;
}

div#menu a#act
{
display: block;
background-color: #00ca9f;
text-decoration: overline;
}

@font-face
{
font-family: roboto;
src: url(font/roboto.ttf);
}

@font-face
{
font-family: roboto2;
src: url(font/roboto2.ttf);
}

@font-face
{
font-family: roboto3;
src: url(font/roboto3.ttf);
}

div#pata
{
width: 55%;
height: auto;
background-color: #301000;
float: right;
margin-right: 6%;
padding-left: 30px;
padding-right: 30px;
padding-top: 0px;
padding-bottom: 5px;
font: 14px roboto, Verdana;
text-align: center;
color: white;
}

div#pata a
{
color: #00ffde;
text-decoration: none;
}

hr {
margin: 10px 0px 0px -15px;
width: 50%;
height: 1px;
background-color: black;
border-width: 0px
}

/*  Gallery Image Slider */ 

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: black;
  opacity: 75%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  background-color: black;
  opacity: 75%;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}