/*	***format.css***						*/
/*	für inwebag.ch							*/
/*	erstellt 25.12.2003 von Markus Treichler webmaster@tecart.ch	*/
/*	geändert 18.01.2005 von dito					*/

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

a:link		{ text-decoration:none; font-weight:bold; color:#6369AD;}

a:visited	{ text-decoration:none; font-weight:bold; color:#6369AD;}

a:hover		{ text-decoration:none; font-weight:bold; color:#8400FF;}

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

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

p		{ color:#000000 }

h1		{ color:#000000; font-weight:bolder; font-size:48pt }

h2		{ color:#000000; font-weight:bolder; font-size:21pt }

h3		{ color:#000000; font-weight:bold; font-size:16pt }

h4		{ color:#000000; font-weight:bold; font-size:12pt }

h5		{ color:#000000; font-weight:bold }

table		{ color:#000000 }

td		{ color:#000000 }

tr		{ color:#000000 }

li		{ color:#000000 }

div		{ color:#000000 }


/*Klassen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.titelfarbig	{ color:#6369AD; font-weight:bolder; font-size:16pt; font-style:italic;}
.zwnewstiteln	{ color:#000000; font-size:16pt }
.newstitelbold	{ color:#000000; font-weight:bold; font-size:16pt }
.newstitelnormal{ color:#000000; font-size:16pt }
.topadressen	{ background-color:#007AC2; color:#FFFFFF; font-weight:bold }