.inner-post-wrapper {
    float: left;
    width: 50%;
    margin-right: 20px;
	border-bottom: #cccccc 1px dotted;
	border-top: #cccccc 1px dotted;
	padding-top: 23px;
}
.inner-post img {
    width: 100%;
    height: auto;
    display: block;
}
.inner-post-stichzeile {
    text-transform: uppercase;
    color: #ca1b22;
    font-weight: bold;
    margin-top: 10px;
}
.inner-post-title {
    margin-top: 5px;
}
.inner-post-title a {
    text-decoration: none;
    color: inherit;
}
