/* NS4 arbeitet nicht korrekt mit CSS-Farben, daher werden die CSS-Farbdefinitionen für	den NS4 unsichtbar nachgeladen. */

@import "farben.css";

/*** Schriftkombinationen ***/
/* verdana, helvetica, sans-serif; */
/* arial, helvetica, sans-serif; */
/* Georgia, "Times New Roman", serif; */
/* monospace; */


/*** linke Spalte ***/

body	{
	font-family: verdana, helvetica, sans-serif;	/* Standardschrift, soweit nicht anders definiert */
	font-size: 1em;			/* Standardschriftgröße, soweit nicht anders definiert */
	}

#innerLeftColumn p	{
	/* font-family: Georgia, "Times New Roman", serif; */
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;	/* NS4 macht einen zu großen Abstand, daher Reset von line-height */
	}

#innerLeftColumn h3	{
	color: #006;
	margin: 1em 0 0 0;
	}

/*** Inhalt/rechte Spalte ***/

#innerContentColumn p, li	{
	font-family: arial, helvetica, sans-serif;
	}

#innerContentColumn h1	{
	color: #008000;
	}

#innerContentColumn h2	{
	color: #009;
	}

/*** Kopf ***/

#masthead h1	{
	/* font-family: Georgia, "Times New Roman", serif; */
	font-size: 150%;
	}

/*** Fuß ***/

#innerFooter	{
	/* font-family: Georgia, "Times New Roman", serif; */
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	}

/*** Horizontale Navigation ***/

.hnav	{
	/* font-family: verdana, helvetica, sans-serif; */
	font-weight: bold;
	font-size: 70%;
	}

/*** Vertikale Navigation ***/

.vnav	{
	/* font-family: verdana, helvetica, sans-serif; */
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; 		/* Mozilla hat ein Rundungsproblem; dieser Wert muss bei Schriftgrößenänderung angepasst werden */
	/*/*/ /*/line-height: 120%;	/* NS4 macht einen zu großen Abstand, daher Begrenzung von line-height */
	}
