/* Popups Referenzen */
html, body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f0e68c;
	margin-top: 10px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 72%;
}

/* Container */
#container {
	position: absolute;
	left: 50%;
	margin-left: -415px;
	width: 830px;
	padding: 10px;
	border: 1px solid #789;
}

/* Kopfbereich */
#kopf {
	width: 810px;
	height: 40px;
}

#kopf h2 {
	font-weight: bold;
	font-size: 1.8em;
	color: #556b2f;
	text-align: center;
}

/* Tabelenbereich */
#containertabelle {
	width: 810px;
}

/* Fussbereich */
#fuss {
	width: 810px;
}

#fuss p {
	margin: 10px;
	font-weight: bold;
	text-align: justify;
	line-height: 170%;
}