.leftbanners {
    width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.leftbanners div {
    margin-bottom: 10px;
}

.leftbanners a {
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}


.leftbanners a img {
    border: none;
}


.rightbanners_felso {
    width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.rightbanners_felso a {
	display: block;
	float: left;
	width: 100%;
}


.rightbanners_felso a img {
    border: none;
	margin-bottom: 10px;
}


.rightbanners_also {
    width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.rightbanners_also a {
    margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}


.rightbanners_also a img {
    border: none;
}

