
/*
SZÍNEK:

normál: #228b22

kiemelt: #006400

*/



/* A weblap beállításai */

body {
  margin: 0px;
  border: 0px;
  background: url('img/hatter.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  font-family: Helvetica,Tahoma;
  font-size: 14px;
}



/* Fejléc */

tr.fejlec {
  background: url('img/banner1.gif');
  background-repeat: no-repeat;
  background-position: left top;
  height: 100px;
}



/* A menüsor */

td.menusor {
  font-family: Helvetica,Tahoma;
  font-size: 12px;
  font-weight: bold;
  background-color: none;
  padding: 10px;
  padding-left: 15px;
}



/* Menüpontok */

a.menu:link {
  text-decoration: none;
  color: #ffd700;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.menu:visited {
  text-decoration: none;
  color: #ffd700;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.menu:hover {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}



/* Kiválasztott menüpont */

a.kival:link {
  font-weight: bold;
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.kival:visited {
  font-weight: bold;
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.kival:hover {
  font-weight: bold;
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}



/* A weblap középső része*/

table.kozepe {
  table-layout: fixed;
  font-family: Bookman,Helvetica,Tahoma;
  font-size: 12px;
  background-color: transparent;
  background: url('img/kozepe.png');
  background-repeat: repeat-y;
  background-position: right top;
}



/* Szövegek */

b.nagyszoveg {
  font-family: Helvetica,Tahoma;
  font-size: 26px;
  color: #228b22;
}

b.kozepesszoveg {
  font-family: Helvetica,Tahoma;
  font-size: 20px;
  color: #228b22;
}

b.szoveg {
  color: #006400;
}

font.kiemelt {
  color: #006400;
}



/* Linkajánló */

a.ajanlo:link {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 11pt;
  font-weight: bold;
}

a.ajanlo:visited {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 11pt;
  font-weight: bold;
}

a.ajanlo:hover {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 11pt;
  font-weight: bold;
}

a.kisajanlo:link {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 9pt;
}

a.kisajanlo:visited {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 9pt;
}

a.kisajanlo:hover {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 9pt;
}



/* Vendégkönyv */

font.uzeno {
  color: #006400;
  font-size: 14px;
}

font.mikor {
  color: #006400;
  font-size: 11px;
}

font.uzenet {
  font-size: 12px;
}


/* Oldalsó sáv */

td.oldalsav {
  text-align: center;
  padding-top: 110px;
  font-size: 12px;
}


/* Lábléc */

table.lablec {
  table-layout: fixed;
  background-color: transparent;
  background: url('img/alja.png');
  background-repeat: no-repeat;
  background-position: right top;
  font-family: Helvetica,Tahoma;
  font-size: 12px;
  color: #006400;
}

/* Linkek a láblécben */

a.lablec:link {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.lablec:visited {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.lablec:hover {
  text-decoration: none;
  color: #006400;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}
/* ============================= */
/* MOBILBARÁT KIEGÉSZÍTÉSEK */
/* ============================= */

/* Általános védelem a vízszintes görgetés ellen */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Mobil nézet */
@media (max-width: 768px) {

  /* Alap betűméret növelése */
  body {
    font-size: 16px;
    background-attachment: scroll;
    background-size: cover;
  }

  /* Táblázatok mobilon: egymás alá */
  table {
    width: 100% !important;
    table-layout: auto !important;
  }

  tr, td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  /* Oldalsáv elrejtése mobilon */
  td.oldalsav {
    display: none;
  }

  /* Menü mobilbarátabb */
  td.menusor {
    white-space: normal;
    text-align: center;
    font-size: 14px;
    padding: 8px;
  }

  a.menu,
  a.kival {
    display: inline-block;
    padding: 6px 10px;
  }

  /* Szövegméretek mobilon */
  b.nagyszoveg {
    font-size: 22px;
  }

  b.kozepesszoveg {
    font-size: 18px;
  }

  b.szoveg {
    font-size: 14px;
  }

  /* Lábléc igazítása */
  table.lablec {
    width: 100%;
    background-size: cover;
  }

}


