
body {
background-color:#0a0a0a;
background-image:url('../images/hatterkep.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:800px;
	height:650px;
}

/* gombok */

.gomb_belepes {
    width:194px;
    height:40px;
    position: absolute;
    left:496px;
    top:165px;
    cursor:pointer;
}

.panel_kezdolap {
	width:800px;
	height:600px;
}

h1 {
	color:#6a6a6a;
	font-size:18px;
}

h2 {
	color:#6a6a6a;
	font-size:16px;
}

h3 {
	color:#6a6a6a;
	font-size:14px;
}


a {
	color:#6a6a6a;
	text-decoration:underline;
}

a:hover {
	color:#FF8424;
	text-decoration:underline;
	cursor:pointer;
}
