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

/* ***** Bastelbogen ****** */

div.bogentitel {
	background-color:#fee019;
	text-align: left;
	font-size: large;
	font-weight: bold;
	padding: 7px 10px;
}

div.bogenset {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: small;
	color: #444444;
}

div.bogenset span {
	position: relative;
	float: right;
}

img.bogenRight {
	display: block;
	position: relative;
	float: right;
	padding-left: 5px;
}

img.bogenCenter {
	display: block;
	margin: 0px 0px;
	margin-left:auto;
	margin-right:auto;
}

div.bogenText {
	text-align:justify;
	font-size: small;
	background-color:#eeeeee;
	border-top:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
	margin-bottom: 10px;
	padding: 10px 5px;
}

div.bogen {
	background-color: #efefef;
	padding: 10px;
	padding-right: 5px;
	font-size: small;
	color: #444444;
}

div.available {
	min-height: 80px;
}

div.divider {
	height: 1px;
	background-color: #aeaeae;
	padding: 0px 4px;
}

div.bogen b {
	color: #55555;
}

div.infoEnde {
	clear: both;
	padding-bottom: 10px;
}

div.bogen img {
	border: 1px solid #cccccc;
	position: relative;
	float: right;
	margin-left: 5px;
}

div.bogen .titel {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
}

div.bogen a:hover {
	color: #cc0000;
}

div.einleitung {
	margin: 0 0;
}
/*+++++++++++++++++++++++++++++++++++++*/

/* Kurz-Index zur Hauptreihe */

div.heftIndex {
	text-align: center;
	font-size: x-small;
	padding: 20px 0px;
}

/* Heftreihen Steckbrief */

table.steckbrief {
	margin: 0 auto;
	padding: 20px;
	width: auto;
}

table.steckbrief td {
	width: 50%;
	padding: 0px;
}

table.steckbrief td:first-child {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

/* 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;
	text-transform: uppercase;
}

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

a.gimmickInfo {
	color:black;
	text-decoration: none;
}

div.heftInhalt {
	margin-top: 5px;
	margin-left: 157px;
	font-size: small;
	line-height: 100%;
}

div.heftInhalt table {
	width: 100%;
}

div.heftInhalt a {
	font-weight: bold;
}

td.seiten {
	text-align: right;
	vertical-align: bottom;
}

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

a.leseprobe {
	text-decoration: none;
	color:#336633;
	font-weight:bold;
}

a.leseprobe img {
	vertical-align:text-bottom;
	border: none;
}

tr.umschlag > td {
	padding-top: 8px;
}

span.red {
	color: #dd0000;
}

td.besonderheiten {
	padding-top: 15px;
}

td.besonderheiten b {
	color: #dd0000;
}

td.besonderheiten a {
	font-weight: normal;
}

/* Navigation zwischen Heft-Seiten */

div.vorzurueck {
	text-align: center;
	font-weight: bold;
}

div.vorzurueck a {
	font-weight: normal;
}

