
/*
SZÍNEK:

normál: #000000

kiemelt: #2339B6

*/



/* A weblap beállításai */

body {
  margin: 0px;
  border: 0px;
  background: url('img/hatter2.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/fejlec.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  height: 200px;
}



/* A menüsor */

td.menusor {
  background: url('img/menu.jpg');
  background-repeat:no-repeat;
  height:36pv;
  width: 888px;
  font-family: Helvetica,Tahoma;
  font-size: 14px;
  background-color: #bd9e5e;
  padding: 10px;
  padding-left: 15px;
}



/* Menüpontok */

a.menu:link {
  text-decoration: none;
  color: #FFF;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.menu:visited {
  text-decoration: none;
  color: #FFF;
  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: #FFF;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.kival:visited {
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.kival:hover {
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  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;
  text-align:justify;
  background-color: transparent;
  background: url('img/kozepe2.png');
  background-repeat: repeat-y;
  background-position: right top;
}



/* Szövegek */

b.nagyszoveg {
  font-family: Helvetica,Tahoma;
  font-size: 20px;
  color: #948163;
}

b.szoveg {
  color: #948163;
}

font.kiemelt {
  color: #948163;
}



/* 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 */

td.oldalsav {
  
  text-align: center;
  padding-top: 110px;
  font-size: 12px;
  color:#666;
  border: none;
}


/* Lábléc */

table.lablec {
  table-layout: fixed;
  background-color: transparent;
  background: url('img/alja2.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: #CCC;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}


