BODY {
	background-color:#e4e4e4;
	margin:0px;
	padding:0px;
}

TD {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#636363;
}

FORM {
	display:inline;
}

TD.klein {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#636363;
}

TD.headline {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#636363;
}

A {
	font-family:Tahoma;
	font-size:11px;
	text-decoration : underline;
	color:#ff6600;
}

SELECT {
	font-family:Tahoma; 
	font-size:11px; 
	color:#636363; 
	padding:0px;
	border:1px solid gray;
}

INPUT {
	font-family:Tahoma; 
	font-size:11px; 
	color:#636363; 
	padding:2px;
	border:1px solid gray;
}

INPUT.button {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#636363;
	padding:2px;
	border:1px solid gray;
}

INPUT.zahl {
	font-family:Tahoma; 
	font-size:11px; 
	color:#636363; 
	padding:2px;
	border:1px solid gray; 
	text-align:right;
}

INPUT.fehler {
	font-family:Tahoma; 
	font-size:11px; 
	color:#636363; 
	padding:2px;
	border:1px solid red;
}

.nix {
	border-width:0px;
}

h1 {
	font-family:Tahoma; 
	font-size:15px; 
	color:#636363;
}

.textbox {
	width:150px;
}

.textboxfehler {
	width:150px;
	border-color:#ff6600;
	background-color:#CCCCCC;
}
