
body 	 { 
			font-size: 12pt; 
			background-color: #ffffff;
		 }
		 /* Der Rahmen ganz oben*/
#rundrum	{
                 padding: 16px;
                 border-style: solid;
                 border-width: 15px;
                 border-color: #d3d3d3 #a9a9a9 #a9a9a9 #d3d3d3;
                 width: 70%;
                 }
                 
                 /* Das ist 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 die 2. Überschrift*/
h2  	      {
		color: #000066; 
		font-size: 1em; 
		text-decoration: underline;
		}
		
		 /* Das ist der Autor der im Augenblick noch nicht benötigt wird*/
.autor {
		color: black; 
		font-style: italic; 
		font-weight: bold; 
		font-size: 0.8em;
		margin-left: 15%;
       		 }
		
		 /* Bearbeitet am:*/
.bearbeitet    {
			 color: #808080; 
			 font-weight: normal; 
			 font-size: 0.8em; 
			 }
			 
		/* Css-Formatierung für den Text*/
.text p  	{
		 color: black; 
		 margin-right: 15%; 
		 margin-left: 15%; 
		
		}
		

		/* Für Verweise zu noch nicht besuchten Seiten*/
a:link 	 { 
		color: #0000FF; 
		font-weight: bold; 
		text-decoration: underline;
		}
		
		/*für Verweise zu bereits besuchten Seiten*/
a:visited { 
		color: #CC0066; 
		font-weight: bold; 
		text-decoration: none;
		}
		
		/* für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" 		mit der Tabulator-Taste*/
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;
		}
               /* Pressemitteiln gder BI*/
#pm        {
            color: #309;
            font-weight: bold;
            font-size: 2em;
            text-align: center;
            }	
	
         /* Adresse/Anschrift*/	
#adresse  	{ 
		  color: #000;
		  font-weight: normal;
		  font-size: 1em;
		 }
		 
		/* Bürozeiten*/	
#buero	  {
         color: #000;
         font-weight: normal;
         font-size: 1em;
         text-align: right;
         }
         
	/* eMail-Anmerkungen*/		
#mail	 {
	 color: #f00;
	 font-weight: normal;
	 font-size: 1em;
	 text-align: left;
	  }			
 			
			/*Für den Link auf die Homepage */
#homepage   { 
			font-size: 0.6em; 
			text-decoration: underline; 
			text-align: center;
			}
			

/* Kommentar für CSS-Dateien*/


