* {
	border: 0;	border-collapse: collapse;	border-spacing: 0;	margin: 0;	padding: 0;}html { height: 100%; }body {	background: #cbe7f3;	color: #67686a;	height: 100%;	text-align: center;}
body, textarea, input {	font: 62.5%/100% Verdana, Tahoma, Arial, sans-serif; }h1, h2, h3, h4, h5, h6, textarea, input, select { font-size: 1em; }ul { list-style: none; }a { text-decoration: none; }img, fieldset { border: none; }/** MAIN ELEMENTS **/
#index {
	background: url(../images/nyitolap.png) no-repeat 50% 0;
	height: 284px;
	margin: 100px auto 0 auto;
	padding-top: 89px;
	position: relative;
	width: 814px;
}
#container {	margin: 0 auto;
	overflow: hidden;	position: relative;
	width: 802px;}
#header {
	float: left;
	height: 223px;
	width: 802px;
}
#menu {
	height: 223px;
	width: 802px;
}
#mainContent {
	background: #f9f9fa;
	border: 1px solid #c9c9c9;
	border-top: none;
	border-bottom: none;
	float: left;
	font-size: 1.3em;
	line-height: 140%;
	margin: 0 5px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	text-align: justify;
	width: 770px;
}
#footer {
	font-size: 1.2em;
	line-height: 120%;
	overflow: hidden;
	padding: 0 20px 10px 20px;
	text-align: right;
	width: 762px;
}
/** MAINCONTENT ELEMENTS **/
.mainContentTop {
	background: url(../images/bg_maincontent_top.png) no-repeat 50% 100%;
	float: left;
	height: 11px;
	margin: 0 5px;
	width: 792px;
}
.mainContentBottom {
	background: url(../images/bg_maincontent_bottom.png) no-repeat 50% 0;
	float: left;
	height: 11px;
	margin: 0 5px 10px 5px;
	width: 792px;
}#mainContent a { color: #3285c5; }
#mainContent a:hover { text-decoration: underline; }#mainContent h1 {
	color: #06bdf6;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;}
#mainContent h2 {
	color: #06bdf6;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0;
}#mainContent p {	padding-bottom: 10px;}#mainContent li {	list-style-type: disc;	margin-left: 30px;	padding: 0 10px 5px 0;}#mainContent ol {	margin-left: 20px;	padding-bottom: 5px;}
table.szamoljunk {
	margin: 5px auto;
}
table.szamoljunk td {
	border: 1px solid #67686a;
	padding: 3px;
	text-align: center;
}
table.csaptelep {
	margin: 5px auto;
}
table.csaptelep td {
	padding: 10px;
	text-align: center;
}
/** MAINMENU ELEMENTS **/
#menu ul li {
	display: inline;
	float: left;
	position: relative;
}
/** FOOTER ELEMENTS **/
#footer a { color: #3285c5; }
/** CLEARFIX ELEMENTS **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; width: 100%; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }