body
{
	background-image: url('img/hatter1.jpg');
	background-attachment: fixed;
	font-family: Verdena, sans-serif;
}

div#link
{
	display:none;
}

div#test
{
	width: 1200px;
	margin: auto;
	background-color: white;
	max-width: 1920px;
	min-width: 600px;
	border-radius: 20px;
	
}
div#fooldal h2, h3
{
	background-color: lightgrey;
	padding: 5px;
}

div#fejlec img
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


div#fooldal p
{
	font-size: 120%;
	text-align: justify;
	padding: 2px;
}


div#menu
{
	flex: 1;
	padding: 10px;
}

div#fooldal
{
	flex: 3;
	text-align: center;
	font-size: 120%;
	line-height: 150%;
	border-style: double;
	padding: 2px;
	margin: 50px;
	
}

div#menu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px 65px;
	flex-direction: row;
	display: flex;
}

div#menu li
{
	
}

div#menu a
{
	text-decoration: none;
	padding: 20px 40px 20px 40px;
	background-color: lightgrey;
	text-align: center;
	margin: 0px 3px;
	color: black;
}

div#menu a:hover
{
	background-color: #66FF99;
}

div#menu a[href="#"]
{
	background-color: #66FF99;
	pointer-events: none;
}
h2, h3
{
	font-weight: normal;
}
div#lablec
{
	background-color: lightgrey;
	padding: 20px;
	display: flex;
	font-size: 95%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
div#lablec p
{
	margin: 0px 105px;
}
table, th, td, tr
{
	padding: 10px;
	margin: 0 auto;
	border: 2px solid lightgrey;
}

th, td
{
	background-color: lightgrey;
}