body { 
    color:black; 
    background-color:#f5ffff; 
    font-family:verdana, arial; 
  /*  background-image:url("../img/bg.gif"); background-repeat: repeat-y; background-position: center; */
    margin-top: 0px;
    overflow-x: hidden;
}

  a:link { text-decoration: none; color:blue; }
  a:visited { text-decoration: none; color:blue; }
  a:active { text-decoration: underline; color:red; }
  a:hover { text-decoration: underline; color:green; }

div {    border: 0px solid red;
}



tr {
  font-size: 13px; font-weight: normal;
  font-family: verdana, arial;
}

.hlavni_div {
   width: 1000px; height: auto;
   position:absolute; left: 50%; top: 0px; margin-left: -500px; 
   background-color:#ffffff; 
}

.hlava {
   position:relative; width: 1000px; height: 165px; top: 0px; left: 0px;
   background-image:url("../img/hlava.png"); background-repeat: no-repeat; background-position: center 
}

.obsah {
  position: relative; width: 980px;
  text-align: justify;
  font-size: 13px; font-weight: normal;
  font-family: verdana, arial;
}

h1 {
  font-size: 20px; font-weight: bold;
  font-family: verdana, arial;
  color:#3333ff;
  text-align: left;
}

.pata {
  clear: both; 
  position:relative; width: 986px; height: 110; left: 0px; top: 10px;
  margin-left:auto; margin-right:auto;
  text-align: right;
  font-size: 11px;
  font-family: verdana, arial;
  background-image:url("../img/pata.png"); background-repeat: no-repeat; 
  background-position: top, center; 
}
