/*CSS*/
body {
	background-color: black;
	text-align: center;
        margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F6D690;
	font-size: 14px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F6D690;
	font-size: 24px;
}
#fejlec {
	background-color: black;
        width: 820px;
	height: 125px;
        float: left;

}

#fejlec2 {
	background-color: black;
	height: 300px;
}
#fejlec3 {
	background-color: black;
        width: 960px;
	height: 80px;
        float: center;
}
#szoveg {
	background-color: black;
	width: 632px;
	height: 478px;
	text-align: left;
	float: left;
}
#szovegscroll {
	background-color:black;
	width: 632px;
	height: 330px;
	overflow: auto;
	overflow-x: hidden;
	text-align: left;
	float: left;
}
#dzsinn {
	background-color: black;
	width: 328px;
	height: 478px;
	float: right;
}
#dzsinn2 {
	background-color: black;
	width: 960px;
	height: 478px;
	float: center;
}

#szoveg2 {
	background-color:black;
	width: 960px;
	text-align: left;
	float: center;
}
#szoveg2scrl {
	background-color:black;
	width: 960px;
        height: 303px;
	text-align: left;
        overflow: auto;
	overflow-x: hidden;
	float: center;
}
