#stranka {
  background-color: sandybrown;
  font-family: Verdana, Geneva, sans-serif;
  min-width: 1000px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 2px 2px 2px grey;
  -moz-box-shadow: 2px 2px 2px grey;
  -webkit-box-shadow: 2px 2px 2px grey;
  -o-box-shadow: 2px 2px 2px grey;
}
header {
  margin-bottom: 10px;
  color: black;
/*  background-color: goldenrod; */ 
/*  background-color: firebrick; */  
/*  background-color: darkgoldenrod; */  
/*  background-color: darkkhaki; */   
/*  background-color: tomato; */   
  padding: 5px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}  
#horni1 {
  width: 400px;
  height: 200px;
  float: left;
  padding-top: 0;
}  
#horni1 h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
  text-shadow: 5px 5px 5px grey;
  margin: 0;
}  
#horni2{
  width: auto;
  height: 200px;
  padding-left: 400px; 
}  
#horni2 ul{
  padding-left: 0px; 
}  

nav {
  clear: both;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
nav a {
  float: left;
  width: 7em;
  text-decoration: none;
  text-align: center;
/*  text-transform: uppercase; */
  font-size: large;
  color: white;
  background-color: firebrick;
  padding: 0.6em 0.6em;
  border-right: 1px solid grey;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
nav a#aktivni {
  background-color: darkred;
}
nav a:hover, nav a:active {
  color: yellow;
  text-decoration: underline;
}

#hlavni {
  clear: both;
  float: left; 
  margin-bottom: 10px;
  padding: 10px 5px;
  min-height: 500px;
  background-color: darkred;
}

div.img {
  margin: 3px;
  padding: 3px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}	

div.img img {
    display: inline;
    margin: 3px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border: 1px solid #0000ff;
}

div.desc {
  text-align: center;
  font-weight: normal;
  width: 240px;
  margin: 5px;
}

[name^="hidden"] {
  visibility: hidden;
}

footer {
  clear: both;
  color: black;
  padding: 0px 10px 5px 10px;
  font-size: small;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}  

