.setzer {
	position:absolute;
	width:98%;
	height:98%;
	z-index:1;
	vertical-align: middle;
	visibility: visible;
	background-color: #993300;
	overflow: hidden;
	background-position: center center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.txt {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	font-size: 12px;
}
.eintragsfeld {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #000000;
	border: 1px solid #cccccc;
	color: #ffffff;
	width: 100px;
	height: 12px;
	text-align: right;
	margin: 2px;
	padding: 2px;
}

.eintragsfeld2 {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #000000;
	border: 1px solid #cccccc;
	color: #ffffff;
	width: 206px;
	height: 120px;
	margin: 2px;
	padding: 2px;

}
.schalter{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	width: 100px;
	height: 16px;
		}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:link {

}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	color: #BD4B19;
}
a:visited {

}.copy {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #333333;
}

