@charset "UTF-8";
.textfeld {
	position: absolute;
	left: 250px;
	width: 600px;
	height: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titel {
	position: absolute;
	left: 75px;
	bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.links {
	position: absolute;
	width: 200px;
	text-align: right;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	padding: 20px;
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: eb6f5a;
	text-decoration: underline;
}
a:active {
	color: #eb6f5a;
}
.auszeichnung {
	color: #eb6f5a;
}
