/* -------------------------------------------------------------------------- */
/* CSS file by NVL 2008
/* -------------------------------------------------------------------------- */

/* ---- Body ---------------------------------------------------------------- */
body {
  border: none;
  margin: 0px;
  padding: 0px;
  background-image: url('../pics/back.jpg');
  background-position: top center;
  /*background-repeat: no-repeat;*/
  background-attachment: fixed;
}

td {
  font-weight: normal;
  font-family: arial;
  font-size: 15px;
  line-height: 20px;
}

p {  margin: 0px; padding: 0px; }

/* ---- Hírek --------------------------------------------------------------- */
.hirek { padding: 2px 5px 2px 5px; border-style: none; }
.hirth { font-weight: bold; }
.hirtd {
  background-color: #660000;
  filter: alpha(opacity=60); opacity: 0.6; -moz-opacity: 0.6;
  color: #FFFFFF;
}

a { color: #000066; }
/* ---- Header -------------------------------------------------------------- */
.header {
  empty-cells: show;
  color: #000000;
  background-image: url('../pics/fejlec.jpg');
  background-position: top center;
  background-repeat: no-repeat;
 }
.menu tr td { font-weight: bold; }
.menu tr td a { text-decoration: none; color: #EEFFCC; }
.menu tr td a:hover { text-decoration: underline; color: #AAFFCC; }

.head { font-size: 20px; font-weight: bold; color: #000066; text-align: center; }
/* -------------------------------------------------------------------------- */
img[align="right"] { margin-left: 10px; }
img[align="left"] { margin-right: 10px; }

/* -------------------------------------------------------------------------- */
.deflink { text-decoration: none; color: #6666FF; font-weight: bold; }
.deflink:hover { text-decoration: underline; color: #6666FF; }
.blank { border: none; border-color: #000066; }
