p
{
	text-align: justify;
}


/* 0-ás layout */

.textContent_0
{
	text-align: justify;
}

.textContent_0 b
{
	font-weight:bold;
}

.textContent_0 .kep
{
	float: left;
	margin-right:10px;
}

/* 1-es layout */

.textContent_1
{
	text-align: justify;
}

.textContent_1 b
{
}

.textContent_1 .kep
{
	float: right;
	margin-left:10px;
}

/* 2-es layout */

.textContent_2
{
	text-align: justify;
}

.textContent_2 b
{
	font-weight:bold;
}

.textContent_2 .kep
{
	float: left;
	width: 140px;
	margin-right:10px;
}

/* 3-as layout */

.textContent_3
{
	text-align: justify;
}

.textContent_3 b
{
	font-weight:bold;
}

.textContent_3 .kep
{
	float: left;
	width: 120px;
	margin-right:10px;
}

/* 4-es layout */

.textContent_4
{
	text-align: justify;
}

.textContent_4 .kep_jobb
{
	float: right;
	width: 130px;
	margin-left:10px;
}

.textContent_4 .kep_jobb a 
{
	width: 120px;
	height: 90px;
	
}

.textContent_4 .kep_jobb a img
{
	width: 120px;
	height: 90px;
	border:solid 2px #d1d7db;
}


.textContent_4 .kep_bal
{
	float: left;
	width: 130px;
	margin-right:10px;
}

.textContent_4 .kep_bal a 
{
	width: 120px;
	height: 90px;
}

.textContent_4 .kep_bal a img
{
	width: 120px;
	height: 90px;
	border:solid 2px #d1d7db;
}
