.thread_status {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.thread_status.dot_folder, 
.thread_status.dot_hotfolder, 
.thread_status.dot_hotclosefolder,
.thread_status.dot_closefolder,
.thread_status.dot_newfolder,
.thread_status.dot_newhotfolder,
.thread_status.dot_newhotclosefolder,
.thread_status.dot_newclosefolder,
.thread_status.folder,
.thread_status.hotfolder,
.thread_status.hotclosefolder,
.thread_status.closefolder,
.thread_status.movefolder,
.thread_status.newfolder,
.thread_status.newclosefolder,
.thread_status.newhotfolder {
	background-size: 50px 50px;
	background-image: url(/designs/cityview/grafiken/BeitragNeu.png);
	border-radius: 15px;
	border: 5px solid var(--kvitravn-col11);
}


.thread_status.dot_closefolder, .thread_status.hotclosefolder, .thread_status.dot_hotclosefolder, .thread_status.closefolder {
	background-image: url(/designs/cityview/grafiken/BeitragNeuZu.png);
}

.thread_status.dot_newfolder, .thread_status.dot_newhotfolder, .thread_status.newfolder, .thread_status.newhotfolder  {
	background-image: url(/designs/cityview/grafiken/BeitragAlt.png);
}

.thread_status.dot_newhotclosefolder, .thread_status.dot_newclosefolder, .thread_status.newhotclosefolder, .thread_status.newclosefolder {
	background-image: url(/designs/cityview/grafiken/BeitragAltZu.png);
}




		