body {
  background-color: #ffffff;
	margin: 0px;
	margin-bottom: 50px;
  text-align: center;
}

div#top {
  margin: auto;
  width: 900px;
	height: 70px;
	background-color: #df5428;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
}

div#blank_line {
  margin: auto;
  width: 900px;
	height: 5px;
	background-color: #ffffff;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
}

div#main {
  margin: auto;
  width: 900px;
	height: 600px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
	background-color: #ddd7d5;
}

div#ueberschrift {
  width: 600px;
	height: 150px;
	background-color: #ddd7d5;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
	font-family: Times New Roman;
	font-size: 26pt;
	font-weight: bold;
	letter-spacing: 15px;
	padding-left: 50px;
	padding-top: 30px;
}

div#left {
  width: 600px;
	height: 500px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
	float: left;
}

div#right {
  width: 300px;
	background-color: #ddd7d5;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: right;
	float: left;
}

div#menu {
  width: 250px;
	background-color: #ddd7d5;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
	float: left;
}

div#text {
  width: 330px;
	background-color: #ddd7d5;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
	float: left;
	font-family: Arial;
	font-size: 9pt;
	color: black;
	padding-top: 10px;
	padding-bottom: 20px;
}

div#menuitem {
  width: 230px;
	height: 30px;
	text-align: right;
	text-decoration: none;
	padding: 6px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 10pt;
	color: black;
	cursor: hand;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div#menuitem_act {
  width: 230px;
	height: 30px;
	text-align: right;
	text-decoration: none;
	padding: 6px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 10pt;
	color: black;
	border: 1px solid white;
	cursor: hand;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

p.fehler {
  font-weight: bold;
	color: red;
}

a {
  text-decoration: underline;
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

div#eck {
  width: 10px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
	float: left;
}

td {
	font-family: Arial;
	font-size: 10pt;
	color: black;
}