body{ font-size: 12px;
    font-family: 'Verdana', 'Tahoma', 'Arial', serif; 
    color: black;
    margin-left: 10pt;
    margin-right: 10pt;
    text-align: center;
    background-image: url('back.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; }

div.hlavni
{
  width: 800px;
  position: absolute;
  top:5px;
  left: 50%;
  margin-left: -400px;
  font-size: 12px;
}

a {text-decoration: none;}
a:link { color: red; }
a:hover { color: orange; }
a:visited{ color: red; }
a:active{ color: red;}

div #nadpis
{
  width: 800px;
  color: white;
  font-weight: bold;
  padding: 2px 0px;
  background-color: black;
  letter-spacing: 5px;
  word-spacing: 5px;
}
  
.blok {
     text-align: justify;
     }
     
.vlevo {
     text-align: left;
     }

.copy
     {
     font-size: 8px;
     font-weight: 900;
     color: white;
     padding: 1px 0px;
     width: 800px;
     background-color: black;
     position: absolute;
     top: 600px;
     left: 50%;
     margin-left: -400px;
     }
     
.b { font-size: 16px;
     font-weight: 900; 
   }

.c { font-size: 14px;
     font-weight: 900; 
     text-align: left;
      }

/* MENU */

.menu
{
  width: 800px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  background-color: black;
}

.menu ul
{
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 0px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: -45px;
  padding-right: 45px;
  border-top: white 1px solid;
}

.menu ul li
{
  display: inline;
  margin-left: -4px;
}

.menu ul li a
{
  padding: 3px 10px 3px 10px;
  color: white;
  border-right: 1px solid white;
}

.menu ul li a:hover
{
  background-color: white;
  color: black;
}

#active a
{
  border-left: 1px solid white;
}

/* KONEC MENU */




