HTML {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    height:100%;
    margin:0;
}

BODY {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #474747;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    margin: 0px;
    height:100%;
}
 
IMG {
    border: 0px;
}


ul {
   list-style-image: url('/pic/li.gif');
   margin-left: 20px;
   padding-left: 0px;
}

ul li {
    margin-bottom: 8px;
}

td
{
    vertical-align: top;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #474747;
    line-height: 140%;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    color: #05850E;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    color: #474747;
}


/* ALAP LINKEK */

a
{
	color: #0F8805;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
    color: #333333;
}

/* SZINES ELEMEK */

.height100 {
    height: 100%;
/*    background-color:white;*/
}

.height100w {
    height: 100%;
    background-color:white;
}

TABLE.keret {
    height: 100%;
    width: 800px;
/*    background: #536E8B; */
}

TABLE.keret .hatter
{
    background-image: url('/pic/hatter_tbl.jpg');
    background-repeat: repeat;
    background-position: top center;
}

TABLE.keret td.menu_alatt
{
/*    background: red;*/
    height: 100%;
}

TABLE.keret .szele
{
    background-image: url('/pic/hatter_szele.jpg');
    background-repeat: repeat;
    background-position: top left;
}

.almenu {
    background-image: url('/pic/almenu_hatter.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 18px;
    vertical-align: middle;
}

.almenu a {
    color: #1C6722;
    margin-left: 42px;
    background: #EFF1F0;
}

.almenu a:hover {
    color: #000000;
}

.almenu_on{
    background-image: url('/pic/almenu_hatter_on.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 18px;
    vertical-align: middle;
}

.almenu_on a {
    color: #1C6722;
    margin-left: 42px;
    background: #EFF1F0;
}

.almenu_on a:hover {
    color: #000000;
}

.szoveg {
    width: 530px;
    text-align: justify;
    line-height: 150%;
}

.szoveg img
{
    margin-left: 20px;
    margin-bottom: 5px;
}

.lablec {
    background-image: url('/pic/lablec.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 68px;
}

.lablec a {
    color: #ffffff;
    margin-left: 670px;
    font-weight: bold;
    font-size: 11px;
}

.lablec a:hover {
    color: #000000;
}

.lablec span {
    color:  #00AFC4;
    font-weight: bold;
}

.header1 {
    color: #333333;
    font-size: 10px;
    margin-top: 0px;
    padding-top: 0px;
}

/* fixmenu */

td.fixmenu{
  background:white;
}

table#balcol {
  background-color:white;
}

/* popup */

#dialog {
    width: 400px;
    height: 300px;
    position: absolute;
    background-color: white;
    border: 2px solid #BB272C;
    top:250px;
    left:350px; 
}
#dialog .title {
    width: 400px;
    height: 15px;
    color: red;
    text-align: right;
    cursor: pointer;
}
#dialog .title IMG {
    cursor: pointer;
    float: right;
}
#dialog .content {
    overflow: auto;
    width: 400px;
    height: 285px;
}

#dialog .content DIV {
    margin: 0px 10px 15px 10px;
}

/* JELENTKEZES */

.jelentkezes
{
    width: 530px;
}

.jelentkezes td
{
    height: 30px;
    vertical-align: top;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: justify;
}

td.aright {
  text-align: right;
}

/* forum */

table.showtopics {
  empty-cells:show;
}

table.showtopics th{
  background-color: #399F92;
  color:white;
  font-size:12px;
}

table.showtopics td {
  border-bottom:1px solid #A7A7A7;
}

table.showtopic tr.usrdate{
  background-color: #399F92;
  color:white;
  font-size:12px;
}

table.showtopic tr.usrdate span.bal {
  font-weight:bold;  
  float:left;
  color:white;
  padding-left:3px;
} 

table.showtopic tr.usrdate span.jobb {
  font-style:italic;  
  float:right;
  color:white;
  padding-right:3px;
}

