
/*
SZÍNEK:

normál: #000000

kiemelt: #FF0033

*/



/* 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/fejlec.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  height: 300px;
}



/* A menüsor */

td.menusor {
  font-family: Helvetica,Tahoma;
  font-weight: bold;
  font-size: 20px;
  background-color: white;
  padding: 10px;
  padding-left: 10px;
}



/* 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: #FF0033;
  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: #FF0033;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.kival:visited {
  font-weight: bold;
  text-decoration: none;
  color: #FF0033;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}

a.kival:hover {
  font-weight: bold;
  text-decoration: none;
  color: #FF0033;
  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: 18px;
  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: #000000;
}

b.szoveg {
  color: #FF0033;
}

font.kiemelt {
  color: #FF0033;
}

td.oldalsav {
  text-align: left;
  padding:5px;
  padding-top: 10px;
  font-size: 18px;
}


/* 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: #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: #CC0000;
  border-width: 0px 0px 0px 0px;
  border-style: none none none none;
}


