html, body {
	height: 100%;
}
body {
	font-family: "Arial",Helvetica;
	font-size: 12px;
	color: #59626d;
	margin: 0px;
	padding: 0px;
	background-color: #0089c4;
/*
	background-image: url(img/bg_rep.jpg);
	background-position: center top;
	background-repeat: repeat-y;
*/
}
a {
	outline: none;
}
a:hover {}
img {
	border: none;
}
form {
	margin: 0px;
}
label {
	cursor: pointer;
}
.c, .clear, .clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.balBg {
	background-image: url(i/bal_bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 100%;
}
.jobbBg {
	background-image: url(i/jobb_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}
.alsoAtmenet {
	background-image: url(i/atm.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 100%;
}
.weboldalTarto {
	height: 100%;
}
	.logo {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
		.logo h1 {
			margin: 0px;
			padding: 0px;
			padding-left: 806px;
			padding-top: 145px;
		}
/*
	.email {
		color: white;
		text-decoration: none;
		right: 0px;
		bottom: 0px;
		position: absolute;
		margin: 20px;
	}
*/
	.foreszTarto {
		height: 330px;
		margin-top: 30px;
		background-image: url(i/bg_rep.png);
		background-position: center;
		background-repeat: repeat-y;
	}
		.zoldBg {
			background-image: url(i/bg_menu.png);
			background-position: center;
			background-repeat: no-repeat;
			height: 220px;
		}
			.ezerPx {
				width: 940px;
				padding: 30px;
				margin-left: auto;
				margin-right: auto;
			}
				.tartalomTarto {
					width: 760px;
					float: left;
				}
				.menuTarto {
					width: 180px;
					float: left;
					margin-top: 56px;
				}
					.menuTarto ul {
						list-style: none;
						margin: 0px;
						padding: 0px;
					}
						.menuTarto ul li {
							background-image: url(i/menu_bg.jpg);
							background-position: left;
							background-repeat: no-repeat;
							display: block;
							margin-bottom: 2px;

						}
							.menuTarto ul li a, .menuTarto ul li span {
								color: #6c8300;
								text-decoration: none;
								text-transform: uppercase;
								font-size: 11px;
								font-weight: bold;
								display: block;
								height: 21px;
								padding-top: 13px;
								padding-left: 16px;
							}
							.menuTarto ul li:hover, .menuTarto ul li span {
								color: #0058ab;
								background-color: #ffffff;
							}
							.menuTarto ul li.like {
								padding-left: 16px;
								padding-top: 6px;
								padding-bottom: 6px;
								background-image: url(i/menu_bg.jpg);
								background-position: left;
								background-repeat: no-repeat;
								background-color: transparent;
							}
							.menuTarto ul li.like:hover {
								background-color: transparent;
							}	
	
	
	