@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
		background: url(../img/background.jpg) no-repeat center center;
}
p, a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	margin-top: 13px;
	text-decoration: none;
}
#pop {
	text-decoration:underline;
	font-size: 10px;
}
#pop2 {
	text-decoration:underline;
	color:#00C;
	font-weight:bold;
}	
a:hover {
	text-decoration:underline;
}
b, strong {
	color: #E43417;
}
em {
	font-weight:bold;
	font-style:normal;
}
#wrapper {
	position: relative; /* hogy legyen mihez abszolut */
	margin: 0 auto;
	padding: 0 19px 0 27px;
	width: 800px;
}
#fejlec {
	margin-left: -28px;
}
#content {
	position: absolute;
/*	top: 370px;*/
	top: 420px;
	left: 250px;
	width: 457px;
	height: 340px;
	overflow: auto;
}
#resztvevok a {
	display: inline-block;
	margin-right: 20px;
	
}
#lablec {
	margin-left: -17px;
}
img {
	display: block;
}
ul {
	list-style-type: none;
}
/* -------------------- fomenu ---------------------- */
#menu  a {
	position:absolute;
	top: 320px;
	left: 230px;
	width: 105px;
	height: 86px;
	text-indent: -900%; /* szöveg elrejtése */
}
#menu li a.home {
	background: url(../img/menu-fooldal-on.png);
}
#menu li a.home:hover {
	background: url(../img/menu-fooldal-on.png);
}
#menu li a.jelentkezes {
	background: url(../img/menu-jelentkezes-off.png);
	margin-left: 117px;
}
#menu li a.jelentkezes:hover {
	background: url(../img/menu-jelentkezes-on.png);
	margin-left: 117px;
}
#menu li a.resztvevok {
	background: url(../img/menu-resztvevok-off.png);
	margin-left: 234px;
}
#menu li a.resztvevok:hover {
	background: url(../img/menu-resztvevok-on.png);
	margin-left: 234px;
}
#menu li a.kapcsolat {
	background: url(../img/menu-kapcsolat-off.png);
	margin-left: 351px;
}
#menu li a.kapcsolat:hover {
	background: url(../img/menu-kapcsolat-on.png);
	margin-left: 351px;
}
/* -------------------- nyelv ---------------------- */
#nyelv a {
	position: absolute;
	top: 100px;
	left: 670px;
	text-indent: -900%; /* szöveg elrejtése */
}
#nyelv li a.hun{
	background: url(../img/hun-on.png) no-repeat center;
	width: 40px;
	height: 50px;
	z-index: 100;
}
#nyelv li a.hun:hover{
	background: url(../img/hun-on.png) no-repeat center;
	width: 40px;
	height: 50px;
	z-index: 100;
}
#nyelv li a.eng{
	background: url(../img/eng-off.png) no-repeat center;
	margin-left: 50px;
	width: 40px;
	height: 50px;
	z-index: 100;
}
#nyelv li a.eng:hover{
	background: url(../img/eng-on.png) no-repeat center;
	margin-left: 50px;
	width: 40px;
	height: 50px;
	z-index: 100;
}
#nyelv li a.fre{
	background: url(../img/fre-off.png) no-repeat center;
	margin-left: 100px;
	width: 40px;
	height: 50px;
	z-index: 100;
}
#nyelv li a.fre:hover{
	background: url(../img/fre-on.png) no-repeat center;
	margin-left: 100px;
	width: 40px;
	height: 50px;
	z-index: 100;
}
#nyelv li a.rus{
	background: url(../img/rus-off.png) no-repeat center;
	margin-left: 50px;
	margin-top: 60px;
	width: 40px;
	height: 50px;
	z-index: 90
}
#nyelv li a.rus:hover{
	background: url(../img/rus-on.png) no-repeat center;
	margin-left: 50px;
	margin-top: 60px;
	width: 40px;
	height: 50px;
	z-index: 90;
}
#nyelv li a.chi{
	background: url(../img/chi-off.png) no-repeat center;
	margin-left: 100px;
	margin-top: 60px;
	width: 40px;
	height: 50px;
	z-index: 90;
}
#nyelv li a.chi:hover{
	background: url(../img/chi-on.png) no-repeat center;
	margin-left: 100px;
	margin-top: 60px;
	width: 40px;
	height: 50px;
	z-index: 90;
}
/* -------------------- tovabb ----------------------*/
#tovabb {
	display:block;
position: absolute;
top: 255px;
left: 276px;
width:340px;
}
#tovabb a {
	display: block;
	margin: 0;
	height: 80px;
	text-indent: -900%; 
	background: #E43417 url(../img/tovabb.gif) no-repeat center;
}
#tovabb a:hover {
	background: #E43417 url(../img/tovabb-on.png) no-repeat center;
}
/* -------------------------------------------------- */
#sponsor {
	margin-top:20px;
	display: block;
	width: auto;
	height: 122px;
	background-color:white;
	background-image:url(../img/sponsors.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#sponsor:hover {
	background-image:url(../img/sponsors.jpg);
}

#cache {
	position:absolute;
	left: -9999px;
	top: -9999px;
}
