body { background-color:#C2C285; 		/* Hintergrundfarbe    */
          color:#3E3E3E; 		    	/*   Schriftfarbe der Seiten */
}

     /*   LINKFARBEN MODELLBAU   */

a:link		{ color:#004080; text-decoration:none; font-weight:bold; }								/* UNBESUCHTER Link  */
a:visited  	{ color:#008000; text-decoration:none; font-weight:bold; }								/* BEREITS BESUCHTER Link  */
a:focus   	{ color:#E8E8E8; background-color:#004080; font-weight:bold; }							/* MIT TAB gewählter Link */
a:hover    	{ color:#E8E8E8; text-decoration:none; background-color:#004080; font-weight:bold; }	/* MIT MAUS gewählter Link  */
a:active   	{ color:#E8E8E8; background-color:#9F0000; font-weight:bold; }							/* ANGEKLICKTER Link */


				/*  Überschriften Grösse h1 */
h1 {  font-size:2.5em;					/* Schriftgrösse  */
        font-family:'comic sans ms';	/* Schriftart */
        font-style:bolder;				/* fetter geschrieben  */
        text-decoration:underline;      /* unterstrichen  */
        text-align:center; 				/*  zentriert */
}				
h3 {  font-size:1.4em;					/*  Überschriften Grösse h3 */
        font-family:arial;		
        font-style:bold;				/* fett geschrieben  */
        text-decoration:underline;         	
        text-align:left;				/* Ausrichtung nach links  */
        color:#303030; 					/* Textfarbe  */
}
p    { font-size:1.3em;					/*  Texte in Absätzen  */
        font-family:Arial,Tahoma,Helvetica,sans-serif;
        text-align:justify;
        margin-top:6px; 				/*  Textabstand zum Oberrand   */
        margin-bottom:10px; 			/*  Textabstand zum Unterrand   */
        margin-left:25px; 				/*  Textabstand zum linken Rand   */
        margin-right:25px; 				/*  Textabstand zum rechten Rand   */
}
ul   { list-style-type:disc;			/*  Aufzählungszeichen Liste - hier Punkt */
       list-style-position:outside;  	/*  selbe Punkte untereinander auf einer Linie */
}
