/*  Formate für ein- und ausblenden-layer   */

		
.textBlau  {						/*   blauer Text in Displays   */
	font-size: 0.9em; 
	color: #0056C0;
	}
	
	
/*   Layer für Verein-Seiten   */

#thesen  {
	display:none;
	width:550px;
	padding-top:5px;
	}
 a.thesenShow {
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size: 0.8em; 
	color:#0056C0;
	text-decoration:none;
	border-bottom: 1px dashed #0056C0;
		}
 a.thesenHidden {
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size: 0.8em; 
	color:#0056C0;
	text-decoration:none;
	border-bottom: 1px dashed #0056C0;
		}

			
#literatur  {
	display:none;
	width:550px;
	padding-top:5px;
	}

/*  Leistungs-Spektrum --> Potentiale entfalten   */
#ganzheitliche_K  {
	display:none;
	width:530px;
	padding-top:5px;
	}
#ganzheitliche_K p, #ganzheitliche_K ul   {
	padding-right:0px;
	}


