/* --- "more"-link --- */
.listMore a {
	padding: 3px 0px 3px 20px;
	background: url(../../images/list_arrow_right.gif) no-repeat left center;
}
.listMore a, .listMore a:active {}
.listMore a:hover {}

/* --- spacer between 2 list entries --- */
.listSpacer {
	clear: both; /* delelte 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;
	*/
}
