td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #555954;}
.rahmen { border-color: #FFFFFF; border-style: solid; border-width: 1px 1px 1px 1px;}

.grau:link { color: #555954; text-decoration: none}
.grau:visited {	color: #555954}
.grau { color: #555954}
.grau:hover { color: #000000; text-decoration: none}
.grau:active { color: #000000; text-decoration: none}

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #000000; margin-bottom: 0; margin-top: 0; margin-left: 0; margin-right: 0;}
a:link { color: #FF634f; text-decoration: none}
a:visited {	color: #FF634F; text-decoration: none}
a:hover { color: #000000}
a:active {  color: #000000}
.klein { font-size: 9px}

.gelb {	background-color: #FFFF99}
.weiss { background-color: #FFFFFF}
.orange { background-color: #FFA34F}
.dunkelgelb { background-color: #FFCC00}
.rot { color: #FF0000}

.kachel { background-image: url(grafik/strich.gif);}
.kachel_orange { background-image: url(grafik/strich_orange_kl.gif);}

.eingabe {
	background-color: #FFFF99;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
.button {
	background-color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555954;
	font-weight: bold;
	cursor: pointer;
	font-size: 8pt;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

form {
	margin: 0;
}
form br {
	clear: left;
}
label {
	float: left;
	margin: 0 5px 15px 0;
	width: 70px;
	text-align: left;
	font-size: 10px;
	color: #555954;
}
.red {
	color: #992e38;
}

#tu {
	font-size: 10px;
}

input {
	float: left;
	margin: 0 10px 0 0;
	width: 190px;
	border-width: thin;
	border-style: solid;
	border-color: #555954;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555954;
}

input#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #992e38;
	background-color: #ffcc00;
	border-width: thin;
	border-style: solid;
	border-color: #555954;
	float: none;
	width: 80px;
	height: 20px;
	cursor: pointer;
}
input#cancel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #992e38;
	background-color: #ffcc00;
	border-width: thin;
	border-style: solid;
	border-color: #555954;
	float: none;
	width: 80px;
	height: 20px;
	cursor: pointer;
}

fieldset {
	border:0;
	height: 150px;
	width: 280px;
	padding-top: 2em;
}

