.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);
}
		
.nameimpost {
	text-align: justify;
	display:block;
	font-size:14px;
	line-height: 20px;
	border: 4px double #333;
	border-radius: 5px;
	padding:10px;
	background:var(--tabelle4);
}

.charaimpost {
	font-size:16px;
	line-height: 20px;
}

.usercpkat {
font-family: 'Open Sans Condensed';
    font-size: 20px;
    font-style: italic;
    color: #000000;
    font-weight: bold;
    position: relative;
	border-bottom: 1px solid var(--highlight);

}