@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	
}
.oneColElsCtr #container {
	width: 977px;
	height: 600px;
	background-image: url(../images/bg_pic.jpg); /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 650px;
	height: 335px;
}

a,a:active,a:visited {
	color: #09c;
}

.ikonContainer {
	float: left;
	width: 660px;
	margin-top: 30px;
	margin-left: 16px;
}

.ikon {
	padding-left: 12px;
	padding-top: 12px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.kapcsolat{
	float: left;
	margin-top: 125px;
	margin-left: 340px;
	width: 330px;
	height: 35px;
}

h3 {
	padding-bottom: 5px;
}

h4 {
	font-size: 10px;
	padding-top: 10px;
}

