/* --- spacer between 2 list entries --- */
.listSpacer {
	clear: both; /* delete float */
	height: 15px;
}
.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 */
.article .spacerMedium {
	margin: 0px 0px 20px 0px;
}
.searchList .listSpacer {
	background: url(../../images/site/spacer_large.png) no-repeat center;
}
.article .spacerLarge {
	margin: 20px 0px 20px 0px;
}