

IMG {
	BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-COLOR: #cccccc; BORDER-TOP-COLOR: #cccccc; BORDER-RIGHT-COLOR: #cccccc
}
.h {
	FONT-SIZE: 14px; COLOR: #4070c0; LINE-HEIGHT: 20px
}

p.szunet { text-indent: 0em;  margin-bottom: -10; }

div.box { border: none; width: 100%; background: #EAE8E8;}

p.szoveg
{
	font-size:30px;
}



* {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.banner {
	position: relative;
	overflow: auto;
	background: #5b4d3d;
}

	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		padding: 100px 50 310px;
		min-height: 300px;
		
	}
	

	


