/* term: "Buch 5 - Rache" */

.bookTitleColor {
	color: #A9100C;
}

#content .node-type-page .field-field-picture {
	margin-left: 1em;
	margin-bottom: 1em;
}

/* set the background image of a book title page.
 * the margin of -163px should've been -165px but this is a workaround as long as the pictures
 * constituting the menu buttons have no transparency at their borders
 */
.fieldgroup.group-display-on-cover {
	background-image: url('BackgroundBand5.jpg'); /* wxh=392x480 */
	background-repeat: no-repeat;
	width: 392px;
	height: 480px;
  /* top right bottom left */
  margin: -163px 0 0 18px;
  z-index: -100;
  position: relative;
}

.fieldgroup.group-display-on-cover .content {
	padding: 0 0 0 0;
}

.view-display-id-block_1 {
	float: left;
    /* top right bottom left */
    margin: 110px -100% 0 410px;
}

.view-downloadables .view-content {
	margin-top: -1.5em;
}

#content-header .title {
	color: #A9100C;
}

.node-type-book-title #content-header .title, .node-type-book-title-sub #content-header .title {
	padding-left: 128px;
	padding-top:  102px;
}

#content-area .node-type-book-title-sub .content .field-field-belongs-to {
	color: #A9100C;
	font-size: 130%;
	padding-top: 160px;
	padding-left: 130px;
	width: 202px;
}

#content-area .node-type-book-title-sub .content .field-field-belongs-to a:visited {
	color: #A9100C;
}

#content-area .content .field-field-subtitle .field-items a {
	color: #A9100C;
}

#content-area .content .field-field-subtitle .field-items a:visited {
	color: #A9100C;
}

#content-area .content .field-field-subtitle .field-items {
	color: #A9100C;
	padding-top: 150px;
	padding-left:130px;
	width: 202px;
}

/* on a book title subpage the subtitle comes after the belongs to */
#content-area .node-type-book-title-sub .content .field-field-subtitle .field-items {
	padding-top: 0;
}

.item-list ul li, li {
  list-style-image: url('BlattIcon.png');
}

.view-optionslinks .item-list ul li {
  padding: 0.5em 0 0.5em 0;
}	

