body {
	background: #000000 url(img/nyilaszaro_pecs_hatter.jpg) repeat-x 0px 0px;
	}
#lap {
	background-color: white;
	width:1000px;   
	margin:10px auto 10px auto;
	border-radius: 25px;
	}  
#fejlec {
	height:180px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	} 
#fejlec img {
	border-radius: 15px;
	margin: 10px;
	}
#menu {
	background-color: #FFCD28;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	margin-left: 10px;
	margin-right: 10px;
	}
#menu ul, li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 19px;
	font-style: normal;
	font-variant: small-caps;
	padding: 1.5px;
	list-style: none;
	display: inline;
	text-decoration: none;
	}
.menu a:link {
	text-decoration: none;
	color: black;
	}
.menu a:visited {
	text-decoration: none;
	color: black;
	}
.menu a:hover {
	text-decoration: none;
	color: gray;
	}
.menu  a:active{
	text-decoration: none;
	color: black;
	}
#tartalom_fo {
	width: 950px;
	margin: 25px;
	height: auto;
	text-align: center;
	font-family:Arial,sans-serif;
	font: 17px Arial;
	}
#tartalom {
	float: right;
	width: 650px;
	margin: 25px;
	margin-left: 0px;
	height: auto;
	text-align: center;
	font-family:Arial,sans-serif;
	font: 17px Arial;
	}
#balsav {
	float:left;
	width: 300px;
	margin: 25px;
	margin-right: 0px;
	height: auto;
	text-align: center;
	font-family:Arial,sans-serif;
	font: 17px Arial;
	}
h1 {
	margin: 25px;
	font-family:Arial,sans-serif;
	font: 40px Arial;
	}
h2 {
	margin: 25px;
	font-family:Arial,sans-serif;
	font: 30px Arial;
	}
h3{
	margin: 25px;
	font-family:Arial,sans-serif;
	font: 20px Arial;
	}
p.tartalom {
	float: right;
	font-family:Arial,sans-serif;
	font: 20px Arial;
	text-align: justify;
	}
p.lista {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	font-family:Arial,sans-serif;
	font: 17px Arial;
	}
ul.lista, li.lista {
	text-align: center;
	font-family:Arial,sans-serif;
	font: 17px Arial;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	display: list-item;
	}
#lent {
	background-color: white;
	padding: 5px;
	clear:both;
	text-align: center;
	font-family:Arial,sans-serif;
	font: 13px Arial; 
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	} 
#lent hr {width: 900px;}
/*debugging*/  
#fejlec {background-color: white;}

.tableWrapper {
	overflow: hidden;
	background: #fff url(img/layout/innerShadowBottom.png) left bottom repeat-x;
	border: 1px solid #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
table {
	width: 100%;
	border-collapse: collapse;
}
table td, table th {
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table tr:hover {
	background-color: #f3f3f3;
}