body, html
{
  font-family: "Garamond", "Times", serif;
  font-size: 14pt;
  
  text-align: center;
  /*background-color: rgb(232,232,232);*/
  background-color: rgb(225,232,252);

}

.box
{
  background-image: url("0.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  border: none;
  background-color: rgb(241,241,241);
  width: 800px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  /*padding: 40px;*/
  padding-top:110px;
}

.obsah
{
  margin: 40px;
  margin-top: 0px;
  padding: 0px
  border: none;
  margin-bottom: 40px;
}

h1
{
  margin-top: 0px;
  font-size: 24pt;
  color: white;
  margin-left: 20px;
  margin-bottom: 40px;
}

h2
{
  font-size: 18pt;
}

p
{
  margin-bottom: 4px;
}

em
{
  font-weight: bold;
  Font-style: normal;
}

blockquote
{
  border-left: 15px solid rgb(255,255,255);
  padding-left: 15px;
  padding-right: 25px;
  Font-style: italic;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hlmenu
{
  background-color: #E6E6E6;
  float: right;
  /*width: 100px;*/
  margin-right: -40px;
  border-top: 10px solid rgb(211,211,211);
  border-bottom: 10px solid rgb(211,211,211);
  border-left: 1px solid rgb(211,211,211);
  border-right: 1px solid rgb(211,211,211);
  margin-left: 15px;
  margin-bottom: 15px;
}



.hlmenu a
{
  text-decoration: none;
  display: block;
  text-align: center;
  color: black;
  border: 1px solid white;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

.hlmenu a:hover
{
  background-color: rgb(225,232,252);
  color: rgb(22,0,98);
  font-weight: bold;
  border: 1px solid silver;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.hlmenu a.aktualni
{
  background-color: rgb(225,232,252);
  color: rgb(102,102,102);
  font-weight: bold;
  border: 1px solid silver;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
