body {
  	background-color: rgb(255, 255, 255);
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}
.text {
	font-size: 12px;
}
.navigation {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text_titel {
	font-weight: bold;
	text-decoration: none;
}
.navigation_hi {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.links {
	color: #000000;
	text-decoration: underline;
}
.links_black_notunderlined {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text_untertitel {
	text-decoration: underline;
}
.text_titel_blau{
	color: rgb(43, 83, 132);
	font-weight: bold;
	text-decoration: none;
}
.feld{ 
 width:250px;
}
a:hover {
	text-decoration:underline;
}
h1 {
padding-top: 3px;
  	background-color: rgb(255, 255, 255);
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
		font-weight: bold;
	text-decoration: none;
}
h2 {
  	background-color: rgb(255, 255, 255);
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
		font-weight: normal ;
	text-decoration: underline;
}
