#anfrage_form {
   position:relative;
}

#anfrage_form #datenschutz_label input {
   float: none !important;
   margin: 0 0 0 20px;
}

#anfrage_form .form_topic {
	margin:0 0 15px 0;
	font-size:12px;
	text-align:center;
}

#anfrage_form .form_input {
	background:#d3d4e9;
	border: 0;
   width: 141px;
   height: 15px;
}


#anfrage_form .tabel_col_changer_ipt {
	background:#999999;
	color: #FFFFFF;
	border: 0;
   width: 100px;
   height: 15px;
   position: absolute;
   text-align:center;
}

#anfrage_form .input_single {
	background:#d3d4e9;
	border: 0;
   width: 15px;
   height: 15px;
}

.label_required {
   color:#CC5555 !important; text-align: center; font-family: 'Lato', sans-serif; font-weight: 400;
   /*border:1px solid #990000 !important;*/
}
.required_field {
   background-color:#ffaaaa !important;
   /*border:1px solid #990000 !important;*/
}

/*
   * buttons *
*/
#anfrage_form #buttons {
   position: relative;
   margin: 10px 0 0 0;
   height: 17px;
}

#anfrage_form .button {
   border: 0;
   color: #FFFFFF;
   background-color:#999999;
   font-weight: normal;
   font-size: 11px;
   padding: 1px 4px;
   cursor: pointer;
}

#anfrage_form .button:hover {
  /*  text-decoration: underline; */
   color: #fff;
   background-color: #666 !important;
   /*background-color:#FFFFFF;*/
}

#anfrage_form .back_button {
   position:absolute;
   top: 0;
   left:0;
   float: none;
   width: 59px;
}
#anfrage_form .back_button .button {
   width: 59px;
}

#anfrage_form .submit_button {
   position:absolute;
   top: 0;
   left:70px;
   float: none;
   /*float: right;*/ 
}
#anfrage_form .submit_button .button {
   width: 198px;
}

#anfrage_form .reset_button {
   position:absolute;
   top: 0;
   right:0;
   float: none;
   /*float: right;*/
}
#anfrage_form .reset_button .button {
   width: 67px;
} 