
/*
SZÍNEK:

normál: #000000

kiemelt: #2339B6

*/



/* A weblap beállításai */

body {
  margin: 0px;
  border: 0px;
  background: url('img/hatter_m.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  font-family: Helvetica,Tahoma;
  font-size: 14px;
  color:#FFFFFF;
}



/* Fejléc */

tr.fejlec {
  background: url('img/fejlec.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  height: 150px;
}



/* A menüsor */

td.menusor {
  font-family: Helvetica,Tahoma;
  font-size: 14px;
  background-color: #06fc05;
  padding: 10px;
  padding-left: 15px;
}



/* Menüpontok */

a.menu:link {
  text-decoration: none;
  color: #000000;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.menu:visited {
  text-decoration: none;
  color: #000000;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.menu:hover {
  text-decoration: none;
  color: #000000;
  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: #848484;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.kival:visited {
  font-weight: bold;
  text-decoration: none;
  color: #848484;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.kival:hover {
  font-weight: bold;
  text-decoration: none;
  color: #848484;
  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: Helvetica,Tahoma;
  font-size: 14px;
  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: 20px;
  color: #ffffff;
}

b.szoveg {
  font-family: Helvetica,Tahoma;
  color: #ffffff;
  font-size: 14px;
  align: justify;
  
}

font.kiemelt {
  color: #ffffff;
}



/* Linkajánló */

a.ajanlo:link {
  text-decoration: none;
  color: #2339B6;
  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: #2339B6;
  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: #2339B6;
  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: #5B5B5B;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 8pt;
}

a.kisajanlo:visited {
  text-decoration: none;
  color: #5B5B5B;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 8pt;
}

a.kisajanlo:hover {
  text-decoration: none;
  color: #2339B6;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
  font-size: 8pt;
}



/* Vendégkönyv */

font.uzeno {
  color: #2339B6;
  font-size: 14px;
}

font.mikor {
  color: #5B5B5B;
  font-size: 11px;
}

font.uzenet {
  font-size: 12px;
}


/* Oldalsó sáv  padding-top: 110px; */

td.oldalsav {
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
}


/* Lábléc */

table.lablec {
  table-layout: fixed;
  background-color: transparent;
  background: url('img/alja_m.png');
  background-repeat: no-repeat;
  background-position: right top;
  font-family: Helvetica,Tahoma;
  font-size: 12px;
  color: #000000;
}

/* Linkek a láblécben */

a.lablec:link {
  text-decoration: none;
  color: #000000;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.lablec:visited {
  text-decoration: none;
  color: #000000;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.lablec:hover {
  text-decoration: none;
  color: #2339B6;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}