#body {
  height:100%; 
  overflow-y:auto;
}
#glava {
  position: fixed;
  display: block;
  z-index: 100;
  top: 0px;
  padding-top: 7px;
  background: white;
  width: 100%;
  margin-left: -8px;
}
#vsebina {
  padding-top: 60px;
}
form {
  height: 10px;
}
form.mail {
  height: auto;
}
.slednik {
  font-weight: normal;
  text-decoration: none ;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #000000;
}
.slednik a:hover {
  color: black;
}

