body {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: black;
	padding: 0px;
	margin: 15px;
}

#rahmen {
	position: absolute;
	width: 412px;
	border: 2px solid black;
}

#uberschrift {
	background-color: #6b8f25;
	padding: 5px;
	color: white;
	font-weight: bold;
	font-size: 20px;
}

#menuleiste {
	background-color: #6b8f25;
	padding: 5px;
	color: white;
}

#menuleiste a {
	color: white;
	text-decoration: none;
}

.text {
	padding: 5px;
}

#menuleiste a:hover {
	text-decoration: underline;
}

a {
	color: black;
	text-decoration: none;
}

