.p-l-10 {
	padding-left: 12px;
}

.w-100 {
	width: 100%;
}

#verstecktes-feld {
  display:none;
}

.form-label {
	padding-left: 10px;
}

.float-right {
	float: right;
}

.table-col-1 {
	width: 31%;
}
.table-col-2 {
	width: 50%;
}
.table-col-3 {
	width: 19%;
}
.no-border {
	border: 0px !important;
}
.float-left > input {
	float: left !important;
}
.float-left > label {
	float: left !important;
	width: 90% !important;
	margin-left: 10px;
	margin-top: 2px;
}
.float-left {
	float: left !important;
}
label.input-desc {
	text-transform: none !important;
}