/* DATEI: styles.css */

/* gewöhnlicher Text ohne Farbe */
tt { font-family:Verdana,Courier; font-size:11px; font-weight:lighter; }

/* Text Formulare */
tt.tbsg { font-family:Verdana,Courier; font-size:11px; font-weight:lighter; color:#979797; }

/* Text Formulare */
tt.tbsg1 { font-family:Verdana,Courier; font-size:10px; font-weight:lighter; color:#979797; }

/* Text Formulare */
tt.tbsga { font-family:Verdana,Courier; font-size:10px; font-weight:lighter; color:#979797; }

/* Text Formulare */
tt.tbsgb { font-family:Verdana,Courier; font-size:10px; font-weight:lighter; color:#979797; }

/* Platzhalter Zeichen */
tt.space { font-family:Verdana,Courier; font-size:2px; font-weight:lighter; color:#000000; }

/* Platzhalter Zeichen2 */
tt.space_2 { font-family:Verdana,Courier; font-size:5px; font-weight:lighter; color:#000000; }

/* Platzhalter Zeichen3 */
tt.space_3 { font-family:Verdana,Courier; font-size:7px; font-weight:lighter; color:#000000; }

/* Rand fuer Zellen */
.rundrum {
  border-width:1px;
  border-style:solid;
  border-color:#dae2ee;
  font-family:Verdana,Courier;
  font-size:11px; 
  font-weight:lighter; 
  color:#4b627f;
  }

/* Platzhalter Zeichen */
.space { 
 font-family:Verdana,Courier; 
 font-size:2px; 
 font-weight:lighter; 
 color:#000000; 
 }
