body {
	background: #0099cb url("assets/bg.gif") repeat-y;
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #0099cb;
}

#bgimage {
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	/* margin-bottom: 10%; */
}

#content {
	position: absolute;
	width: 75%;
	z-index: 2;
	top: 20px;
	left: 50px;
}

#buch {
	position: absolute;
	width: 90%;
	z-index: 2;
	top: 20px;
	left: 30px;
}

p, li {
	font: 15px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
}

h1, h2 {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
}

h2 {
	font-size: 16px;
	margin-left: 10px;
}

.small {
	font-size: 11px;
	text-align: center;
}

.menu a {
	font: italic bold 17px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}