/*Load: default.css*/


body{

margin:0;

padding: 0;

width: 100%;

overflow-x: hidden;

overflow-y: auto;

font-family: Verdana, Geneva, sans-serif;

font-size: 12px;

}



#body {

background:url(images/bg.jpg) center bottom no-repeat;

width: 100%;

}



.container {

width: 100%;

}



#container-fooldal {

background: url(images/bg-fooldal.jpg) center top no-repeat;

}

.galery img{
margin: 10px;
border: 2px solid #f04d23;
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#container-promocio {

background: url(images/bg-promocio.jpg) center top no-repeat;

}



#container-araink {

background: url(images/bg-araink.jpg) center top no-repeat;

}



#container-kapcsolat {

background: url(images/bg-kapcsolat.jpg) center top no-repeat;

}



#container-egyeb {

background: url(images/bg-egyeb.jpg) center top no-repeat;

}

#content-cont {

width: 1000px;

margin: 200px auto 0;

}



#lufi {

background: url(images/lufi.jpg) center left no-repeat;

min-height:1200px;

}



#content {

width: 600px;

margin: 0 auto 0 0;

}



#pp {

height: 279px;

background: url(images/pp.jpg) center center no-repeat;

}



#footer {

height: 81px;

background: url(images/footer-bg.jpg) center center repeat-x;

width: 100%;

line-height: 40px;

text-align: center;

color:white;

}



#footer a {

color: white;

}



#slider {

width: 676px;

height: 250px;

position: relative;

top:-75px;

left:134px;

cursor: pointer;

}



#neni {

width: 676px;

height: 250px;


position: relative;

top:0;

left: 0;

 z-index:300;}



#lufi2 {

position: absolute;

top: 300px;

left: 10px;

background: url(images/lufi2.png) center center no-repeat;

width: 108px;

height: 146px;

}



h1 {

color: #25506d;

font-size: 24px;

font-weight: bold;

}



h2{

color: #f26522;

font-size: 20px;

font-weight: bold;

}



#content a {

font-size: 14px;

font-weight: bold;

color: #3a53a4;

text-decoration: none;

display: block;

}



#content a:hover {

color: #003cff;

}



/*örökített*/

.prizes {

width: 100%;

margin: 0 auto;

border: 1px solid #595959;

}



.prizes td {

border: 1px solid #595959;

}



.overline {

text-decoration:line-through;

text-align: left;

color: #f13124;

}



.right {

text-align: right;

}



div.chck {

width: 15px;

height: 15px;

margin: 0 auto;

background: url(images/checked.png) center center no-repeat;

}



div.nchck {

width: 15px;

height: 15px;

margin: 0 auto;

background: url(images/nchecked.png) center center no-repeat;

}



#ratings td.rate {

width: 15px;

height: 15px;

background: url(images/rate-sprite.gif);

background-position: 0 -31px;

}



#ratings td.over {

background-position: 0 -63px;

}



#ratings td.selected {

background-position: 0 -47px;

}



#ratings {border: 1px solid black;}

#ratings table {

margin: 0 auto;

}



.head {

background: #3a53a4;

padding: 5px;

padding-left: 25px;

}



a.head {

color: white !important;

}

/*Load: menu-style.css*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
    height: 42px;
}
.sf-menu {
	
    margin: 0 auto;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
    z-index: 90;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
    height: 42px;
}
.sf-menu li {
	float:			left;
	position:		relative;
    z-index: 90;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
    height: 42x;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
    height: 42px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
    height: 42x;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
    height: 42x;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
    height: 42px;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin: 0 auto;
    height: 42px;
}
.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	text-decoration:none;
    padding: 0 1em;
    line-height: 42px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
    font-size: 12px;
}
.sf-menu li {
    margin-right: 10px;
    background: url(images/menu.png) center bottom repeat;
}
.sf-menu li li {
	background:		#111;
}

.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #F32703;
	outline:		0;
    height: 42px;
    background: url(images/menu.png) center top repeat;
}

.sf-menu li li a {
	color: #fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
    height: 42px;
    padding-bottom: 0;
    line-height: 42px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
    height: 42px;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
    height: 42px;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 0px 0px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*GenerĂˇlva az IAKS-Motor Ăˇltal!*/
