
body 	{
	background-color: #FFFFFF;
	font-size: 12pt
		/* Hier könnte ein "allgemeines" Logo platziert werden...
		background-image:url(ejzmini.gif); 
		background-repeat:no-repeat;
		background-position:10px 10px;
		*/
	/*margin-left: 10%;
	margin-right: 10%; */
	}
	
	 /* Das ist der Text Leserbrief*/
.leserbrief         {
        color: #808080;
        font-weight: bold;
        font-size: 1em
        }
          	
	  /* Das ist "vom und das Datum*/
.datum  {
        color: #808080;
        font-style: normal;
        font-weight: normal;
        font-size: 0.8em
        }

          /* Das ist die 1. Überschrift*/
h1  	{
        color: #008000;
        font-weight: bold;
        font-size: 1.6em
        }



          /* Das ist der Betreff des Leserbriefes*/
.betreff {
         color: #000;
         font-size: 1em
         }

          /* Das ist die formatierung für den Text*/
.text p  {
         color: black;
         margin-right: 30%;
         margin-left: 15%;
                     }

          /* Das ist der Autor des Leserbriefes*/
.autor   {
         color: black;
         font-style: italic;
         font-weight: bold;
         font-size: 0.8em;
         margin-left: 15%
         text-align: left;
         }

          /* Jetzt kommt Bearbeitet am:*/
.bearbeitet  	 {
               color: #808080;
               font-weight: normal;
               font-size: 0.8em
          }



          /* Hier kommen die Linkfarben, blau */
a:link  {
         color: #0000FF;
         font-weight: bold;
         text-decoration: underline
         }
         /* Hier kommen die Linkfarben für besuchtes Links */
a:visited    {
         color: #CC0066;
         font-weight: bold;
         text-decoration: none
         }
          /* Hier kommen die Linkfarben für Verweise, die den Fokus erhalten */
a:focus  {
         color: #006666;
         font-weight: bold;
         text-decoration: underline
         }

          /*  Für Verweise, während der Anwender mit der Maus darüber fährt */
a:hover  {
         color: #808080;
         font-weight: bold;
         text-decoration: none
         }

          /* für gerade angeklickte Verweise  */
a:active   {
           color: #006699;
           font-weight: bold;
           text-decoration: underline
           }

           /* für den Link zur Homepage  */
#homepage  {
	    font-size: 0.6em;           
	    text-decoration: underline;
	    text-align: center
	           }

/* Kommentar für CSS-Dateien*/




