/** 
 * Seite: gesunde lebensfuehrung
 * Datei: kontakt.css
 * Media: screen
 *
 * Datum: 2007-02
 * Autor: Maria Kabs
 ****************************************************************************************************
 * Basisdaten
 ****************************************************************************************************/
#mailbox{
	position: absolute;
	width: 547px;
	height: 310px;
	background-color: #dae3d6;
}
#name{
	position: relative;
	float: left;
	top: 13px;
	left: 12px;
	background-color: #ffffff;
	height: 19px;
}
#name INPUT {
	border: none;
	width: 190px;
}
#vorname{
	position: relative;
	top: 13px;
	float: right;
	right: 12px;
	background-color: #ffffff;
	height: 19px;
}
#vorname INPUT {
	border: none;
	width: 170px;
}
#strasse{
	position: relative;
	top: 25px;
	float: left;
	left: 12px;
	background-color: #ffffff;
	height: 19px;
}
#strasse INPUT {
	border: none;
	width: 162px;
}
#ort{
	position: relative;
	top: 25px;
	float: right;
	right: 12px;
	background-color: #ffffff;
	height: 19px;
}
#ort INPUT {
	border: none;
	width: 181px;
}
#email{
	position: relative;
	top: 37px;
	float: left;
	left: 12px;
	background-color: #ffffff;
	height: 19px;
}
#email INPUT {
	border: none;
	width: 134px;
}
#email_error{
	position: relative;
	top: 31px;
	float: left;
	left: 12px;
	background-color: #ffffff;
	height: 15px;
}

#checkbox {
	position: relative;
	top: 45px;
	float: left;
	left: 12px;
}

*html #checkbox{
	left: 9px;
	width: 400px;
}

#message{
	position: relative;
	float: left;
	left: 12px;
	top: 50px;
}
#message TEXTAREA{
	border: none;
	width: 525px; 
}
#send{
	position: relative;
	top: 200px;
	float: right;
	right: 11px;
	margin-top: 3px;
}
*html #send{
	top: 190px;
}
#send INPUT {
	border: none;
	background-color: #ffffff;
}
