/* Für Inhaltsverzeichnisse */

table.heftInfos {
	font-size: small;
	margin: 0 auto;
	padding: 20px;
}

td.heftInfos {
	font-weight: bold;
	text-align: right;
}

/* Kasten mit Infos zu einem Heft */

div.heft {
	position: relative;
	min-height: 220px;
	margin-bottom: 15px;
	width: 100%;
}

div.heftCover {
	font-size: x-small;
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
}

span.heftCover {
	text-transform: uppercase;
}

img.heftCover {
	border: 0px;
	display: block;
}

div.heftTitel {
	margin-left: 157px;
	background: #fee019;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	min-height: 21px;
	line-height: 21px;
}

div.heftInhalt {
	margin-top: 5px;
	margin-left: 157px;
}

table.heftInhalt {
	font-size: small;
	width: 100%;
}

a.heftComic {
	font-weight: bold;
}

div.heftBesonder {
	margin-top: 10px;
	padding: 2px;
	font-size: small;
}

span.heftBesonder {
	color: #dd0000;
	font-weight: bold;
}

span.heftNachdruck {
	font-size: x-small;
	text-transform: uppercase;
}

td.heftSeiten {
	text-align: right;
	vertical-align: top;
}



