    /* ################################ Textformatierungen ############################################### */
	
	.headlines {
	  color:#5C4705;
	  font-weight:bold;
	  font-size:1.4em;
	}
	
	.textContent {
	  color:#333333;
	  font-size:1.0em;
	  line-height:25px;
	}
	
	.headlinesTeaser {
	  color:#5C4705;
	  font-weight:bold;
	  font-size:1.0em;
	}
	
	.textContentTeaser {
	  margin-top:20px;
	  color:#333333;
	  font-size:0.9em;
	}
