h1 {
	color: silver;
	font-size: 2.0em;
}
h2 {
	color: silver;
	font-size: 1.5em;
}
h3 {
	color: silver;
	font-size: 1.2em;
}
h4 {
	color: silver;
}
h5 {
	color: silver;
}
h6 {
	color: silver;
}
a:link {
	color: silver;
}
a:visited {
	color: silver;
}
a:hover {
	color: #333;
}
a:active {
	color: silver;
	font-weight: bold;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html {
	font-size: 0.8em;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: GSzP;;
}
body { margin: 0; padding: 0; }
a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
a:hover, a:active {
	outline: 0;
	color: #666;
	font-style: normal;
	text-decoration: underline;
}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic;}

body {
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	padding-bottom: 50px;
}
a { text-decoration: none; }
.container { min-height: 100%; position: absolute; width: 100%; }
header { background-color: #000; position: absolute; width: 100%; height: 55px; }
nav {
	position: relative;
	top: 0;
	float: right;
	height: 55px;
	right: 50px;
}
nav ul {
	height: 55px;
	margin: 0; padding: 0;
	list-style: none; }
nav ul li {
	font: 18px/55px normal normal sans-serif;
	color: black;
	text-align: center;
	position: relative;
	float: left;
	width: 130px;
}
nav ul li a { color: silver; display: block; }
nav ul li:hover a { background-color: #000000; color: #666; }
nav ul li:last-child ul { right: 0px; float: left; }
nav ul li ul {
	background-color: #000000;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 150px;
	position: relative;
	float: left;
	display: none;
	top: 0;
	color: silver;
}
nav ul li:hover ul { display: block; }
nav ul li ul li {
	line-height: 1.4em; text-align: center;
	position: relative; display: block; width: 130px; }
nav ul li:hover ul li a { background: none; display: block; }
nav ul li ul li a {
	color: #ffffff;
	height: 150px;
}
nav ul li ul li:hover a {
	height: 150px;
	width: 130px;
	background-color: black;
	color: silver;
}
nav2 {
	position: relative;
	top: 0;
	float: right;
	height: 55px;
	right: 50px;
}
nav2 ul {
	height: 55px;
	margin: 0; padding: 0;
	list-style: none; }
nav2 ul li {
	font: 18px/55px normal normal sans-serif;
	color: black; text-align: center;
	position: relative; float: left;
	width: 130px; }
nav2 ul li a { color: silver; display: block; }
nav2 ul li:hover a { background-color: #000000; color: #666; }
nav2 ul li:last-child ul { right: 0px; float: left; }
nav2 ul li ul {
	background-color: #000000;
	margin: 0;
	padding: 0;
	width: 540px;
	height: 150px;
	position: relative;
	float: left;
	display: none;
	top: 0;
	color: silver;
}
nav2 ul li:hover ul { display: block; }
nav2 ul li ul li {
	line-height: 1.4em; text-align: center;
	position: relative; display: block; width: 130px; }
nav2 ul li:hover ul li a { background: none; display: block; }
nav2 ul li ul li a {
	color: #ffffff;
	height: 150px;
}
nav2 ul li ul li:hover a {
	height: 150px;
	width: 130px;
	background-color: black;
	color: silver;
}

footer {
	background-color: #000;
	font-size: 12px; text-align: center; color: silver;
	position: absolute; bottom: 0px;
	width: 100%; height: 40px;
}

#fedo {
	background-color: #666666;
	height: 100%; 
	filter: alpha(opacity=50)!important;
	opacity: 0.1!important;
	-moz-opacity: 0.1!important;
	-webkit-opacity: 0.1!important;
	-khtml-opacity: 0.1!important;
	text-align: center;
	padding-top: 10px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
    }
	
#felirat {/*
	background-color: #000;
	opacity: 0.4;*/
	color: #FFF;
	top: 13%;
	max-width: 600px;
	position: fixed;
	z-index: 999;
	padding: 3%;
}
