/* elements */

body {
	margin: 0px;
	padding:0px;
	font-family:Verdana;
	color:#000000;
	overflow:auto;
}

body, p, input, select, ul, ol, table, td, div, h1, h2 {
	font-size:11px;
}
.inputfield {
	padding:2px 20px;
	margin:2px 4px 4px 0px;
	height:14px;
	border:0px;
	background:url('../_img/background_50.png') transparent;
}
p, ul, ol, li, h1 {
	width:640px;
}

img {
	margin:0px;
}

table, td {
	margin:0px;
	border-spacing:0px;
	vertical-align:top;
}

a {
	color:#000000;
	text-decoration:underline;
}

ul, ol {
	padding-left:18px;
}

ul {
	list-style-type:upper-latin;
}

/* ids combined with an element */

.gallery img {
	width: 640px;
}

/* elements combined with a specific class */

div.gallery {
	overflow: hidden;
	width: 640px;
}

div.gallery div.gallery-strip {
	width: 660000px; /* 1.000 images in width (incl. a margin of 20 px) as max */
}

div.gallery div.gallery-strip div.gallery-image {
	float: left;
	margin-right: 20px;
}

/* classes */

.gallery_imgIndicator {
	color:gray
}

.pageflipper {
	font-size:10px;
	text-align:center;
	margin-left:-10px;
	margin-top:0px;
	width:640px;
}

.chapterlink, .subchapterlink, .subitemlink {
	height:20px;
	margin:0px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

.chapterlink {
	padding-left:20px;
}

.subchapterlink {
	padding-left:40px;
}

.subitemlink {
	padding-left:60px;
}

.subchaptertext, .subitemtext {
	overflow:auto;
}

.chaptertext {
	min-width:720px;
	padding:0px;
	margin:0px;
	background:url('../_img/background_25.png') transparent;
}

.chaptercontainer {
	background:url('../_img/background_25.png') transparent;
}

.subchaptertext {
	min-width:680px;
	margin:0px;
	padding-left:60px;
	background:url('../_img/background_50.png') transparent;
}

.subchaptercontainer {
	background:url('../_img/background_50.png') transparent;
}

.subitemtext {
	min-width:660px;
	padding-left:80px;
	background:url('../_img/background_75.png') transparent;
}

.text {
	margin:-10px 0px 0px 0px;
}

.text-top {
	margin:-10px 0px 0px 0px;
}

.subtext {
	padding-left:60px;
}

.captions {
	font-size:9px;
	padding:3px 0px 0px 20px;
	width:300px;
}

.title {
	font-weight:bold;
}

#fb-root {
	margin:10px;
	margin-left:20px !important;
	padding:0px;
	padding-left:20px !important;
}

.subchaptertext, .subitemtext {
	padding-top: 20px;
	padding-bottom: 20px;
}

.chaptertext, .chaptercontainer {
	display: none;
}