body { 
	background-color: rgb(250,240,200);
	}
	
img.dekorkep {             /* dekorációs képek */
	width: 30%;
	display: block;
	margin: auto;
}

hr {
	border: solid 1px black;
}
	
h1 {
	text-align: center;
}

a {
	font-weight: bold; 
	text-decoration: none; 
	color: #0000ff;}

table {
	border: solid 2px black;
	border-collapse: collapse;
	}

th {
	background-color: rgb(230,230,230);
	border: solid 1px black;
	padding: 5px;
	}

td {text-align: left;
	border: solid 1px black;
	padding: 5px;
	}
p.kozepre {text-align: center;}

.figyelmeztetes {
	color: rgb(250,0,0); 
	background-color: rgb(250,250,0);
}

.menu {
	margin: auto;
	border: solid 1px black;
	border-radius: 2ex;
	text-align: center;
	background-color: rgb(255,255,150);
	padding: 1ex;
	}
	
.menu p {
		display: inline; 
		border-right: 1px solid black;
		padding-right: 1em;
		padding-left: 1em;	
	}	
	
.menu p:last-child {
		border-right: none;
	}
	
@media (max-width: 1024px) {         /* Mobiltelefonra */

	body {
		text-align:center;  
	}
	
	input, select, button, a {
		font-size: 150%;
		min-width: 3em;
	}
	
	input,select {
		background-color: white;
	}
	
}