body {
	background-color: black;
	/*background: url("../img/hatter_orakicsi.png") no-repeat fixed center center transparent;*/
	font-family: Arial;
	font-size: 12px;
	color: black;
	
}
.kozepre{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	
}
.all {
	margin-top:80px;
	margin-bottom: 50px;
	top:0px;
	position:absolute;
	z-index: 1px;
}
a{
	font-size: 12px;
}

.top{
	background: url("../img/top_hatter.png");
	background-repeat: repeat-x;
	width: 930px;
	height:179px;
	margin-bottom: 10px;
	border:#ffffff 2px solid;
}
.logo{
	background: url("../img/logo.png");
	background-repeat:no-repeat;
	width: 263px;
	height:264px;
	position: absolute;
	z-index: 2;
	top:-70px;
	margin-left: -30px;
}
.cim_jobb{
	background: url("../img/fejlec.png");
	background-repeat:no-repeat;
	width: 700px;
	height:174px;
	float:right;
	position: absolute;
	top:-5px;
	margin-left: 200px;
}

.text{
	background: url("../img/top_text.png");
	background-repeat:repeat-x;
	width: 934px;
	height:21px;
	margin-bottom: 10px;
}
.top_szoveg{
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
}

.kozep{
	width: 930px;
	height: auto;
	border:#005fae 2px solid; 
	background-color: #CCC;
	margin-bottom:10px;
}
.bal{
	float:left;
	width: 220px;
	height:auto;
	background-color: white;
	border:1px;
	border-style:solid;
	border-color: #005fae;
	margin-right: 10px;
	margin-top:5px;
	margin-left:5px;
	
}
.kategoria_cim{
	background: url("../img/box_top.png");
	background-repeat:repeat-x;
	width: 220px;
	height:34px;
	text-align: center;
	padding-top: 4px;
}
.kategoria_cim a{
	font-size: 22px;
	margin-top:5px;
	color: white;
}
.menu_pontok a{
	display: block;
	margin-left: 10px;
	font-size: 15px;
	padding: 2px;
	text-decoration:none;
	color: #005fae;
}
.menu_pontok a:hover{
	text-decoration:underline;
	margin-left: 12px;	
}

.jobb{
	float:left;
	width: 680px;
	height: auto;
	background-color: white;
	border:1px;
	border-style:solid;
	border-color: #005fae;
	margin-top:5px;
	margin-right:5px;
}
.menu_top{
	background: url("../img/box_top.png");
	background-repeat:repeat-x;
	width: 680px;
	height:33px;
	padding-top:9px;
}
.menu_top a{
	font-size: 15px;
	color: white;
	text-decoration:none;
	padding-left: 9px;
}
.menu_top a:hover{
	text-decoration:underline;
}

.tartalom{
	padding: 10px;
	margin-bottom: 50px;
}

.lab{
	clear: both;
	border-top: #005fae 2px solid;  
}
.lab a{
}
.tartalom_cim{
	margin-top:-10px;
	font-size: 20px;
	margin-bottom: 0px;
	text-align: center;
}
/*kategoria*/
.termek_bolt{
	width: 120px;
	height:165px;
	padding:10px;
	margin:10px;
	float:left;
	border:#CCC 2px solid;
	
}
.termek_neve p{
	margin-top:-1px;
	color:black;
}
.termek_bolt a {
	text-decoration: none;
	color:black;
}
.termek_bolt:hover{
	border:#005fae 2px solid;
}

/*termek*/
.termek_eleres{
	font-size: 10px;
}
.termek_nev{
	margin-top:5px;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	color:black;
}

.termek_kep{
	position:absolute;
	margin-left: 520px;
	margin-top:30px;
	width:100px;
	height:100px;
	
}
.termek_adatok{
	margin-top:0px;
	float: left;
	width: 650px;
}
.termek_leiras{
	margin-top:20px;
}

/*hatter*/
.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			z-index:-1;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}