@charset "utf-8";
body {
	background-color: #f0f1ef;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	font-weight: normal;
	color: #333;
	overflow: scroll;
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#wrapper {
	min-width: 270px;
	max-width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	font-family: font-family: 'Vollkorn', serif;
	background-color: #f4f5f4;
	font-size: 1.2em;
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 1.6em;
	margin-top: 1em;
}
p {
	line-height: 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
strong {
	font-weight: bold;
}
.klein {
	font-size: 0.65em;
}
