#book-wrapper .iScrollIndicator {
	width:10px;
	height:20px;
	background:#FFFFFF;
	z-index:20000;
	cursor:pointer;
}

#book-wrapper {
	font-family: 'Gentium Basic', serif;
	color:#222222;
	text-align:center;
	margin:0;
	padding:0;
	height:100%;
	position:relative;
	text-align:left;
	width:768px;
	margin:auto;
	height:100%;
	overflow:hidden;
	text-transform:none;
}

#book-wrapper div.intro-text {
	position:relative;
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	padding:70px 50px 70px 50px;
	text-align:left;
	margin:-50px 0 100px -50px;
	font-family:'Intro_Book';
}

#book-wrapper .book {
	position:relative;
	top:0;
	text-align:left;
	padding:50px;
	width:650px;
	background-color:#FFFBF0;
}

.clear {
	clear:both;
}

#book-wrapper .book div.chapter {
}

#book-wrapper .book h1 {
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
}
#book-wrapper .book h2 {
	font-size:18px;
	font-weight:700;
}
#book-wrapper .book h3 {
	max-width:60%;
	margin:80px 0 28px 0;
	font-size:16px;
	font-weight:700;
}
#book-wrapper .book h4 {
	max-width:60%;
	margin:80px 0 28px 0;
	font-size:14px;
	font-weight:700;
}
#book-wrapper .book h5 {
	max-width:60%;
	margin:80px 0 28px 0;
	font-size:13px;
	font-weight:700;
}

#book-wrapper .book p, .book ul, .book ol {
	font-size:14px;
	line-height:160%;
}
#book-wrapper .book p {
	margin-bottom:14px;
	padding-right:40px;
}
#book-wrapper .book ul, .book ol {
	margin:0 0 14px 0;
}

#book-wrapper .book img {
	margin-bottom:14px;
	margin-top:8px;
}
#book-wrapper .book .float-left {
	float:left;
	margin-right:14px;
}

#book-wrapper .book .bildunterzeile {
	font-size:12px;
	display:block;
	margin-bottom:28px;
	margin-top:-7px;
	line-height:140%;
	max-width:60%;
}

.open-navigation {
	font-family: 'Intro_Bold';
	position:fixed;
	left:0;
	top:0;
	height:32px;
	width:auto;
	background-color:#FFFFFF;
	display:block;
	line-height:32px;
	padding:0 10px 0 10px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	z-index:4000;
}
.open-navigation:hover {
	color:#A0132E;
}


#navigation {
	font-family: 'Gentium Basic', serif;
	text-transform:none;
	position:fixed;
	left:-290px;
	top:0;
	width:250px;
	text-align:left;
	padding:20px;
	background-color:rgba(255,255,255,0.98);
	z-index:100;
	height:100%;
	overflow:auto;
	font-size:12px;
}
#navigation h3 {
	margin:10px 0 28px 0;
}
#navigation ul {
	margin:0 0 0 0;
	padding:0;
	color:#000000;
	list-style-type:none;
}
#navigation li {
	margin:0;
	padding:0;
	margin-bottom:14px;
}
#navigation a {
	color:#000000;
	text-decoration:none;
	display:block;
	line-height:140%;
	padding-right:20px;
}	
#navigation a.current {
	font-weight:700;
}	
#navigation .close-navigation {
	float:right;
	display:block;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	padding-right:0;
}

