/* CSS Document */
html{
  margin: 0; 
  padding: 0;
  text-align: center; 
  font-family: Verdena, Helvetica, sans-serif;
  text-align: left;
} 
img{
  border: 0;
}
h1, h2, h3, h4, #menu li, a{
  color: rgb(81, 86, 92);
}
li.active{
  list-style-type: circle;
}
a:hover{
  text-decoration: none;
}
body{ 
  margin: 0 auto 0 auto;
  padding: 280px 10px 0px 10px;
  width: 800px;
  background-image: url('/img/obdorne-preklady.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

.odkazy {
  width:800px;
  height:1px;
  background:black;
}
.odkazy_container ul {
  text-align:center;
}
.odkazy_container ul li {
  display:inline;
  margin:0 5px 0 5px;
}

.odkazy_container h2 {
  font-size:18px;
  margin-bottom:-35px;
}
