
body 	{
	font-family: Times;
	font-size: 12pt
	background-color: #FFFFFF
		/* 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 "vom und das Datum*/
.datum  {
	color: #808080;
        font-style: normal;
        font-weight: normal;
        font-size: 0.8em 
	}
        
	 /* Hier kommt die 1. Übershrift*/
h1      {
	color: #008000;
        font-weight: bold;
        font-size: 1.6em 
	}

        /*Hier kommt die 2. Überschrift */
h2      {
	 color: #000066;
         font-size: 1em;
         text-decoration: underline 
	 }

	 /*Hier Bildunterschrift, Bild Fett*/
h3 	{ 
  	color: #000; font-style: 
	italic; font-weight: 
	bold; font-size: 0.8em;
	margin-right: 30%;
	margin-left: 15%
	}
         
        /* Hier kommt der eingerückte Text */
.bearbeitet  {
               color: #808080;
               font-weight: normal;
               font-size: 0.8em
              }
        
        /* Hier kommt der eingerückte Text */
.text p  {
         color: black;
         margin-right: 30%;
         margin-left: 15%
         }
         
        /* Hier kommen die Linkfarben, blau */
a:link  {
         color: #0000FF;
         font-weight: bold;
         text-decoration: underline
         }
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
	    }

span 	{ 
	color: #000; 	
	font-weight: normal 	
	}