body {
	background-color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	font: 11pt/140% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #006600;
	text-align: right;
}

td,th {
	font-size: 11pt;
	line-height: 130%;
	color: #FFFFFF;
}

a {
	color: #C6A17F;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;

}

a:focus {
		outline: none;
}

p {
        padding: 0;
}

form {
        margin: 0;
        padding: 0;
}

.eingabe2 {
		background-color: #4A4642;
		border: 1px dotted #996633;
		color: #FFFFFF;
		-moz-opacity: 0.8;
		filter:alpha(opacity=80);
}
