/* copyright 2006 by mmc */

#formKontakt {
	width: 413px;
	float: left;
	padding: 0;
	}

#formKontakt div {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	}

#formKontakt .button {
	margin-right: 3px;
	}

#box-anrede {
	width: 100%;
	}

#box-vorname {
	width: 210px;
	}

#tf_vorname {
	width: 200px;
	}

#box-nachname {
	width: 200px;
	}

#tf_nachname {
	width: 200px;
	}

#box-strasse, #tf_strasse {
	width: 410px;
	}

#box-plz, #box-alter {
	width: 50px;
	}

#tf_plz, #tf_alter {
	width: 40px;
	}	

#box-ort, #tf_ort {
	width: 360px;
	}
	
#box-email {
	width: 280px;
	}

#tf_email {
	width: 270px;
	}

#box-unternehmen, #tf_unternehmen {
	width: 130px;
	}


#box-land {
	width: 167px;
	} 

#tf_land {
	width: 157px;
	}
	
#formKontakt #box-tel {
	padding-bottom: 5px;
	}

#box-tel, #tf_tel {
	width: 243px;
	}

#box-nachricht, #ta_nachricht {
	width: 410px;
	}

#box-senden {
	width: 413px;
	text-align: right;
	}

#formKontakt  #box-zusendung {
	width: 100%;
	margin-top: 5px;
	}
	

























