#artikellistenormal {
	background: transparent;
	background: url(/style/gfx/weisses-blatt-mitte.png) left top repeat-y;
}

#artikellistenormal .liste {
	padding-left: 27px;
	padding-right: 27px;
	padding-bottom: 25px;

	font-family: Courier New, Arial, Helvetica, Sans-Serif;
	font-size: 12px;

	width: 562px;
}

#artikellistenormal #artikellistenormalschatten {
	display: none;
}

.artikel {
	margin-bottom: 20px;
}

.artikelpolaroid {
	display: inline;
	float: left;

	width: 141px;
	height: 137px;

	margin-right: 18px;
	padding-bottom: 10px;
}

.artikelpolaroidleer {
	display: none;
}

.polaroidthumbnail {
	width: 141px;
	height: 137px;

	background: transparent;
	background: url(/style/gfx/polaroid-thumbnail.png) left top no-repeat;

	position: relative;
	z-index: 40;
	margin-bottom: -90px;
}

.polaroidthumbnailcontent {
	width: 117px;
	height: 117px;
	background: #FFFFFF;
	text-align: center;

	position: relative;
	z-index: 30;
	left: 12px;
	top: -41px;
}

.polaroidthumbnailcontent .vcenter {
	text-align: center;
	display: table-cell;
	vertical-align: middle;

	height: 117px;
	width: 117px;
	font-size: 105.885px; /* 90.5% of height */
}

.polaroidthumbnailcontent .vcenter img {
	vertical-align: middle;
}

.artikelmain {
	display: inline;
	float: left;
	width: 400px;
}

.artikelmainonly {
	width: 100%;
}

.artikelmain .artikelheadline,
.artikelmainonly .artikelheadline {
	font-family: Courier New, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.artikelmain .artikeltext,
.artikelmainonly .artikeltext {
	font-family: Courier New, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.artikelmain .artikelmehrlink,
.artikelmainonly .artikelmehrlink {
	margin-top: 10px;
	text-align: right;

	text-transform: uppercase;
	font-weight: bold;
}

.artikelmain .artikelmehrlink a,
.artikelmainonly .artikelmehrlink a {
	text-transform: uppercase;
	font-weight: bold;

	padding-right: 30px;
	background: transparent;
	background: url(/style/gfx/pfeil-rechts.png) right top no-repeat;
}

.artikelhlinie {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}