/********************************************************
 * 			@ Style für die schriften				    *
 * 			@ copyright Stefan Braun					*
 ********************************************************/
 
				/***  Standardschrift  -DEFAULT-  >> auf dieser Schriftgröße baut alles auf		***/
				

								
body 		{    
                font-family: 	Arial;
				font-size: 16px;
				color: grey;
				}

				/***  Seitenkopf - HEADER 		***/
.header_gross	{	
				font-family: calibri;
				color: white;
				font-size: calc(32px + (64 - 28) * ((100vw - 320px) / (1600 - 320)));
				text-align: center;
				}					
				
.header_klein	{	
				color: gold;
				font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));
				text-align: center;
				}
				
.bottom_fussX	{	
				font-size: 0.8rem;
				color: white;
				text-align: center;
										justify-self: center;
						align-self: center;
				}				

h1 			{   /** Überschriften der Seiten */
                font-size: 1.8rem;
				color: #76b900;		/** grün */				
				text-align: center;
				}	
							
h2 			{   /** Überschriften der Artikel auf Startseite */
				font-size: 1.3rem;
				color: #555;
				}
    
a			{	color: 	#76b900; 	/** grün */ 
				}

p			{	color: 	grey; 	/** grau */ 
				}

th			{	color: 	grey; 	/** grau */ 
				}					

				/******   Listen   ******/
ul, li 		{	color: 	grey; 	/** grau */ 
				list-style: 		none; 
				padding-left: 0px;
				}

li.leer		{	/** gibt den Abstand an */
				list-style: 	inside " ";
				}  

li.titel 	{	color: 			#76b900;
				margin-left: 2rem;			/** Einrückung */
				font-size: 1.2rem;
				}

li.name 	{	color: 			black;
				margin-left: 2rem;		/** Einrückung */
				margin-bottom: 0.5rem;		/** Zeilenabstand */
				font-size: 1.2rem;
				}

			
				
li.telefon	{	list-style: 	inside "\1F4DE  ";
				}
				
li.pc 		{	list-style: 	inside "\1F4BB  ";
				}
				
li.pfeil	{	list-style: 	inside "\25BA   ";
				font-size: 		0.8rem;
				}
				
li.mail		{	list-style: 	inside "\0040   ";
				}
								
li.anhang	{	list-style: 	inside "\1F4CE  ";
				}
				
li.ort		{	list-style: 	inside "\2709   ";
				}
								
li.klammer 	{	list-style-image: url(/template/klammer.gif);
				}	
				
			
.hinweisXX  { 	/** display: visible;		sichtbar **/ 
				display: visible;			/** ausgeblendet **/ 
				font-size: 0.8rem;
				color: red;
				}	