/**
 * Style sheet kontakte
 */
.name .label, .aufgabe .label, .email .label
{
	display:none;
}

.telefon .label
{
	float:left;
	margin-right:10px;
}

.name
{
	font-weight:bold;
}

.email
{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #aaa;
}
