/* 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.tbsg2 { font-family:Verdana,Courier; font-size:12px; font-weight:lighter; color:#979797; }

/* Text Formulare */
tt.tbsg3 { font-family:Verdana,Courier; font-size:13px; 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; }

/* Rand fuer Zellen */
.rundrum {
  border-width:1px;
  border-style:solid;
  border-color:#282828;
  font-family:Verdana,Courier;
  font-size:11px;
  font-weight:lighter;
  color:#828282;
  }

/* Platzhalter Zeichen */
.space {
 font-family:Verdana,Courier;
 font-size:2px;
 font-weight:lighter;
 color:#000000;
 }

/* Verweise */

/*
a:link { color:#99CCCC; text-decoration:none; }
a:visited { color:#339999; text-decoration:none; }
a:active { color:#3399CC; text-decoration:none; }

a.an { text-decoration:none; }

*/

