body { 
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : #FFFFFF; 
  font-size : 10px;
  line-height: 1.65;
}

td { 
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color : #FFFFFF; 
 font-size : 10px;
 line-height: 1.65;
}
select, input, textarea { 
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color : #FFFFFF; 
 font-size : 10px;
 line-height: 1.65;
}

.big                     { font-size : 12px }

.black                   { color : #000000 }
a.black:link             { color : #000000; text-decoration : underline; }
a.black:visited          { color : #000000; text-decoration : underline; }
a.black:hover            { color : #000000; text-decoration : underline; }

.white                   { color : #FFFFFF }
a.white:link             { color : #FFFFFF; text-decoration : none; }
a.white:visited          { color : #FFFFFF; text-decoration : none; }
a.white:hover            { color : #FFFFFF; text-decoration : underline; }

.gray                    { color : #686868 }
a.gray:link              { color : #686868; text-decoration : underline; }
a.gray:visited           { color : #686868; text-decoration : underline; }
a.gray:hover             { color : #686868; text-decoration : underline; }

.red                     { color : #EF4444 }
a.red:link               { color : #EF4444; text-decoration : none; }
a.red:visited            { color : #EF4444; text-decoration : none; }
a.red:hover              { color : #EF4444; text-decoration : underline; }
  
.inputfeld {
	font-family : Verdana, Arial, Helvetica;
	color : #465084;
	font-size : 24px;
	border-left : #FFFFFF 1pt solid;
	border-right : #FFFFFF 1pt solid;
	border-top : #FFFFFF 1pt solid;
	border-bottom : #FFFFFF 1pt solid;
	background : #FFFFFF;
}

.formularfeld {
	font-family : Verdana, Arial, Helvetica;
	color : #000000;
	font-size : 10px;
	border-left : #000000 1pt solid;
	border-right : #000000 1pt solid;
	border-top : #000000 1pt solid;
	border-bottom : #000000 1pt solid;
	background : #FFFFFF;
}

.formularfeldaktiv {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color : #000000;
	border-left : #000000 1pt solid;
	border-right : #000000 1pt solid;
	border-top : #000000 1pt solid;
	border-bottom : #000000 1pt solid;
	background : #BBBBBB;
}