body {
  background-image: url("images/bg.jpg");
  background-position: top right;
  background-attachment:fixed;
  background-repeat: no-repeat;
}

.blackline {
  position: absolute;
  top: 120px;
  background-color: black;
  height: 60px;
  width: 99%;
  z-index: 1;
}

.logo {
  position: absolute;
  top: 170px;
  z-index: 3;
}

.menubg {
  position: absolute;
  top: 257px;
  background-image: url("images/bg_menu.gif");
  width: 638px;
  height: 328px;
  z-index: 2;
}

.menu {
  position: absolute;
  width: 190px;
  top: 25px;
}

.menu img {
  border: 0px;
}

.obsah 
{
  overflow: auto;
  position: absolute;
  text-align: justify;
  top:25px;
  left: 200px;
  width: 410px;
  height: 280px;
  overflow: auto;
  z-index:4;
}
img {
  border: 0px;
}
#images {
  position: absolute;
  text-align: center;
  top: 2px;
  left: 155px;
  height: 200px;
  overflow: auto;
  z-index: 5;
  width: 245px;
}
.news {
  padding: 2px;
  color: green;
  width:387px;
}

.velkej {
  position: absolute;
  text-align: center;
  height: 200px;
  left: 17px;
}

.koment {
  position: absolute;
  top: 225px;
  color: green;
}
