#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:830px;
/*	background-color:white;*/
	position:relative;
	height:370px;
	float:left;
}
	#content h2{
		margin:0px 0pt;
	}
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}
.section{
	width:4300px;
	position:relative;
}

	.section .sub{
	position:relative;
	float:left;
	width:800px;
	height:340px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
		.section .sub p{
	width:800px;
	text-align: justify;
			/*margin:16px;*/

		}
	.section .next, .section .prev, .section .szam {
			font-size:18px;
			position:absolute;
			bottom:5px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .szam{
			left:400px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}

