/*------------------------------------------------------------------------
  MODULE idx.css (CSS 2.0)
  ------------------------------------------------------------------------
  DESCRIPTION  
    Stylesheet fuer Index page
  END
  ------------------------------------------------------------------------
  OPERATION SYSTEM	platform independent
  COMPILER/INTERPRETER	all browser with HTML 3.2 support (and above)
  USED LIBRARIES	none
  ------------------------------------------------------------------------
  AUTHOR		N. Briesemeister (nb)
  ------------------------------------------------------------------------
  HISTORY
  tt.mm.yy   name	comment
  12.07.99   nb		Erstellung
  ------------------------------------------------------------------------
 */

/* allgemeine Text- und Hintergrundeigenschaften */
body	    { background-color:#222a4b; text-align:left; vertical-align:top; }

td	    { font-family: "Century Gothic"; font-size:10pt; color:#ffffff; }	

/* Texteigenschaften und Farben für Links */
a:link	    { color: #ffffff; text-decoration: none; } /* normaler Link */
a:visited   { color: #a0a0a0; text-decoration: none; } /* besuchter Link */
a:active    { color: #8080ff; text-decoration: none; } /* aktiver Link */
      
