
div.profile {
	border: 1px solid #bfbfbf;
	padding: 5px;
}

div.profile img {
	float: left;
	margin-right: 10px;
}

div.profile table.first {
	width: 475px;
	height: 172px;
}

div.profile table {
	border-collapse: collapse;
	width: 100%;
}

div.profile table td {
	background: #f6f6f6;
	border: 1px solid #fff;
	padding: 5px;
	white-space: normal;
	vertical-align: top;
}

h2.profile {
	font-size: 16px;
	border: 0;
	margin-bottom: 8px;
	padding: 0 0 0 10px;
}

/* Kontaktformular */
#contact_vorname,
#contact_nachname {
	 width: 178px;
}

#contact_plz {
	width: 50px;
}

#contact_ort {
	width: 240px;
}

#contact_strasse,
#contact_email {
	width: 300px;
}

#contact .arrow {
	font-size: 45px;
	color: #707070;
	background: none;
}
