dummy { color: black; }


/* Fonts: */
body, td { font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9pt;
}

.name { font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11pt;
   font-weight: bold;
}

input.std, input.wtxt, td.sel select, td.sel  {			/* 'td.sel' f.  Netscape */
  font-family: Courier, monospace;
  font-size: 9pt;
}

/* Colours: */
body { background: white; color: black;}
body.top, .yellow  { background: #FFCC66; }
body.center, .dkyellow { background: #F7B520; }

.blue { background: #3366CC;
  color: white;
}

.gray { background: #928D78;
  color: white;
  font-weight: bold;
}

em {color: white; font-weight: bold; font-style: normal}

/* Links */	
a { color: black; text-decoration: none; }

/* msie - Breitenangaben: */
input.std, select.std { width: 210px; }
input.wtxt {width: 310px; }

/* msie Raender: */
body { margin: 0 0 0 0; }
body.center { margin: 0 0 0 3; }