/*######## Formulare ########*/
form{
  margin:0;
  padding:0;
}
label{
	float:left;
	margin:0;
	padding:0;
	font-size:0.75em;
}
input,
textarea,
select{
	float:left;
  margin:0;
  padding:0;
	font-size:0.75em;
  font-family:arial;
	padding:1px 0 1px 0;
}


/*label*/
.lblStandard{
	float:left;
	margin-top:3px;
	padding-right:10px;
  font-size:0.75em;
  line-height:1.25;
  text-align:right;
}
.lblCheckbox{
	float:left;
	margin-top:3px;
  font-size:0.75em;
  line-height:1.25;
}


/* inputRadio, inputCheckbox */
input.inputRadio,
input.inputCheckbox{
	float:left;
	width:14px;
	margin:3px 8px 0 0;
}


/*#### formBox ####*/
.formBox{
  background-color:#f1f1f1;
  border:1px solid #c3c3c4;
}
.cols12 .box.formBox{
	width:732px
}
.formBoxWrap{
	float:left;
	padding:15px 10px 0 10px;
}
.formRow{
	clear:both;
	float:left;
}
.formRow.borderTop{
  padding-top:10px;
  border-top:1px solid #c3c3c4;
}
.formRow.sectionHeadline{
	font-size:0.85em;
	line-height:1.35;
	font-weight:bold;
}
.formRow.textColRight{
	padding-left:237px;
	font-size:0.7em;
	line-height:1.25;
}

.formRow.textColRight,
.paddingLeftCheckbox,
.formRow.inputColRight{
	padding-left:237px;
}

.cols12 .formRow{
	width:712px;
}
.cols12 .formRow.textColRight,
.cols12 .formRow.paddingLeftCheckbox,
.cols12 .formRow.inputColRight{
	width:475px;
}
.cols12 .lblStandard{
	width:227px;
}
.cols12 .lblCheckbox{
	width:447px;
}
.cols12 .inputText,
.cols12 .textareaText{
	width:471px;
}





/*#### Top Search Box ####*/
.searchBox{
  float:right;
  width:152px;
  margin:0;
  padding:4px 6px 0 10px;
}
.searchBox .topSearch{
	float:left;
  border:1px solid #003b6a;
}
.searchBox input.textInput{
  float:left;
  width:122px;
  margin:0;
  padding:4px 2px 3px 2px;
  font-size:0.625em;
  line-height:1.25;
  font-family:Arial, Verdana, sans-serif;
  font-weight:bold;
  color:#808285;
  border:none;
  border-right:1px solid #003b6a;
}
.searchBox input.submitBtn{
  float:left;
  width:23px;
  height:19px;
  margin:0;
  padding:0;
  border:none;
  /*background-image*/
  background-repeat:no-repeat;
  background-color:#0C4573;
  cursor:pointer;
}




