@charset "utf-8";
/* CSS Document */

body {
	background: #f2f3f4;;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #2e2e2e;
}

div#seite {
	max-width: 704px;
	margin: 5vh auto 0 auto;
	padding: 10px;
	border: 3px solid #3c3c3c;
}

a {
color: #2e2e2e;
text-decoration: none;
}

a:hover {
color: #2e2e2e;
text-decoration: underline;
}

div#kopf {
	background: #fff;
	padding: 10px;
	text-align:center
}

div#kopf:after {
	content:"";
	margin:30px auto 30px auto;
	display:block;
	height:1px;
	width:60%;
	background: #000;
}

div#rumpf {
	background: #fff;
}

div#textbox {
	line-height: 25px;
	padding: 25px 40px;
	letter-spacing: 0px;
	margin: 0px;
}