
body {
    background-color:#190b02;
    background-image:url('../images/hatterkep_kez.jpg');
    background-repeat:repeat-x;
    font-family:Tahoma;
    font-size:12px;
}

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#kezdolap {
	background-image:url('../images/kezdolap.jpg');
	position:relative;
	width:1000px;
	height:692px;
}
#main_popup {
    position: absolute;
    width: 100%;
    height: 707px;   
    background:url('../images/kezdolap_panel.png') repeat-x;
    z-index: 100;
    top: 0px;
    left: 0px;
}
.popup {
    width: 950px;
    height: 449px;
    background-image: url('../images/main_popup.jpg');
    margin-top: 100px;
}
.popup_x{
    float: right;
    position: relative;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 29px;
    background-image: url('../images/x.png');
    cursor: pointer;
}

/* gombok */

.gomb_belepes {
    cursor:pointer;
    float:left;
    height:27px;
    margin-left:525px;
    margin-top:266px;
    width:74px;
    /*border: 2px solid red;*/
    _margin-left:223px;
}

.gomb_belepes:hover {
    background-image: url('../images/gomb_belepes_over.jpg');
}

.gomb_belepes_en {
    width:74px;
    height:27px;
    float:left;
    margin-left:7px;
    margin-top:266px;
    cursor:pointer;
}

.gomb_belepes_en:hover {
    background-image: url('../images/gomb_enter_over.jpg');
}

.panel_kezdolap {
	width:1000px;
	height:692px;
}
.lablec {
    position:absolute;
    top:650px;
    color:#373A3A;
    width:1000px;
    font-size:11px;
}
