.person {
	float: left;
	width: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 220px;
}
.personkontakt {
	width: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 480px;
}
.personkontakt.daneben{
	float: left;
}
.person a img, .personkontakt a img{
	box-shadow: 2px 2px 3px #999;
	margin-top: 5px;
}
.person a img:hover, .personkontakt a img:hover{
	box-shadow: 0px 0px 0px #999;
}
.linieunten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.linieobenunten {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
