.neualtbutton {
	outline: 1px solid #dbdbdb;
}

.boxthementitel {
	height: 25px; 
	line-height: 25px; 
	overflow: hidden; 
	padding: 0 10px; 
	margin-bottom: 4px; 
	box-sizing: border-box;
}

.boxthemendescr {
	height: 26px; 
	line-height: 26px;
	overflow: auto; 
	border: 6px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #dbdbdb; 
	box-sizing: border-box;
scrollbar-color: #c1c1c1 #E1DEDE;
  	scrollbar-width: thin;
}

.boxautor {
	height: 25px; 
	line-height: 25px; 
	box-sizing: border-box; 
	margin-bottom: 4px;
	overflow: hidden;
}

.boxantworten {
	height: 25px; 
	line-height: 25px; 
	box-sizing: border-box; 
	font-size: 11px;
}

.boxlastposter {
	height: 55px; 
	overflow: hidden; 
	border: 6px solid rgba(255, 0, 0, 0.0); 
	outline: 1px solid #dbdbdb; 
	box-sizing: border-box;
}

.boxmod {
	height: 55px; 
	padding-top: 17px; 
	box-sizing: border-box;
}

.boxtrenner {
	background-color: #e6e6e6;
}


.boxthemendescr::-webkit-scrollbar {
    width:2px;
    background:#c1c1c1;
}
.boxthemendescr::-webkit-scrollbar-thumb {
    background:#c1c1c1;
}
.boxthemendescr::-webkit-scrollbar-track {
    background-color:#E1DEDE;
}

		