body {
margin : 0px;
font-family : arial, Helvetica, sans-serif;
font-size : 10px;
background-color : #000000;
color : #FFFFFF;
}
fieldset{
	width : 300px;
}
label{
	cursor : pointer;
}
.f{
border : 1px solid #CCC;
font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
}
.t{
margin-left : 45px;
width : 400px;
text-align : left;
font-size : 12px;
}
.zaehlertext{
border : none;
font-size : 10px;
}
.fehler{
	color : #FF0000;
}
.ok{
	font-weight : bold;
	color : #00CC33;
}