.blog {
	display: inline-block;
    vertical-align: top;
	position: relative;
	width: 350px;
	margin: 8px;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
}
.blogkep {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.blogkep img{
    width: 100%;
    height: auto;
    min-height:100%;
}
.blogszoveg {
    background-color: #cfe39e;
    width: 100%;
    height: 60px;
    padding: 8px 0px;
}
.oldalvalaszto {
    background-color: #cfe39e;
    width: 30px;
    height: 24px;
    display: inline-block;
    margin: 4px;
    text-align: center;
    padding: 6px 0px 0px 0px;
    vertical-align: center;
}
.akt {
    background-color: #ffffff;
border: 1px solid  #cfe39e;
}