@charset "utf-8";
/* CSS Document */

#topListingBlock {
 background: url(../images/bg-listing-3erblock.png) no-repeat center top;
	height: 256px;
	margin-top:20px;
	padding: 8px 0px 8px 6px;
}

div.topBlockEntry {
	float: left;
	width:321px;
	margin-right: 3px;
	/* font-size:12px; */
	font-size: 13px;
	color: #c0bfbf;
	background-color: #1c1b1a;
	height: 247px;
}
div.topBlockEntry .topBlockEntryText {
	width: 257px;
	float: left;
	padding: 0 10px 5px 13px;
}
div.topBlockEntry .topBlockEntryLink {
	width: 40px;
	float: right;
}
div.topBlockEntry a {
	text-decoration: none;
	color: #fff;
}
div.topBlockEntry h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	margin-left: 13px;
}

#navColumn.listing {
	margin-top: 23px;
}

#contentColumnListing {
	float: right;
	width:650px;
	background: none;
 margin-bottom:70px;
	margin-left: 2px;
	margin-right:6px;
}
#contentInnerListing {
	background: none;
	margin-top:3px;
}

#contentInnerListing h3 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 5px 0;
}
#contentInnerListing h3.duschen {
	background: url(../images/h3-yellow.png) no-repeat left 2px;
	padding-left: 20px;
}

.contentListingEntry {
	margin-bottom: 2px;
	clear: both;
	background-color: #1d1c1b;
	/* font-size:12px; */
	font-size: 13px;
	color: #c0bfbf;
}
.contentListingEntry img {
	float: left;
}
.contentListingEntry .title {
	float: right;
	width: 304px;
	margin: 10px 10px 5px 15px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.contentListingEntry .title a {
 text-decoration:none;
	color: #fff;
}
.contentListingEntry .contentListingEntryText {
	float: left;
	width: 264px;
	padding-left:15px;
	padding-right: 10px;
}
.contentListingEntryText b, .contentListingEntryText strong {
	font-weight: normal;
}
.contentListingEntry .contentListingEntryLink {
	float: right;
	width: 40px;
}
