.postinhalt {
	text-align: justify;
	display:block;
	font-size:14px;
	line-height: 20px;
	border: 4px double #333;
	border-radius: 5px;
	padding:10px;
	background:var(--tabelle4);
}

.postlinehead {
	font-size:12px;
	line-height: 20px;
	text-transform:uppercase;
	letter-spacing:2px;
	border: 4px double #333;
	border-radius: 5px;
	padding:10px;
	background:var(--tabelle3);
}
		
		