#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30;
}
#einladung {
	position: relative;
	left: 450px;
	height: auto;
	top: -550px;
	width: 500px;
}
#text_buecher {
	width: 400px;
	position: relative;
	left: 350px;
	height: auto;
	top: -450px;
}
#text_buecher h1 {
	font-size: 0.9em;
	font-weight: bold;
}
#text_buecher p {
	font-size: 0.7em;
	color: #666666;
	text-align: justify;
}
#inhalt {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.text_normal {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: left;
}
a:link {
	color: #526b05;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #526b05;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
body {
	background-color: #d9eafc;
}
