BODY
{ background-color: black;
  font-family: Calibri, Verdana;
  overflow: scroll;
  overflow-y: yes;
  overflow-x: hidden;
  color: white;
}

#kozep
{ position: relative;
  width: 1280px;
  height: 725px;
  top: 15px;
  margin: auto;
  background-image: url('images/blue-wavy-background_1280_75_dark.jpg');
  color: white;
}

#fejlec
{ position: absolute;
  width: 1280px;
  height: 85px;
  background-color: black;
  xopacity: 0.75;
}

#kozepkozep
{ position: absolute;
  width: 1280px;
  height: 720px;
  top: 100px;
  z-index: 999;
}

#lablec
{ position: relative;
  width: 1240px;
  padding: 0 20px;
  height: 75px;
  background-color: black;
  color: silver;
  margin: auto;
  font-size: 12px;
}

A.menugomb
{ display: inline-block;
  background-color: #4472c4;
  color: white;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  margin-right: 12px;
  font-size: 16px;
}

A.menugomb:hover
{ background-color: #7acdf6;
}

#pager
{ display: none;
  top: 68px;
  right: 30px;
  position: absolute;
  z-index: 1000;
  padding: 3px 5px 0 3px;
  padding: 3px 0 0 0;
  xbackground-color: rgba(255, 255, 255, .75);
  background-color: #7acdf6;
}

A.pagergomb
{ display: block;
  background-color: #4472c4;
  color: white;
  width: 320px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: white;
  margin-bottom: 3px;
  font-size: 16px;
}

A.pagergomb:hover
{ background-color: #7acdf6;
}

.reszletek UL { margin: 0; padding: 0 0 0 18px; }
.reszletek LI { list-style: outside disc; margin: 0 0 0 10px; padding: 0; }

.hiba
{ color: gold;
}