body {
	background-color: #fdfdfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	line-height: 1.1em;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h2 {
	margin-top: 80px;
	margin-bottom: 15px;
	margin-left: 30px;
	font-size: 1.6em;
}

p {
	margin-top: 25px;
}

#mitte {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}


td#klein {
	font-size: 0.75em;
}

td#klein h1 {
	font-size: 1.3em;
	margin-top: 25px;
}

a {
	text-decoration: none;
	color: #666666;
}
