html {
	overflow-x:hidden;
}

body
{
	margin:0;
	font-family: 'Roboto', sans-serif;	
}

.hatter {
	position:fixed;
	top:0px;
	width:100%;
	height:100vh;
	background-image:url(../images/korkep2.jpg);
    background-repeat: no-repeat;

	background-position-x:-1900px;
	z-index:-100;
	
}
	
.content
{
/*	float:left;*/
}
.menu
{

	position:fixed;
	top:200px;
}
.menu span
{
	display:block;
	margin-bottom:25px;
	
}
.page
{
	width:1000px;
	height:1000px;
	float:left;
}

.row {
	position:fixed;
}

.row a {
	text-decoration:none;
}


.gomb {
  display:inline-block;
  text-align:center;
  width: 120px !important;
  height: 120px !important;
  font-size: 18px;
  width:200px;
  height:100px;
/*  background-color:#09C;*/
border:1px solid white;
color:white;
background-color:rgba(0, 0, 0, 0.4);
padding:10px;
}

.gomb:hover {
	background-color:rgba(2,127, 193, 0.8);
}



.row {
/*    background-color: #eee;*/
    position: fixed;
    width: 750px;
    text-align: center;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
	z-index:1000;
}

#pageContent {
	width:800px;
	height:auto;
	margin-top:190px;
	margin-left:auto;
	margin-right:auto;	
}

.takaro {
	width:100%;
	height:180px;
	background-color:rgba(0, 0, 0, 0);	
	-webkit-box-shadow: 0px 9px 39px -1px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 9px 39px -1px rgba(0,0,0,0.79);
	box-shadow: 0px 9px 39px -1px rgba(0,0,0,0.79);
	position:fixed;
	top:0px;
	visibility: hidden;
	opacity: 0;
/*	transition: visibility 1s, opacity 1s linear;  */
	transition: all 1s;
}

.takarvan {
  visibility: visible;
  opacity: 1;
  background-color:rgba(0, 0, 0, 0.8);
}

.udvozol {
  background-color:rgba(0, 0, 0, 0.4);
  padding:40px;
  text-align:center;
  border-radius:20px;
}

.tartalom {
	width:100%;
	padding:15px;
	color:white;	
	background-color:rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	margin-bottom:50px;
}

table.tablazat {
/*	font-family: Verdana;*/
/*	font-weight: normal;*/
	font-size: 14px;
	color: #FFFFFF;
/*	width:700px;*/
	width:100%;
	/*border: 1px #FFFFFF solid;
	border-spacing: 0px;*/
}
table.tablazat td {
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;	
	border-style:solid;
	border-color: gray;
	height:30px;	
}

.jobbkep {
	float:right;
}