/* --- spacer between 2 list entries --- */
.listSpacer {
	clear: both; /* delete float */
	height: 50px;
	overflow: hidden;
	/*
	border-bottom: 2px solid #eee;
	margin: 15px 0px 15px 0px;
	*/
}
.listSpacer hr {
	display: none;
}

/* --- list --- */
.sticky {}
.firstSection {}
.lastSection {}
.middleSection {}
.leftPic {
	float: left;
	padding: 0px 10px 10px 0px;
}
.rightPic {
	float: right;
	padding: 0px 0px 10px 10px;
}
.listContent {
/* padding EINSCHALTEN, wenn bild1 umflossen werden soll */
/* "fix_ie6.css" ebenfalls beachten! */
	/*
	padding: 0px !important;
	*/
}

/* modules */
.blogList .firstrow {
	height: 517px;
	border-bottom: 1px solid #D3D3D7;
	margin: 0px 0px 30px 0px;
}
.blogList .firstrow .image {
	border-bottom: 1px solid #D3D3D7;
	margin: 0px 0px 20px 0px;
}
.blogList .firstrow .title {
	width: 250px;
	float: left;
	text-align: right;
}
.blogList .firstrow .teaser {
	width: 395px;
	float: right;
}
.blogList .firstrow .keywords {
	width: 210px;
	float: left;
}
.blogList .firstrow .disqusCount {
	margin: -15px 0px 0px 0px;
}

.blogList .sysImage {
	float: left;
}
.blogList .sysImage img {
	width: 295px;
	height: auto;
}
.blogList .hasImage {
	padding: 0px 0px 0px 315px;
}


