/*<		alap 		>
#1064af
*/
	html, body, ul, ol, li, p, 
	h1, h2, h3, h4, h5, h6, 
	form, fieldset, a, img { 
		margin: 0; 
		padding: 0; 
		border: none; 
		outline: none;
		font-family: Garuda, Arial, "Liberation Sans", Verdana, "sans-serif";
	}
	html{
		background-color: #fff;
		background-image: url(bg.png);
		background-repeat: repeat-x;
		/*
		background-position: 50% 50%;
		*/
	}
	body{
		color: #000;
		font-size: 10px;
		width: 936px;
		margin: 0 auto;
		background-color: transparent;
	}
	html
	{ 
		/*
		background-image:url('hatter.jpg');
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center bottom;
		*/ 
	}
	
	.english{
		display:block;
		position: absolute;
		margin:22px 0 0 200px;
		cursor: pointer;
	}
	.deutsch{
		display:block;
		position: absolute;
		margin:22px 0 0 250px;
		cursor: pointer;
	}
	
	.center{
		text-align: center;	
	}
	.clear{
		clear: both;
	}
	.green{
		color: #019149;
	}
	.blue{
		color: #258ecb;
	}
	.small{
		font-size: 0.8em;
	}
	.sec_text{
		color: #000;
		font-size: 13px;
	}
	a{
		color: #80b720;
		text-decoration: none;
		-o-transition: color 0.14s 0 ease-in-out;
		-webkit-transition: color 0.14s 0 ease-in-out;
		-moz-transition: color 0.14s 0 ease-in-out;
		transition: color 0.14s 0 ease-in-out;
	}
	a:hover{
		text-decoration: underline;
	}
	.error{
		color: red;
	}
	.hidden{
		display: none;
	}
	caption{
		text-align: left;
	}
	p {
		margin: 7px 0;
	}
	div.sep {
		background-image: url(sep.png);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		opacity: 0.1;
		filter: alpha(opacity = 10);
		height: 2px;
		line-height: 2px;
		padding: 0;
		margin: 6px 0 6px 0;
	}

/*</	alap		>*/
/*///////////////////*/
/*<		header		>*/
	#header{
		padding-top: 3px;
	}
	#header #nav{
		height: 56px;
	}
	#logo{
		margin-left: 4px;
		display: block;
	}
	#head {
		background-image: url(header.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		display: block;
		background-color: #adadad;
		width: 936px;
		height: 130px;
		/*-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-top-right-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		border-radius: 10px;
		border-top-right-radius: 0px;*/
	}

	#menu{
		list-style: none;
		display: block;
		height: 47px;
		width: 750px;
		margin-top: 9px;
		float: right;
	}
	#menu li{
		display: block;
		float: right;
		position: relative;
	}
	#menu li a{
		display: block;
		padding: 5px 7px 0 7px;
		line-height: 46px;
		height: 42px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #ffffff;
		background-image: url(menu_btn.png);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		text-decoration: none;
	}
	#menu li.first a{
		background-image: url(menu_btn_l.png);
		padding-left: 10px;
	}
	#menu li.last{
		background-image: url(menu_last_li_bg.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	#menu li.last a{
		background-image: url(menu_btn_r.png);
		background-position: 100% 0%;
		padding-right: 10px;
	}
	#menu li a:hover{
		background-position: 0% -47px;
		color: #fff;
	}
	#menu li.last a:hover{
		background-position: 100% -47px;
	}
	#menu li a.selected{
		background-position: 0% -47px;
	}
	#menu li.last a.selected{
		background-position: 100% -47px;
	}


	#menu li a#em {
		background-position: 0% -94px;
	}

	#menu li a:hover#em,
	#menu li a.selected#em {
		background-position: 0% -141px;
	}






	#menu li ul{
		display: none;
		position: absolute;
		z-index: 500;
		top: auto;
		margin-left: 0;
		list-style: none;
		border: none;
		border-left: solid 1px #1c7fba;
		border-right: solid 1px #1c7fba;
		border-bottom: solid 1px #1c7fba;
		float: none;
		background-color: #20a7f9;
		background-color: rgba(66, 172, 239, 0.85);
	}
	#menu li:hover ul{
		display: block;
	}
	#menu li ul li{
		float: none;
		border: none;
	}
	#menu li ul li a, #menu li.last ul li a, #menu li.first ul li a {
		text-transform: none;
		float: none;
		border: none;
		background-image: none;
		color: #fff;
		height: 1%;
		line-height: 15px;
		margin: 0 15px 0 10px;
		padding: 5px 0 5px 0;
		font-size: 14px;
		position: relative;
		display: block;
		font-weight: normal;
		white-space:nowrap
	}
	#menu li ul li a:hover{
		color: #fff;
	}
	#menu li ul li:hover{
		background-color: #278cca;
	}
	#menu li.last ul{
		width: 100%;
	}


/*</	header		>*/
/*///////////////////*/
/*<		content		>*/
	#content{
		min-height: 570px;
		background-color: #fff;
		margin-top: 0;
		background-image: url(content_bg.png);
		background-repeat: repeat-x;
		background-position: 0 0;
		padding-bottom: 10px;
	}
	#contentcenter{
		float: right;
		width: 686px;
		margin-top: 0;
		margin-right: 0;
		min-height: 320px;
		font-size: 12px;
		padding: 20px;
		padding-bottom: 8px;
		color: #6c6c6c;
		line-height: 150%;
		/*border-left: 1px solid #fafafa;*/
	}
	#contentcenter a:hover{
		color: #f47721;
	}
	#contentcenter.mainpage{
		width: 510px;
		background-image: url(content_head.gif);
		background-repeat: no-repeat;
		background-position: 50% 0%;
	}
	#contentcenter h1{
		font-size: 18px;
		line-height: 20px;
		font-weight: normal;
		padding-bottom: 3px;
		padding-top: 4px;
		padding-left: 54px;
		border-bottom: solid 1px #c5de98;
		margin-bottom: 14px;
		color: #8cc63f;
		text-transform: uppercase;
		background-image: url(h1_bg.gif);
		background-repeat: no-repeat;
		background-position: 11px 0%;
	}
	#contentcenter h1 span.sav{
		background-color: red;
		height: 19px;
		width: 6px;
		margin-right: 4px;
		margin-top: 4px;
		display: block;
		float: left;
	}
	#contentcenter ol li{
		margin-left: 35px;
	}
	#contentcenter ul li{
		margin-left: 12px;
	}
	#contentcenter h2, caption{
		color: #258ecb;
		font-size: 17px;
	}
	#contentcenter h3{
		color: #258ecb;
		font-size: 15px;
	}

	#contentcenter h4.date{
		color: #333;
		font-size: 11px;
		margin-top: -10px;
		margin-bottom: 7px;
		font-weight: normal;
	}
	#contentcenter img.border{
		padding: 2px;
		border: solid 1px #b4b2b0;
	}

	div.info img{
		margin-bottom: 10px;
	}
	div.info p{
		margin: 0;
	}
	
	ul#vezetok{
		list-style: none;
	}
	ul#vezetok h6{
		font-size: 12px;
		color: #80b720;
		font-weight: normal;
	}
	ul#vezetok p{
		margin: 4px 0;
	}
	ul#vezetok li{
		float: left;
		margin: 10px 0;
	}
	ul#vezetok li div.vezetok{
		width: 312px;
		margin: 0 15px;
		min-height: 90px;
	}
	ul#vezetok li div.vezetok div.vezetok_foto{
		padding: 2px;
		border: solid 2px #d8eafb;
		background-color: #d8eafb;
		float: left;
		margin: 0 6px 6px 0;
	}
	ul#vezetok li div.vezetok div.vezetok_foto a{
		display: block;
		line-height: 0;
	}
	
	
	ul#allashirdetesek{
		list-style: none;
	}
	ul#allashirdetesek h6{
		font-size: 12px;
		color: #80b720;
		font-weight: normal;
	}
	ul#allashirdetesek p.blue{
		font-size: 11px;
	}
	ul#allashirdetesek li{
		margin: 10px 0;
	}

	

	#uzletek_table{
		clear: both;
	}
	#uzletek_table td {
		width: 288px;
		border: solid 1px #a3a3a3;
		min-height: 115px;
		padding: 22px 5px 22px 5px;
		vertical-align: top;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		background-color: #fff;
	}
	#uzletek_table table.table_info {
		height: 100%;
	}
	#uzletek_table table.table_info td{
		width: auto;
		border: none;
		min-height: 0;
		padding: 0;
		background-color: transparent;
		vertical-align: top;
		height: 100%;
	}
	#uzletek_table td .uzlet_kep {
		float: left;
		display: block;
	}
	#uzletek_table td img{
		padding: 5px;
	}
	#uzletek_table td.empty {
		width: 72px;
		border: none;
		padding: 0;
		background-color: transparent;
	}
	#uzletek_table tr.space td{
		border: none;
		width: auto;
		height: 35px;
		min-height: 35px;
		padding: 0;
		background-color: transparent;
	}

	#uzletek_table td div.uzlet_reszlet{
		float: left;
		display: block;
		padding-left: 5px;
		width: 148px;
	}
	#uzletek_table td div.uzlet_reszlet ul li{
		margin-left: 0;
	}

	#uzletek_table td div.details{
		height: 0px;
	}

	#uzletek_table td ul{
		list-style: none;
	}

	.subcontent{
		width: 492px;
	}
	.subcontent2{
		width: 524px;
	}
	.subcontent_mainpage{
		width: 520px;
		float: left;
	}
	.info {
		float: right;
		padding: 5px;
		width: 175px;
	}

	.info2 {
		float: right;
		padding: 5px;
		width: 140px;
		text-align: center;
	}

	
	.tip {
		color: #fff;
		width: 172px;
		z-index: 13000;
	}
	 
	.tip-title {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		padding: 8px 8px 4px;
		background: url(bubble.png) top left;
	}
	 
	.tip-text {
		font-size: 11px;
		padding: 4px 8px 8px;
		background: url(bubble.png) bottom right;
	}
	
	
	.pagination {
		list-style: none;
		display: block;
		clear: both;
		float: right;
	}
	#contentcenter ul.pagination li{
		float: left;
		margin: 2px 3px;
	}
	.pagination li a{
		display: block;
		width: 15px;
		height: 15px;
		text-align: center;
		line-height: 14px;
		font-size: 12px;
		color: #fff;
		background-image: url(pagination_bg.png);
		background-repeat: repeat-x;
		font-weight: bold;
		background-position: 0% 0%;
		border: solid 1px #7fb914;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
	.pagination li.previous-page a,
	.pagination li.next-page a{
		display: inline;
		width: auto;
		height: 14px;
		border: none;
		margin: 2px 4px;
		color: #515151;
		background-image: none;
	}
	.pagination li a.disabled {
		color: #6c6c6c;
		cursor: default;
	}
	.pagination li.currentPage a {
		color: #ff0000;
	}
	.pagination li a:hover {
		text-decoration: none;
		color: #ed7e33;
	}
	.pagination li.currentPage a:hover {
		color: #ff0000;
	}



	#panel {
		margin-top: 0;
		float: left;
		margin-bottom:10px;
	}
	#leftmenu,
	#leftmenu2{
		margin-top: 0;
		padding-top: 14px;
		width: 208px;
		background-image: url(leftmenu_bg.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		min-height: 282px;
	}
	#leftmenu2.nobg{
		background-image: none;
	}

	#leftmenu dl,
	#leftmenu2 dl{
		margin-top: 0px;
	}
	#leftmenu2 dt,
	#leftmenu dt{
		background-image: url(balmenu.gif);
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	#leftmenu2 dl.closed dt,
	#leftmenu dl.closed dt{
		background-position: 0% 0%;
	}
	#leftmenu2 dt a,
	#leftmenu dt a{
		display: block;
		height: 36px;
		width: 160px;
		line-height: 36px;
		margin-left: 22px;
		font-size: 11px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}
	#leftmenu2 a:hover,
	#leftmenu a:hover{
		text-decoration: none;
		color: #111;
	}
	#leftmenu2 dl dt,
	#leftmenu dl dt{
		background-position: 0% 100%;
	}
	#leftmenu2 dd a,
	#leftmenu dd a{
		color: #777c80;
		font-size: 13px;
		line-height: 22px;
		padding-left: 8px;
	}

	#leftmenu2 dd,
	#leftmenu dd{
		margin-left: 16px;
	}
	#leftmenu2 dd.first,
	#leftmenu dd.first{
		margin-top: 5px;
	}
	#leftmenu2 dd.last,
	#leftmenu dd.last{
		margin-bottom: 20px;
	}
	#leftmenu2 dd a.selected,
	#leftmenu dd a.selected{
		color: #80b720;
	}

	#jobb_panel{
		width: 179px;
		margin-top: 0;
		margin-left: 0;
		margin-right: 14px;
		padding: 0;
		float: right;
		background-image: url(rightbox_body.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#jobb_panel div{
		padding-left: 3px;
		padding-right: 7px;
		color: #feffff;
	}
	#jobb_panel h3,
	#jobb_panel h2,
	#jobb_panel h4,
	#jobb_panel p{
		color: #feffff;
	}
	#leftmenu input.text,
	#jobb_panel input.text{
		width: 110px;
		height: 21px;
		line-height: 21px;
		padding: 3px 4px 3px 24px;
		background-color: transparent;
		border: none;
		background-image: url(input_text.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		color: #6c6c6c;
	}
	#leftmenu p.kereses{
		float: left;
		padding: 1px 2px 1px 1px;
		border: solid 1px #d3d3d3;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
	

	#jobb_panel input#nev:focus {
		background-position: 0 100%;		
	}
	#jobb_panel input#email {
		background-position: -200px 0;		
	}
	#jobb_panel input#email:focus {
		background-position: -200px 100%;		
	}
	#jobb_panel input#keres_uzlet {
		background-position: -400px 0;		
	}
	#jobb_panel input#keres_uzlet:focus {
		background-position: -400px 100%;		
	}

	#kereses_box {
		margin-top: 0;
	}
	#jobb_panel h3{
		font-weight: bold;
		font-size: 13px;
		padding-top: 11px;
		/*padding-left: 56px;*/
		text-align:center;
		text-transform: uppercase;
		margin-top: 10px;
		text-shadow: 0 0 4px #4e6878;
	}
	#jobb_panel div.clear{
		background-image: url(rightbox_footer.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		display: block;
		height: 7px;
		width: 179px;
		padding: 0;
		line-height: 7px;
	}

	#jobb_panel p{
		color: #feffff;
		font-size: 11px;
		padding: 1px 14px;
	}

	#jobb_panel p.error{
		color: #f00;
		font-size: 12px;
		margin: 0 1px 10px 1px;
		border-left: solid 1px #1582c3;
		border-right: solid 1px #1582c3;
		background-color: #eee;
	}

	.leftcontent {
		margin-top: 0px;
		margin-left: 15px;
		padding-left: 0;
		width: 178px;
		padding-right: 6px;
		background-image: url(leftbox_body.jpg);
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	.leftcontent div.clear{
		background-image: url(leftbox_footer.png);
		background-repeat: no-repeat;
		background-position: 0% 100%;
		display: block;
		width: 180px;
		height: 6px;
		padding: 0;
		margin: 0;
		line-height: 6px;
	}

	.leftcontent h3,
	.leftcontent h2,
	.leftcontent h4,
	.leftcontent p{
		padding-left: 16px;
		padding-right: 16px;
	}
	.leftcontent h3{
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 10px;
		padding-top: 20px;
		padding-left: 55px;
		text-transform: uppercase;
		text-shadow: 0 0 4px #4e6878;
	}
	.leftcontent p{
		color: #fff;
		font-size: 11px;
	}
	.leftcontent div.sep {
		margin: 6px 3px 6px 7px;
	}

	.leftcontent p.error{
		color: #ef1120;
		font-size: 11px;
		margin-top: -4px;
		margin-bottom: 10px;
	}


	#abc{
		width: 145px;
		text-align: center;
		list-style: none;
		display: block;
		padding: 10px 0 8px;
		margin-left: 3px;
	}
	#abc li {
		border-bottom: solid 1px #cac9c9;
		padding: 5px 0;
	}
	#abc li.last {
		border-bottom: none;
	}
	#leftmenu dd #abc a,
	#leftmenu dd #abc span{
		font-size: 14px;
		padding: 0 5px;
		letter-spacing: 0;
		line-height: 22px;
		text-transform: uppercase;
		height: 20px;
		display: inline-block;
	}
	#leftmenu dd #abc span{
		color: #ccc;
	}

	#leftmenu dd #abc a:hover{
		text-decoration: none;
		color: #111;
		background-color: #edf6f2;
	}
	#leftmenu dd #abc a.selected{
		background-color: #f47721;
		color: #fff;
	}

	#leftmenu dd.szines a {
		font-size: 10px;
		line-height: 12px;
		background-image: url(szines_link_bg.gif);
		background-repeat: no-repeat;
		background-position: 0 5%;
		background-color: #7f5411;
	}

	#leftmenu dd ul {
		list-style: none;
	}
	#leftmenu dd p{
		margin: 0;
	}
	#leftmenu dd p span.ev,
	#leftmenu dd p a,
	#leftmenu dd ul.lista li span.ev,
	#leftmenu dd ul.lista li a.ev{
		line-height: 26px;
		font-size: 14px;
		padding: 0;
		color: #80b720;
	}
	#leftmenu dd ul.lista li span.selectedev{
		color: #80b720;
		line-height: 26px;
		font-size: 14px;
	}
	#leftmenu dd ul.lista li a{
		margin: 0;
		padding: 0;
		line-height: 14px;
		color: #6c6c6c;
	}
	#leftmenu dd ul.lista li a:visited{
		color: #8c5c8c;
	}
	#leftmenu dd ul.lista li a:hover{
		color: #80b720;
	}
	#leftmenu dd ul.lista li a:active{
		color: #444;
	}
	#leftmenu dd ul.lista li a.selected {
		color: #f47722;
	}
	#leftmenu dd ul.lista li {
		margin: 0;
		display: block;
		background-image: url(balmenu_lista.gif);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		padding-top: 16px;
		padding-left: 19px;
		padding-right: 10px;
		padding-bottom: 11px;
	}
	#leftmenu dd ul.lista li.first {
		background-position: -300px 0%;
	}

	#leftmenu dl.closed dd {
		display: none;
	}


/*///////////////////*/
/*<		footer		>*/

#footer{
	background-image: url(footer_bg.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	clear: both;
}
#footer table{
	width: 96%;
	height: 89px;
}
#footer table td{
	vertical-align: middle;
}
#footer ul{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 31px;
	clear: both;
	float: left;
}
#footer div.footer_clear{
	display: block;
	width: auto;
	margin: 0;
	height: 8px;
	line-height: 8px;
	border-bottom: solid 4px #fff;
	background-image: url(content_clear.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}


#footer .sec_text{
	/*margin-top: 6px;*/
	margin-top: 9px;
	margin-left: 40px;
	font-size: 12px;
}
#footer .clear{
	height: 9px;
	line-height: 9px;
}
#footer ul li{
	float: left;
	margin-top: 2px;
}
#footer ul li a{
	font-size: 12px;
	margin: 0;
	padding: 0 12px 0 9px;
	color: #6c6c6c;
	background-image: url(horizontal_sep.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#footer p.sec_text a{
	font-size: 12px;
	margin: 0;
	color: #6c6c6c;
}
#footer ul li.last a{
	background-image: none;
}

#footer_panel {
	width: 900px;
	margin: auto;
	margin-bottom: 20px;
}
#footer_panel a:hover{
	/*color: #00A857;*/
	text-decoration: none;
}
#footer_panel table {
	margin-top: 1px;
	width: auto;
	border-collapse: separate;
}
#footer_panel table td{
	vertical-align: top;
	background-color: transparent;
	width: 288px;
	border: none;
	background-image: url(footer_panel.png);
	background-repeat: no-repeat;
	padding: 0 5px 7px 5px;
	background-position: 5px 100%;
}
#footer_panel table td div.clear{
	background-color: transparent;
	border: none;
	display: block;
	height: 5px;
	line-height: 5px;
	background-image: url(footer_panel.png);
	background-repeat: no-repeat;
	background-position: 0 0%;
}
#footer_panel table td img{
	float: left;
	padding: 0;
	background-color: #fff;
	margin: 0 6px 3px 6px;
}
#footer_panel table td a{
	color: #6c6c6c;
}
#footer_panel table td h3{
	color: #8cc63f;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}
#footer_panel table td h3 a{
	/*color: #8cc63f;*/
	color: #629f11;
}
#footer_panel table td h3 a:hover{
	/*color: #8cc63f;*/
	color: #f57620;
}

#footer_panel table td p{
	font-size: 11px;
	color: #6c6c6c;
}





li.text input{
	width: 200px;
}








form fieldset{
	border: solid 1px #ddd;
	padding: 20px;
	margin: auto;
	margin-top: 10px;
	width: 500px;
}
form ul{
	list-style: none;
}
form ul li{
	clear: both;
	margin: 4px 0;
}
form ul li.datum label,
form ul li.text label{
	width: 150px;
	display: inline-block;
}

form ul li.datum input{
	width: 80px;
	text-align: center;
}
form ul li.darab input{
	width: 30px;
	float: left;
	margin-right: 4px;
}
form ul li.darab{
	padding: 7px 0;
}

form fieldset.eremkep{
	background-image: url(ermek.gif);
	background-repeat: no-repeat;
	background-position: 85% 50%;
}
form input.submit {
	margin: 10px 0 0 380px;
}





div.kep{
	float: left;
	padding: 3px;
}
div.kep div{
	text-align: center;
	height: 100px;
}






#kereses {
	width: 130px;
	float: left;
}







#content_clear{
	display: block;
	width: auto;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 14px;
	height: 8px;
	background-image: url(content_clear.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}




a span.tovabb{
	cursor: pointer;
	display: block;
	float: right;
	width: 85px;
	height: 27px;
	background-image: url(tovabb.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-position: 0% 0%;
	color: #fff;
	line-height: 28px;
	margin: 0;
	padding: 0px 5px;
	/*text-transform: uppercase;*/
}

a:hover span.tovabb{
	background-position: 0% 100%;
	text-decoration: none;
}


#feliratkozas_gomb,
#kereses_gomb_sima {
	background-image: url(kereses_gomb.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: transparent;
	border: none;
	font-size: 14px;
	display: block;
	width: 95px;
	height: 27px;
	padding: 0 5px;
	text-align: center;
	color: #fff;
	margin-left: 108px;
	margin-top: 12px;
	cursor: pointer;
	font-weight: bold;
	line-height: 28px;
}
#hirlevel_jobb #feliratkozas_gomb,
#kereses_box #kereses_gomb_sima {
	background-image: url(kereses_gomb_blue_bg.gif);
	margin-left: 44px;
}
#hirlevel_jobb #feliratkozas_gomb{
	background-image: url(kereses_gomb_blue_bg2.gif);
	font-size: 14px;
	width: 104px;
	margin-left: 35px;
}

#feliratkozas_gomb:hover,
#kereses_gomb_sima:hover {
	background-position: 0% 100%;
}
#leftmenu input#keres_uzlet {
	background-position: -600px 0%;
	width: 172px;
}
#leftmenu input#keres_uzlet:focus {
	background-position: -600px 100%;
}


#ses_logo {
	text-align: center;
	margin-top: 6px;
	float: right;
	clear: right;
	width: 154px;
}

#login {
	border: 1px solid #DDDDDD;
	width: 360px;
	padding: 10px 20px;
}
#login dd{
	margin-bottom: 10px;
}
#login dt{
	margin-bottom: 4px;
}








div.kiemeles {
	background-image: url(ives_hatter.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #fff;
	padding: 20px;
}
#contentcenter div.kiemeles h2 {
	color: #48ae57;
	font-size: 18px;
}
div.kiemeles_ermes {
	background-image: url(ermes_hatter.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #fff;
	padding: 20px 150px 20px 20px;
}







table.zebra_table ul{
	padding-left: 12px;
}
table.zebra_table {
	width: 600px;
	border-collapse: separate;
	border-spacing: 1px;
	margin-left: 10px;
}
table.zebra_table th,
table.zebra_table tr.thead td {
	background-color: #2084BF;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
table.zebra_table td {
	padding: 3px 4px;
}
table.zebra_table tr {
	background-color: #fff;
}
table.zebra_table tr.even {
	background-color: #eaeaea;
}

.nincs_kep{
	display: block;
	width: 125px;
	height: 125px;
	background-image: url(hianyzo_kep_125_125.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#hirlevel form{
	text-align: center;
}
#hirlevel form input.text{
	width: 200px;
	height: 21px;
	line-height: 21px;
	padding: 3px 4px 3px 24px;
	background-color: transparent;
	border: solid 1px #177ebb;
	background-image: url(input_text.gif);
	background-repeat: no-repeat;
	background-position: -860px 0%;
	color: #6c6c6c;
}
#hirlevel form #nev{
	margin-top: 40px;
	width: 172px;
}
#hirlevel input#nev:focus {
	background-position: -860px 100%;		
}
#hirlevel form #email{
	width: 172px;
	margin-top: 40px;
	background-position: -1100px 0%;
}
#hirlevel form #email:focus{
	background-position: -1100px 100%;
}
#hirlevel form #feliratkozas_gomb{
	margin: 0;
	font-size: 13px;
	float: right;
	margin-right: 240px;
	margin-top: 25px;
}



table.kupon {
	border: none;
	border-collapse: collapse;
	margin: 10px auto;
	width: 100%;
}
table.kupon td{
	padding: 3px;
	text-align: left;
}
table.kupon td a.print{
	text-align: center;
	float: right;
	margin-right: 4px;
	margin-bottom: 6px;
}


