.table {
	background-color: #000000;
	width: 90%;
	border: 0;
	padding: 1;
	border-spacing: 1;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.td {
	background-color: #FFFFFF;
}
.schrift {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.schrift_white {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
BODY {
	scrollbar-face-color: #0000CC; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: #3333FF; 
	scrollbar-3dlight-color: #3333FF; 
	scrollbar-arrow-color: white; 
	scrollbar-track-color: white; 
	scrollbar-darkshadow-color: black;
}
.active {filter: gray();}
.inactive {filter: chroma();}
input {
	BORDER-RIGHT: #3333FF thin solid;
	BORDER-LEFT: #3333FF thin solid;
	BORDER-TOP: #3333FF thin solid;
	BORDER-BOTTOM: #3333FF thin solid;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
textarea {
	BORDER-RIGHT: #3333FF thin solid;
	BORDER-LEFT: #3333FF thin solid;
	BORDER-TOP: #3333FF thin solid;
	BORDER-BOTTOM: #3333FF thin solid;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
.schrift_error {
	font-family: Arial;
	font-size: 11px;
	color: red;
	font-weight: bold;	
}
.schrift_right {
	font-family: Arial;
	font-size: 11px;
	color: green;
	font-weight: bold;	
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #3333FF;
	text-decoration: underline overline;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #3333FF;
	text-decoration: underline overline;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #3333FF;
	text-decoration: underline overline;
}
