/*
spezielle Formatierung für die Startseite
*/

.gap {
	overflow: auto !important;
	width: 100% !important;
}
.post {
	width: 300px;
	display: block;
	border: 1px dotted #dbd7d4;
	float: left;
	margin-right: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.post {
	height: 270px;
	min-height: 270px;
	max-height: 270px !important;
	background-color: #FFFFFF;
	/* overflow: auto; */
	overflow: hidden;
}
.entry {
	overflow: hidden;
	max-width: 300px;
	height: 145px;
	min-height: 145px;
	max-height: 145px !important;
}
.post IMG {
	width: 75px;
}
.post H2, .post H3, .post H4, .post H5 {
	text-align: left;
}
.post H2 {
	min-height: 50px;
}
.post:after {
	float: normal;
	clear: both !important;
}
.post .post-title {
	letter-spacing: -1px;
}
.more {
   font-style: italic;
   text-align: right;
}
.navigation {
	/* float: normal; */
	clear: both !important;
	min-width: 100% !important;
}
.navigation:before {
	/* float: normal; */
	clear: both !important;
}

.catr, .catr a, .catr a:hover {
	color: #FFFFFF;
	height: 1px;
}
.weiterlesen {
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
	border-top: 1px dotted #EEEEEE;
}
