body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/hatter6.gif) repeat;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#menu1 {
	font: 16px Verdana, Geneva, sans-serif;
	color: #000;
	position: relative;
	background: #7EAFF8;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#menu1 ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu1 ul li {
	list-style-type: none;
	display: inline;
}
#menu1 ul li a {
	text-decoration: none;
	color: #000;
	padding: 6px 20px;
	
}
#menu1 ul li a:hover {
	text-decoration: none;
	color:#000;
	background: #A7C8FA;
}
#fejresz {
	height: 125px;
	background: url(../images/jobbfej.jpg) no-repeat right center;
}
#fejresz img {
	border: 0;	
}
#menu2 {
	font: 16px Verdana, Geneva, sans-serif;
	color: #000;
	position: relative;
	background: #7EAFF8;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#menu2 ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu2 ul li {
	list-style-type: none;
	display: inline;
}
#menu2 ul li span {
	padding: 6px 24px;
}
#menu2 ul li a {
	text-decoration: none;
	color: #000;
	padding: 6px 24px;
	
}
#menu2 ul li a:hover {
	text-decoration: none;
	color:#000;
	background: #A7C8FA;
}
#menu2 #szolgaltatasok {
	visibility: hidden;
	width: 255px;
	background: #BFD8FB;
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 10px;
	position: absolute;
	top: 30px;
	left: 52px;
	z-index: 40;
}

#menu2 #rendezvenyek {
	visibility: hidden;
	width: 250px;
	background: #BFD8FB;
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 10px;
	position: absolute;
	top: 30px;
	left: 227px;
	z-index: 20;
}
#menu2 #informaciok {
	visibility: hidden;
	width: 372px;
	background: #BFD8FB;
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 10px;
	position: absolute;
	top: 30px;
	left: 399px;
	z-index: 30;
}
#menu2 #rendezvenyek ul, #menu2 #informaciok ul, #menu2 #szolgaltatasok ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu2 #rendezvenyek ul li, #menu2 #informaciok ul li, #menu2 #szolgaltatasok ul li {
	list-style-type: none;
	
}
/*#menu2 #szolgaltatasok ul li.focim {
	padding: 10px 40px;
	display: block;
	
}*/
#menu2 #rendezvenyek ul li a, #menu2 #informaciok ul li a, #menu2 #szolgaltatasok ul li a {
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 6px 10px;
	display: block;
	
}
#menu2 #rendezvenyek ul li a:hover, #menu2 #informaciok ul li a:hover, #menu2 #szolgaltatasok ul li a:hover {
	color:#000;
	text-decoration: none;
	background:#7EAFF8;
}
#mainContent {
	padding: 1px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font: normal 14px/1.5 Verdana, Arial, sans-serif;
	color: #000;
	text-align: justify;
}
#mainContent h1 {
	font: bold 18px Verdana, Arial, sans-serif;
	color: #000;
	padding-bottom: 15px;
}
#mainContent h2 {
	font: bold 16px Verdana, Arial, sans-serif;
	
}
#mainContent ul {
	margin: 0;
	padding: 0;
}
#mainContent ul li {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 30px;
}
#mainContent .kezdokep {
	text-align: center;
	padding: 20px;
}
#mainContent .piros_kozep {
	color: #F00;
	text-align: center;
}
#mainContent img.kepkeret {
	border: 2px ridge #0CF;
	padding: 0;
}
#mainContent .nagyk {
	font: normal 18px Verdana, Arial, sans-serif;		
}
#mainContent .vonal {
	width: 100%;
	color: #069;
	background: #069;
	border: none;
	height: 1px;
	text-align: center;	
}
#mainContent .kep {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
/*#mainContent img {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}*/
#mainContent .alairas {
	text-align: right;
}
#mainContent .kepfoleiras {
	text-align: center;
	padding-top: 10px;
}
#mainContent .kepalairas {
	text-align: center;
	padding-bottom: 20px;
}
#mainContent table {
	border:#069 solid 1px;
	
}
#mainContent td {
	border:#069 solid 1px;
	border-collapse: collapse;
	padding: 0 20px 0 10px;
}
#mainContent a {
	color: #006699;
	text-decoration: none;
}
#mainContent a:hover {
	color: #006699;
	text-decoration: underline;
}
#mainContent .float_jobb {
	float: right;
	padding: 0 0 10px 10px;
}
#mainContent .float_bal {
	float: left;
	padding: 0 10px 10px 0;
}
#mainContent .clearfloat {
	clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0560A6;
	font: normal 14px/1.5 Verdana, Arial, sans-serif;
	color: #FFF;
}

