/** 
 * Seite: c4energie
 * Datei: kontakt.css
 * Media: screen
 *
 * Datum: 2007-04
 * Autor: Maria Kabs
 ****************************************************************************************************
 * Basisdaten
 ****************************************************************************************************/
#mailbox{
	position: absolute;
	width: 550px;
	height: 290px;
}
#vorname{
	position: relative;
	float: left;
	left: 12px;
	height: 19px;
}
#vorname INPUT {
	width: 220px;
}
#name{
	position: relative;
	float: right;
	left: -30px;
	height: 19px;
}
#name INPUT {
	width: 220px;
}
#strasse{
	position: relative;
	clear: both;
	float: left;
	left: 12px;
	height: 19px;
}
#strasse INPUT {
	width: 220px;
}
#plz {
	position: relative;
	clear: both;
	float: left;
	left: 12px;
	height: 19px;
}
#plz INPUT {
	width: 220px;
}
#ort{
	position: relative;
	float: right;
	left: -30px;
	height: 19px;
}
#ort INPUT {
	width: 220px;
}
#telefon{
	position: relative;
	clear: both;
	float: left;
	left: 12px;
	height: 19px;
}
#telefon INPUT {
	width: 220px;
}
#email{
	position: relative;
	float: right;
	left: -30px;
	height: 19px;
}
#email INPUT {
	width: 220px;
}

#email_error{
	position: relative;
	clear: both;
	float: left;
	left: 12px;
	height: 15px;
}

#send{
	position: relative;
	clear: both;
	float: right;
	left: -30px;
}
#send INPUT {
}
