/* basicstyles.css for definitions of general formatting */
/* general formatting to apply to html tags */
  html,body { margin:0px; padding:0px; }
  body,a,div,td,input,select,label { font-family:Arial,Helvetica,sans-serif; }
  body { background-color:#ffffff; }

  #content td { vertical-align:top; }

/* styles for vertical positioning in rtf tables */
  #content .tdtop {vertical-align:top;}
  #content .tdmiddle {vertical-align:middle;}
  #content .tdbottom {vertical-align:bottom;}
  #content .tdbaseline {vertical-align:baseline;}

/* special message for NS4.x */
  #hddBrowserMessage{ color:red; font-weight:bold; font-size:14px; }
  .hddInfo{display:none;}
  .printHddInfo {position:absolute; left:-2000px; top:-2000px; width:0px; height:0px; overflow:hidden; display:none;}
  .frmGrpVisLbl{font-weight:  bold;}
  #cntBox form .frmErTd, #cntBox form .frmErTdNr, #cntBox form .erChck{color:#f00;}

.expandable{display: none; visibility: hidden; }
.moreless { padding: 10px 0px 0px 0px; display:block; cursor: pointer; }

/* Datum-Eingabe-Felder Buchungsbox */
#von_h, #von_min, #bis_h, #bis_min { color: black; background-color: white; }
