body
{
	margin: 0;
	font-size: 14px;
	font-family: Arial;
	background-color: black;
	background-repeat: repeat;
}
#befoglalo
{
	width: 937px;
	margin: 40px auto;
}
#hiv
{
	color: white;
	font-size: 16px;
	text-align: center;
}
#fejlec
{
	height: 298px;
	background-image: url(../index/fejlec.jpg);
	background-repeat: no-repeat;
}
#fejlec h1
{
	margin: 0;
	text-indent: -9999px;
}
#menu
{
	height: 30px;
	width: 933px;
	border: solid 2px #9b9a96;
	background-color: black;
	padding-bottom: 10px;
}
#menu ul
{
	text-align: center;
	padding-left: 0;
	margin: 8px 0;
}
#menu li
{
	margin: 0 30px;
	display: inline;
	list-style-type: none;
}
#menu a
{
	color: #5e594e;
	font-size: 18px;
	text-decoration: none;
}
#menu a:hover 
{
	color: #800;
}
#tartalom
{
	background-color: #9b9a96;
	padding: 10px;
}
#tartalom p
{
	font-size: 12px;
	.font-weight: bold;
	margin: 20px 20px 20px 20px;
}
#tartalom h2
{
	font-size: 16px;
	text-align: center;
}
#lablec
{
	clear: both;
	color: #9b9a96;
	text-align: center;
	background-color: black;
	border-top: solid 2px #9b9a96;
	border-bottom: solid 2px #9b9a96;
}
#lablec p
{
	margin: 0;
	padding: 10px;
	font-size: 14px;
}
#separator
{
	padding: 10px;
}
.rounded 
{
  border-radius: 3ex;
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
} 