@charset "utf-8";
/* CSS Document */

.vorname	{
	width:150px;
	float:left;
	margin-right:10px;
}

.telefon	{
	width:150px;
	float:left;
}

.name	{
	width:150px;
	float:left;
	margin-right:10px;
}

.email	{
	width:150px;
	float:left;
}

.strasse	{
	width:150px;
	float:left;
	margin-right:10px;
}

.plz	{
	width:45px;
	float:left;
	margin-right:5px;
}

.ort	{
	width:100px;
	float:left;
}

.text	{
	width:312px;
}

.clear	{
	clear:left;
	height:0px;
}
