.plus_btn{
	border: none; 
	cursor: pointer;
	display: inline-block; 
	margin-bottom: -9px;
	width: 25px; 
}
.minus_btn{
	border: none; 
	cursor: pointer;
	display: inline-block; 
	margin-bottom: -9px;
	width: 25px; 
}

.thema_type{
	border-bottom: 1px dotted #828282;
	color: #000;
	padding-bottom: 20px;
	margin-top: 35px;
	width: 840px;
}

.thema_type select, .thema_type input[type="text"]{
	width: 250px;
}