/* CSS Styhlsheet für Kontaktformular Deutsch /Schriftgröße 11px */

label {
	float: left;
	width: 80px;
}	
.content {
	padding-left : 10px;
}
div.checkbox label,
h3 label {
	float: none;
	width: auto;
}

#titel {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#vorname {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#name {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#firma {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#abteilung {
	margin-bottom  : 3px;
	border      : 1px solid #162D8B;
	background  : #ffffff;
	width       : 250px;
	height      : 20px;
	margin-left : 0px
}
#strasse {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#plz {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#ort {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#telefon {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#staat {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#telefax {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#email {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#mitteilung {
	border      : 1px solid #162D8B;
	background  : #ffffff;
	width       : 330px;
	height      : 120px;
}




