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

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

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

#mobil,
#abreise2,
#ziel2,
#Flugnummer,
#transferdatum,
#anzahl {
	margin-bottom: 3px;
	border       : 1px solid #162D8B;
	background   : #ffffff;
	width        : 250px;
	height       : 20px;
}

#land {
	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;
}

#strasse {
	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;
}


#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;
}




