/*<		alap 		>*/
	html, body, ul, ol, li, p, 
	h1, h2, h3, h4, h5, h6, 
	form, fieldset, a, img { 
		margin: 0; 
		padding: 0; 
		border: none; 
		outline: none;
	}
	html{
		background-color: #605a5a;
		background-image: url(bg_all.png);
		background-repeat: repeat-x;
		background-position: 0% 0%;
	}
	body{
		font-family: "Trebuchet MS", arial;
		color: #000;
		font-size: 10px;
		width: 1000px;
		margin: 0 auto;
		background-color: white;
	}
/*</	alap		>*/
/*///////////////////*/
/*<		header		>*/
	#header {
		background-image: url(headertop.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		display: block;
		width: 1000px;
		height: 461px;
	}
	#zaszlok{
		clear: none;
		height: 30px;
		margin-left: 850px;
		padding-top: 20px;
	}
	#zaszlok a{
		padding: 10px;
	}
	/*<		menu		>*/
		#menu_top{
			float: right;
			margin-top: 18px;
		}
		#menu_top ul{
			list-style: none;
		}
		#menu_top ul li{
			display: inline-block;
			width: 140px;
			height: 34px;			
			margin-left: -15px;
		}
		#menu_top ul li a{
			margin: 0;
			display: inline-block;
			background-image: url(topmenu.png);
			background-repeat: no-repeat;
			background-position: 5px 0%;
			width: 95px;
			height: 26px;
			padding-left: 45px;
			padding-top: 8px;
			font-size: 14px;
			color: #fff;
			text-decoration: none;
			text-shadow: 1px 1px 2px #000;
		}
		#menu_top ul li a:visited{
			color: #faf9f8;
		}
		#menu_top ul li a:hover{
			color: #fff;
		}



		#menu{
			float: left;
			margin-top: 0px;
			height: 111px;
			margin-left: 25px;
		}
		#menu ul{
			list-style: none;
		}
		#menu ul li{
			margin: 0;
			display: inline-block;
			float: left;
		}
		#menu ul li a{
			margin: 0;
			display: block;
			height: 62px;
			padding-top: 47px;
			width: 110px;
			padding-left: 14px;
			color: #faf4f4;
			text-decoration: none;
			vertical-align: middle;
			font-size: 14px;
			background-image: url(menu_sep.png);
			background-repeat: no-repeat;
			background-position: 0% 0%;
			text-transform: uppercase;
			text-shadow: 2px 2px 5px #000;
		}
		#menu ul li a:hover{
			color: #fff;
		}
		#menu ul li ul{
			position: absolute;
			display: none;
			left: 50%;
			width: 1000px;
			margin-left: -500px;
			background-color: #6a2520;
			background-image: url(almenuszimbol.png);
			background-repeat: no-repeat;
			background-position: 0% 0%;
			height: 54px;
		}
		#menu ul li ul#current{
			display: block;
		}
		#menu ul li ul li a{
			height: 34px;
			color: #fff4f4;
			text-decoration: none;
			font-size: 13px;
			background-image: url(menu_sep.png);
			background-repeat: no-repeat;
			background-position: 100% -47px;
			width: auto;
			padding: 14px 15px 0 15px;
		}
		#menu ul li ul li a.last{
			background-image: none;
		}
		#menu ul li ul li span{
			color: #fff4f4;
			text-decoration: none;
			font-size: 14px;
			text-transform: uppercase;
			position: relative;
			top: 10px;
			left: 10px;
			margin-right: 0px;
			width: 120px;
			display: inline-block;
		}
		#menu #menu_0{
			background-image: url(menu_0.png);
		}
		#menu #menu_1{
			background-image: url(menu_1.png);
		}
		#menu #menu_2{
			background-image: url(menu_2.png);
		}
		#menu #menu_3{
			background-image: url(menu_3.png);
		}
		#menu #menu_4{
			background-image: url(menu_4.png);
		}
		#menu #menu_5{
			background-image: url(menu_5.png);
		}
		#menu #menu_6{
			background-image: url(menu_6.png);
		}
		#menu #menu_0:hover,
		#menu #menu_1:hover,
		#menu #menu_2:hover,
		#menu #menu_3:hover,
		#menu #menu_4:hover,
		#menu #menu_5:hover,
		#menu #menu_6:hover{
			background-position: 0% 100%;
		}

	/*</	menu		>*/
	/*///////////////////*/
/*</	header		>*/
/*///////////////////*/
/*<		content		>*/
	#content{
		margin-top: 10px;
		min-height: 400px;
		float: left;
		display: block;
		width: 800px;
		font-size: 1.3em;
	}
	#sitemap{
		margin-top: 20px;
		margin-left: 30px;
	}
	#sitemap,
	#sitemap ul{
		list-style: none;
	}
	#sitemap li a{
		font-size: 14px;
	}
	#sitemap li ul li a{
		font-size: 12px;
		padding-left: 10px;
	}
	#sitemap li{
		margin-bottom: 10px;
	}
	#sitemap li ul li{
		margin-bottom: 0px;
	}

	#content_center{
		padding-left: 18px;
	}

	#content_center a{
		color: #24c;
		font-weight: bold;
		text-decoration: none;
	}
	#content_center a:hover{
		text-decoration: underline;
	}
	#content_center a:visited{
		color: #22a;
	}

	#breadcrumb{
		height: 26px;
		padding-top: 0px;
	}
	#breadcrumb ul{
		list-style: none;
	}
	#breadcrumb ul li{
		display: inline;
	}
	.separator{
		color: #666;
		font-size: 12px;
	}
	#breadcrumb ul li a, #breadcrumb ul li.last{
		color: #666;
		text-decoration: none;
		font-size: 13px;
		padding: 0 10px;
	}
	#breadcrumb ul li a:hover{
		color: #000;
	}

	#content h1{
		padding-left: 20px;
		padding-top: 0px;
		background-image: url(h1_bg.png);
		background-repeat: no-repeat;
		background-position: 0% 4px;
		display: block;
		height: 46px;
		width: 766px;
		font-size: 1.3em;
		color: #000;
		margin-top: 0.5em;
		margin-bottom: 3px;
	}
/*</	content		>*/
	#tamogatok{
		display: block;
		background-image: url(tamogatoink.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		width: 196px;
		float: right;
		margin-top: 60px;
		padding-top: 60px;
	}
	#tamogatok p{
		text-align: center;
	}
	#tamogatok a:hover img{
		margin-left: 1px;
		margin-right: -1px;
		margin-top: 1px;
		margin-bottom: -1px;
	}

/*///////////////////*/
/*<		footer		>*/
	#footer{
		background-image: url(footer.jpg);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		display: block;
		width: 1000px;
		height: 183px;
		clear: both;
		text-align: center;
	}
	#reklam_footer{
		margin-left: 10px;
	}
	#reklam_footer a:hover img{
		margin-left: 1px;
		margin-right: -1px;
		margin-top: 1px;
		margin-bottom: -1px;
	}
	#footermenu{
		width: 550px;
		margin-left: 220px;
		padding-top: 10px;
	}
	#footermenu li{
		display: inline-block;
		padding: 5px 20px;
		font-size: 13px;
		background-image: url(sep.png);
		background-repeat: no-repeat;
		background-position: 100% 54%;
		text-decoration: none;
		color: #f2e5e3;
		text-transform: uppercase;
	}
	#footermenu li.last{
		background-image: none;
	}
	#footermenu a{
		text-decoration: none;
		color: #f2e5e3;
		text-transform: uppercase;
		text-shadow: 2px 2px 3px #222;
	}
	#footermenu a:visited{
		color: #f2e5e3;
	}
	#footermenu a:hover{
		color: #fff;
		text-decoration: underline;
	}
