@charset "UTF-8";
.mainbody {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	background-image: url(graphics/papier.png);
	background-repeat: no-repeat;
	height: 762px;
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
	overflow: auto;
	color: #333;
}
.mainbody h1 {
	font-size: 14px;
	color: #111;
	margin-top: 2%;
	margin-bottom: 1%;
}
.mainbody h2 {
	font-size: 12px;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #222;
}
.centering {
	text-align: center;
}
.zitat {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	background-image: url(graphics/30black.png);
	background-repeat: repeat;
	width: 50%;
	border: 1px ridge #C7C299;
	float: right;
	text-align: justify;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: none;
	color: #400;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	font-style: italic;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	font-variant: small-caps;
}
.zitat p {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 2px;
	text-align: right;
}
.title {
	background-image: url(graphics/grenzchroniken.png);
	background-repeat: no-repeat;
	height: 161px;
	width: 552px;
	margin-right: auto;
	margin-left: auto;
}
.shadowimage {
	float: left;
	height: auto;
	width: 250px;
	-moz-box-shadow:    3px 3px 5px -1px #222;
	-webkit-box-shadow: 3px 3px 5px -1px #222;
	box-shadow:         3px 3px 5px -1px #222;
	padding: 1px;
	clear: none;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.blood {
	position: absolute;
	top: 750px;
	clear: both;
	float: right;
}
li {
	padding-bottom: 5px;
	margin-left: 15px;
}
ul {
	font-size: 10px;
	list-style-type: square;
	list-style-position: outside;
}
