.schrift {
	font-family: Verdana;
}

.thema {
	position: relative;
	left: 0px;
	top: 0px;
	
	width: 60px;
	height: 60px;
	
	text-align: middle;
	color: #fc5858;
	font-family: Verdana;
	font-size: larger;
	
	background: #282e3a;
	
	display: table-cell;
	
	border-style: solid;
	border-radius: 12px;
	border-color: grey;
}