@charset "utf-8";
/* CSS Document */
/* * { border: 1px solid black} */
  body {
	margin: 0px;
	padding: 0px;
	background-color: #7a2122;
	font-family: Arial, Helvetica, san-serif;
}

#oberen {
	width: 800px;
	height: 25px;
}

#inhalt {
	margin: 0 auto;
	border-radius: 20px;
	background-color: white;
	padding-bottom: 20px;
	text-align: center;
	width: 700px;
}
#header {
	width: 700px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
} 

#footer {
	width: 700px;
	font-size: 18px;
	text-align: center;
}

#neu a {
	color: blue;
}
	