body{
	font-size			: 10pt;	
	margin				: 0;
	background-color	: lightgrey;
	background-color	: #16253E;
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height			: 150%;	
}

table {
	border-collapse		: collapse;
	width				: 95%;
	border				: 1px solid #16253E;}	
td {
	padding				: 0px 2px;
	border				: 1px dotted #16253E;}

tr:nth-child(even) {background-color: white;}
tr:nth-child(odd) {background-color: white; }
tr:first-child  {background-color	: #D2E6EC; }

a {
	color				: #16253E;
	text-decoration		: none;
}

img {
	max-width			: 100%;}
	
#container {
	margin				: auto;
	max-width			: 950px;
	background-color	: white;
	min-height			: 650px;	
}

#tartalom {
	padding				: 5px;
}

div#fejlec{
	position			: relative;}	
div#felirat{
	color				: white;
	font-weight			: bold;
	font-size			: 180%;
	opacity				: .9;
	filter				: alpha(opacity=90);
	position			: absolute;
	top					: 2%;
	padding				: 0.5%;
	z-index				: 1;}		

div#aholjo {
	font-size			: 220%;
	font-weight			: bold;
	font-family			: "Comic Sans MS", cursive, sans-serif;
	font-style			: italic;
	color				: #b0d0db;
	position			: absolute;
	right				: 0%;
	bottom				: 10%;
	opacity				: .9;
	filter				: alpha(opacity=90);
}	

div#menu {
	background-color	: #5cabe0; 
	color				: #16253E;
	padding				: 1px 5px;
	min-height			: 20px;
	text-align			: right;
}

/* 480 alatt */
@media only screen and (max-width: 480px)
{
	body {
		font-size			: 11pt;}
	div#felirat {
		width				: 100%;
		font-size			: 100%;
		bottom				: 1%;
		text-align			: center;}
	div#aholjo {
		display				: none;}
	table {
		width				: 100%;}		
}