@font-face{
	font-family:'Futura-book';
	src:url(/FuturaTOT-Book.otf);
}

@font-face{
	font-family:'Futura-bold';
	src:url(/FuturaTOT-Bold.otf);
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body {
	margin:0;
	padding:0;
	font-family: 'Futura-book';
	color:#205265;
	background-image:url(/images/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size:16px;
}

.c {
	width:1240px;
	margin:0 auto;
}

header {
	position:fixed;
	height:85px;
	width:100%;
	top:0;
	z-index:1000;
	background-color:#fff;
	background-image:url(/images/header-bg.png);
	background-position:top center;
}

header .fb {
	float:right;
	margin:22px 10px 0 0;
}

header .lang {
	float:right;
	margin:22px 10px 0 0;
}

header nav {
	float:left;
	height:48px;
}

/* TOP MENU */

/* LEVEL ONE */
ul.dropdown                         { position: relative; list-style:none; margin:0; padding:20px 0px 0 20px; z-index:100; float:left}
ul.dropdown li                      { float: left; zoom: 1; font-family:"Futura-bold"; font-size:18px; margin:0; padding:0; /*text-transform:uppercase;*/ border:1px solid #fff }
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown li a                    { display: block; margin:5px -2px 5px 0; padding: 7px 25px 6px 25px;  color: #205265; text-decoration:none}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; border:1px solid #205265; border-radius: 15px; }
ul.dropdown li:hover a              { color: #3a6e81; }

/* LEVEL TWO */
ul.dropdown ul 						{ width: 240px; visibility: hidden; position: absolute; top: 47px; left: -30px; list-style:none; padding:16px 0 0 30px; }
ul.dropdown ul li 					{ background: #f3f4f4; color: #205265; border-bottom: 1px solid #ccc; float: none; text-transform:none; padding:0;}
ul.dropdown ul li:hover				{ background: rgba(255,255,255,1.0); border:1px solid #fff;border-bottom: 1px solid #ccc;border-radius: 0px;}

ul.dropdown ul li a					{ border-right: none; width: 210px; display: inline-block; padding:10px 20px; margin:0; } 
ul.dropdown ul li a:hover			{ color:#205265 } 

/* LEVEL THREE */
ul.dropdown ul ul 					{ left: 210px; top: 0; list-style:none; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* TOP MENU END */

#fomenu li:first-child {
	display:none;
}

#fomenu li li:first-child {
	display:inherit;
}

.tinynav {
	display:none;
}

.fellepok {
	clear:both;
	float:left;
	width:100%;
	margin:85px 0 0 0;
	background-image:url(/images/fellepok-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.fellepok .f1 {
	float:left;
	margin:30px 0 100px 680px;
}

.fellepok a {
	font-family:"Futura-bold";
	color:#fff;
	display:block;
	text-decoration:none;
	width:240px;
	padding:0 10px;
}

.fellepok a:hover {
	background-color:#fff;
	color:#205265;
}

.fellepok .f2 {
	float:left;
	margin:30px 0 100px 10px;
}

.nyito {
	clear:both;
	float:left;
	width:100%;
	background-image:url(/images/info-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.nyito .cim {
	margin:50px 0 0 690px;
	font-family:"Futura-bold";
	font-size:30px;
	color:#205265;
	line-height:22px;
}

.nyito .cim span {
	color:#092f3e;
	font-size:20px;
}

.nyito .cim a {
	color:#205265;
}

.nyito .sz {
	margin:10px 0 0 690px;
	color:#205265;
}

.nyito .sz a{
	color:#205265;
}

.helyszin {
	clear:both;
	float:left;
	width:100%;
	background-image:url(/images/helyszin.jpg);
	background-position:center 143px;
	background-repeat:no-repeat;
	height:745px;	
	margin:40px 0 0 0;
}

.helyszin a {
	display:block;
	font-size:50px;
	font-family:"futura-bold";
	background-image:url(/images/helyszin-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	height:143px;
	padding:36px 0 0 0;
	text-decoration:none;
	color:#205265;
}

.helyszin a:hover {
	color:#4798a8;
}

footer {
	clear:both;
	float:left;
	width:100%;
	background-image:url(/images/footer-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:228px;
}

footer .fb {
	float:left;
	margin:80px 0 0 320px;
}

footer .logok {
	float:right;
	margin:70px 0 0 0;
}

main {
	clear:both;
	float:left;
	width:100%;
	margin:85px 0 0 0;
	background-image:url(/images/main-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

main h1 {
	text-transform:uppercase;
	font-family:"Futura-bold";
	margin:110px 0 150px 545px;
	font-size:48px;
	color:#fff;
}

.info {
	clear:both;
	float:right;
	width:780px;
	background-color:rgba(255,255,255,0.90);
	padding:0 30px;
	font-size:18px;
}

.info h2 {
	font-family:"Futura-bold";
	text-transform:uppercase;
	font-size:30px;
	color:#205265;
	line-height:30px;
}

.info h2 span {
	color:#092f3e;
	font-size:20px;
	line-height:22px;
}

.info h3 {
	font-family:"Futura-bold";
	text-transform:uppercase;
	font-size:24px;
	color:#ff8430;
}

.info a {
	color:#ff8430;
}

.info a:hover {
	color:#000;
	text-decoration:none;
}

.tabla {
}

.tabla td:nth-child(1) {
	width:120px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #cfe1e5;
	vertical-align:top;
}

.tabla td:nth-child(2) {
	width:230px;
	border-bottom:1px solid #cfe1e5;
}

.tabla a {
	display:block;
	color:#ff8430;
	padding:0 10px;
	text-decoration:none;
}

.tabla a:hover {
	background-color:#ff8430;
	color:#fff;
}

.tabla1 td {
	border-bottom:1px solid #cfe1e5;
	vertical-align:top;
}