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

label {
	float: left;
	width: 80px;
}	

div.checkbox label,
h3 label {
	float: none;
	width: auto;
}

#gutscheine {
	border        : 1px solid #162D8B;
	width         : 50px;
	vertical-align: top;
	margin        : 3px;
	height        : 20px;
}

#name {
	border        : 1px solid #162D8B;
	width         : 150px;
	vertical-align: top;
	margin        : 3px;
	height        : 20px;
}


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

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

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

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


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

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

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

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

#fusszeile {
	display: none;
}

.content table  {
	border: none;
	width : 90%;
}
.content table label {
	width : 110px;
	float : left;
}

