
input, textarea	{
	padding: 1px;
}


label {
	font-size: 14px;
	color: #4A4952;
	font-weight: bold;
	text-align: left;
}



textarea.formText {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	/* SW */
	color: #151E39;
	/* gn */
	/* border: #B1FBFB 1px solid; */
	/* bl */
	/*border: #879BCB 1px solid; */
	/* rt */
	border: #879BCB 1px solid; 
	width: 400px;
}

input.formText, input.formTexts, input.formTextm {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	height: 17px;
	/* SW */
	color : #151E39;
	border: #879BCB 1px solid;
	width: 400px;
}

input.formTexts {
	width: 80px;
}

input.formTextm {
	width: 230px;
}

 
input.formRadio {
	color : #151E39;
	border: none;
	line-height: 16px;
	height: 20px;
	vertical-align: middle;
	_vertical-align: middle;
	margin-right: 5px;
}


td.textAnrede {
	font-size : 12px;
	/* SW */
	color : #151E39;
}


	
input.formSend {
	font-size: 13px;
	font-weight: bold;
	color : #5a5966;
	line-height: 16px;
	height: 23px;
	/* br */
	background-color : #DCCEAF;
	/* bl */
	border: #879BCB 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 70px;	
}


#feldAdresse {
	border: none;
	padding: 0px;
}





/* Modul jquery.validate.pack.js */

label.error {
	font-size: 11px;
	line-height: 16px;
	/* rt */	
	color: #BB6671;
	font-style: italic;
	display: block;
	text-align: right;
}

input.error, textarea.error {
	/* gn/bl */
	/*border: #00C1D0 1px solid;*/
	/* rt */	
	border: #BB6671 1px solid;
}


/* Modul jquery-impromptu.2.7.min.js */

.jqifade{
      position: absolute;
      background-color: #ffffff;
}
div.jqi{
      width: 800px;
      font-size: 11px;
			position: absolute;
      background-color: #C8D1E8;
      text-align: left;
      border: solid 1px #879BCB;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #AAAAAA;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #151E39;
}
div.jqi .jqibuttons{
      text-align: left;
      padding: 25px 0 15px 0;
      border: solid 1px #C8D1E8;
      background-color: #C8D1E8;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #DCCEAF;
      border: solid 1px #879BCB;
      color : #5a5966;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #D2D6DB;
}
div.jqi button.jqidefaultbutton{
      background-color: #DCCEAF;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #DCCEAF;
}



/* Modul jquery.tooltip.pack.js */

#tooltip {
	position: absolute;
	z-index: 3000;
	/* SW */
	border: #151E39 1px solid; 
	color: #151E39;
	/* gr */
	background-color: #d2d6db;
/*	opacity: 0.85; */
	
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
}
#tooltip h3, #tooltip div {
	/* SW */
	color: #151E39;
	font-weight: normal;
  margin: 0; 
	font-size: 12px;
	line-height: 18px;
	width: 400px;
	text-align: justify;
	padding: 10px;
}

