body {
	background-color:#fff;
	background-image:url(/gfx/bg.gif);
	background-repeat:repeat-x;
	margin:0; padding:0;
	font-family:Arial, sans-serif;
	font-size:12px;
}
h2, h3, p { margin:0; padding:0; } 
p { line-height:17px; padding-bottom:5px; }

h2.more {
	background-image:url(/gfx/more.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	cursor:pointer;
	line-height:14px;
	background-position:0 0;
	margin-bottom:10px !important;

}
h2.more2 { background-position:0 -16px;  } 

a {	color:#06c; }
a:hover { text-decoration:none; }

.selectedOrder { font-weight:bold;  }


form { margin:0; padding:0; }
	input {
		font-size:13px;
		border:1px solid #ccc;
		padding:2px;
		font-family:Arial, sans-serif;

		background-repeat:no-repeat;
		background-position:right;
	}
	textarea {
		font-size:13px;
		border:1px solid #ccc;
		padding:2px;
		font-family:Arial, sans-serif;

		background-repeat:no-repeat;
		background-position:right;	
	}
	select {
		font-size:13px;
		border:1px solid #ccc;
		font-family:Arial, sans-serif;
	}
	.iAktiv {	border:1px solid #d00;	}
	.iInAktiv {	border:1px solid #ccc;	}

	.redButton {
		background-image:url(/gfx/button_bg.gif);
		font-size:12px;
		font-weight:bold;
		color:#fff;
		border:none;
		width:70px; height:21px;
	}	
		.redButton:hover { background-image:url(/gfx/button_bg_o.gif); }	

	.redButtonBig {
		background-image:url(/gfx/button_big_bg.gif);
		font-size:12px;
		font-weight:bold;
		color:#fff;
		border:none;
		width:120px; height:21px;
	}	
		.redButtonBig:hover { background-image:url(/gfx/button_big_bg_o.gif); }	

	.formTable td {
		margin:0;
		padding:2px;
	}

	.tValt { background-color:#e7e8e9; }
img { border:0; }
#main {
	margin:0 auto;
	width:1000px;
}
	
#top{
	width:1000px;
	height:82px;
}
	#topLogo {
		width:1000px;
		height:82px;
		float:left;
		color:#dd0000;
		font-size:26px;
		font-weight:bold;
		line-height:26px;
	}
	#topLogo a{
		color:#d00;
		text-decoration:none;
	}
/*	
	#topLanguages {	
		margin-top:14px;
		float:right;
		width:84px;
		height:14px;
	}
	#topNevnap {
		clear:right;
		margin-top:8px;
		float:right;
		text-align:right;
	}
	#topNevnap a {
		color:#06c;
	}
	
	#topLogin {
		clear:right;
		margin-top:8px;
		float:right;
		text-align:right;
	}
		#topLogin a {
			color:#06c;
			font-weight:bold;
			text-decoration:none;
			background-image:url(/gfx/arrow_r.gif);
			background-repeat:no-repeat;
			background-position:0 2px; 
			padding-left:12px;
		}
*/
#mainTab {
	height:35px;
	font-size:16px;
	font-weight:bold;

}
	#mainTab a.aktiv{
		background-color:#fff;
		/* background-image:url(/gfx/top_aktiv_ful.gif); */
		display:block;
		float:left;
		margin-top:3px;
		height:32px;
		text-decoration:none;
		color:#000;
		padding-left:15px;
		padding-right:15px;
		line-height:32px;
	}
	#mainTab a.iaktiv{
		background-image:url(/gfx/top_iaktiv.gif);
		display:block;
		float:left;
		margin-top:3px;
		height:32px;
		text-decoration:none;
		color:#fff;
		padding-left:15px;
		padding-right:15px;
		line-height:32px;
		background-repeat:no-repeat;
	}
		#mainTab a.iaktiv:hover{ text-decoration:underline; }
		
#leftContainer {
	float:left;
	width:602px; 
}	

#indexMainTab {
	background-color:#fff;
	background-image:url(/gfx/index_main_bg.gif);
	background-repeat:repeat-x;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:574px; /* 602 - 2*13padding -2px border */ 
	float:left;
	clear:both;
	padding:13px;
}
	#indexMainTab p{
		line-height:18px;
	}

	.navbar {
		width:564px;
		height:21px;
		background-image:url(/gfx/navbar_bg.gif);
		line-height:21px;
		padding-left:10px;
	}

	#indexMainTab h1{
		font-size:16px;
		font-weight:bold;
		color:#d00;
	}
	#indexMainTab h2{
		font-size:14px;
		font-weight:bold;
		color:#d00;
		margin:0;
	}

.dropHelp {
	position:absolute;
	background-color:#fff;
	border:1px solid #d00;
	display:none;

}
	.dropHelpHit{
		background-color:#fff;
		display:block;
		float:none;
		height:17px;
		line-height:17px;
		font-size:12px;
		color:#000;
		padding:0; margin:0;
		padding-left:2px;
		overflow:hidden;
		cursor:pointer;
	}
		.dropHelpHit:hover{ text-decoration:underline; }
	.dropHelpHitSel{
		background-color:#d00;
		display:block;
		float:none;
		height:17px;
		line-height:17px;
		font-size:12px;
		color:#fff;
		padding:0; margin:0;
		padding-left:3px;
		overflow:hidden;
		cursor:pointer;
	}
	.dropHelpHint{
		background-color:#fff;
		display:block;
		float:none;
		font-size:10px;
		color:#aaa;
		padding:3px;
		overflow:hidden;
	}
	.micro {
		top:0;
		color:#333;
		font-size:11px;
		line-height:17px;
		position:absolute;
		left:225px;
		width:70px;
		text-align: right;
	}
#indexMenu{
	width:250px;
	background-color:#fff;
	float:left;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
	#indexMenu a{

	}
	#indexMenu a:hover{ }
	#menu a{
		display:block;
		background-image:url(/gfx/menu_a_bg.gif);
		height:31px;
		line-height:31px;
		color:#000;
		text-decoration:none;
		margin-left:3px;
		margin-right:3px;
		font-size:14px;
		font-weight:bold;
		padding-left:23px;	
	}
		#menu a:hover { text-decoration:underline;  } 
	
	.boxplussz {
		padding:20px 0 20px 20px;
		border-bottom:1px solid #ccc;
		clear:both;
		line-height:18px;
	}
		.boxplusszcim {
			font-size:14px;
			font-weight:bold;
		}

		.boxplussz a{

		}

	.ketoszlopa a {
		display:block;
		width:49%;
		float:left;
		overflow:hidden;
	} 

	#menuElerhetoseg  {
		height:auto;
		margin-top:10px;
		padding-left:23px;
	}
		#menuElerhetoseg  a{

		}

	#menuHirlevel  {
		margin-top:10px;
		background-image:url(/gfx/menu_bottom_bg.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		height:215px;
		
	}
		#menuHirlevel table {
			
		
		}
		#menuHirlevel  a{

		}
		
		
#rightBanner{
	width:146px;
	padding-top:13px;
	padding-bottom:13px;
	background-color:#eee;
	float:right;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	height:auto;
}


.cimszoKezdoBetu {
	text-align:center;
	padding:10px;
}
	.cimszoKezdoBetu a {
		font-size:13px;
		text-decoration:none;
		padding-left:3px;
		padding-right:3px;
		font-size:12px;
		font-weight:bold;
	}
	.cimszoKezdoBetu a:hover { 
		text-decoration:underline; 
	}
.big { font-size:15px; }
.calculator { background-image:url(/gfx/calculator_bg.gif); background-repeat:no-repeat; padding-left:40px; line-height:32px;  }
.notActiveLink { color:#adadad;  }

.lapozo { margin:10px 0 10px 0 }
	.lapozo a {
		font-weight:bold;
		padding-left:4px; padding-right:4px;
		text-decoration:none;
	}
		.lapozo a:hover { text-decoration:underline; }
		.lapozo .notActiveLink { font-weight:bold; padding-left:4px; padding-right:4px;  }
		.lapozo .selected { background-color:#06c; color:#fff;   }


#hirdetes {
	padding:15px 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dashed #aaa;
}

.linkicon {
	background-repeat:no-repeat;
	padding-left:18px;
	padding-right:3px;
	
}
	.editpage { background-image:url(/gfx/icon/editpage.gif); }
	.print {	background-image:url(/gfx/icon/print.gif); }
	.sendmail { background-image:url(/gfx/icon/sendmail.gif); }


#footer { clear:both; padding-top:10px; font-size:11px; line-height:18px; padding-bottom:5px; }
	#fSep { border-top:3px solid #ce0000; padding-top:20px;  }
	#fCon { width:1000px;  margin:0 auto; }	