div.tartalom{
	position: relative;
	float: left;
	width: 520px;
	overflow: visible;
}

div.cimsor{
	position: relative;
	clear: both;
	width: 520px;
	height: 30px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 20px;
	letter-spacing: 3px;
	color: #3366CC;
}

div.szoveg{
	position: relative;
	clear: both;
	width: 500px;
	overflow: visible;
	margin-top: 30px;
	margin-left: 10px;
	font-size: 14px;
	color: blue;
}

