  body                     { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : small }
  td                       { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : small }
  select, input, textarea  { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : small }

  .small                   { font-size : x-small }
  .large                   { font-size : medium }

  .bgred                   { background-color : #FF0000 }
  .bggrey                  { background-color : #F4F4F4 }

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

  .grey                    { color : #999999 }
  a.grey:link              { color : #999999; text-decoration : none; }
  a.grey:visited           { color : #999999; text-decoration : none; }
  a.grey:hover             { color : #999999; text-decoration : underline; }
  
  .black                   { color : #000000 }
  a.black:link             { color : #000000; text-decoration : none; }
  a.black:visited          { color : #000000; text-decoration : none; }
  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; }
  
  .formularfeldsearch {
	font-family : Verdana, Arial, Helvetica;
	color : #000000;
	font-size : x-small;
	border-left : #CCCCCC 1pt solid;
	border-right : #999999 1pt solid;
	border-top : #CCCCCC 1pt solid;
	border-bottom : #999999 1pt solid;
	background : #FFFFFF;
}
  .formularfeld {
	font-family : Verdana, Arial, Helvetica;
	color : #000000;
	font-size : small;
	border-left : #CCCCCC 1pt solid;
	border-right : #999999 1pt solid;
	border-top : #CCCCCC 1pt solid;
	border-bottom : #999999 1pt solid;
	background : #FFFFFF;
}
.formularfeldaktiv {
	font-family : Verdana, Arial, Helvetica;
	font-size : small;
	color : #000000;
	border-left : #CCCCCC 1pt solid;
	border-right : #999999 1pt solid;
	border-top : #CCCCCC 1pt solid;
	border-bottom : #999999 1pt solid;
	background : #FFFFFF;
}
ul {
 position: relative;
 left: -23px;
}