body {
	color: black;
	font-size: 0.75em;
	font-family: Helvetica, Arial, sans-serif;
	min-width: 800px;
	background-color: #F3F3F4;
}

h1 {
	font: bold 1.4em Arial;
	margin-top: 0px;
	margin-bottom: 5px;
}

table,td {
	border-collapse: collapse;
	border: 0px;
	text-align: left;
	vertical-align: top;
}

.links {
	font: bold 1.1em Arial;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
}

.correct {
	font-weight: bold;
	color: #0060A5;
}

.be {
	font-weight: bold;
	color: black;
}

#navileiste {
	position: absolute;
	margin-top: 3px;
	top: 115px;
	left: 120px;
	width: 2000px;
	height: 20px;
}

#content {
	position: relative;
	top: 160px;
	left: 250px;
	width: 600px;
	min-height: 300px;
}

#fuss {
	position: relative;
	top: 220px;
	left: 550px;
	width: 100%;
}

.justify {
	text-align: justify;
}