/*	***format_index.css***						*/
/*	für tecart.ch							*/
/*	erstellt 12.2.2002 von Markus Treichler webmaster@tecart.ch	*/
/*	geändert 4.11.2003 von dito					*/

body		{ background-color:#000000;
		  font-family:Arial,Helvetica;
		  color:#FFFFFF;
		  scrollbar-base-color:#000000;		/* Basisfarbe der Scroll-Leiste */
		  scrollbar-3dlight-color:#BF00FF;	/* Farbe für 3D-Effekte */
		  scrollbar-arrow-color:#FF00FF;	/* Farbe für Verschiebepfeile */
		  scrollbar-darkshadow-color:#FF00FF;	/* Farbe für Schatten */
		  scrollbar-face-color:#000000;		/* Farbe für Oberfläche */
		  scrollbar-highlight-color:#FF00FF;	/* Farbe für oberen und linken Rand */
		  scrollbar-shadow-color:#FF00FF;	/* Farbe für unteren und rechten Rand */
		  scrollbar-track-color:#000000;	/* Farbe für freibleibenden Verschiebeweg */
		}

a:link		{ text-decoration:none; color:#F2A20B;}

a:visited	{ text-decoration:none; color:#F2A20B;}

a:hover		{ text-decoration:none; color:#F2A20B;}

.actuallink	{ background-color:#000000; color:#F2A20B;}

.inputfield	{ background-color:#000000; color:#00FF00;}


