.galeria_kep img{
	vertical-align:middle;
	margin:auto;
	border:none;
	border:3px solid white;
}

.galeria_kep{
	width:80px;
	height:100px; 
	line-height:100px;
	margin:5px;
	
}
.galeria{
	margin:5px;
	text-align:center;
}
.galeria a{
	color:#395FAB;
	text-decoration:none;
}
.galeria a:hover{
	text-decoration:underline;
}
.w80{
	width:80px;
	margin:0px 10px;
}
.szkozep{
	text-align:center;
}
.szbal{
	text-align:left;
}
.szjobb{
	text-align:right;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.alahuzva{
	text-decoration:underline;
}
button {
        overflow: visible;
        width: auto;
}
button.link {
        font-size: 1em;
        text-align: left;
        color: blue;
        background: none;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
       
        -moz-user-select: text;
 
        /* override all your button styles here if there are any others */
}
button.link span {
        text-decoration: underline;
}
button.link:hover span,
button.link:focus span {
        color: black;
}

