.StaffBlock {
	width: 333px;
	border: 0;
}
.StaffBlock .Image {
	position: absolute;
	width: 120px;
	height: 150px;
	background: url(/images/spacer.gif) center center no-repeat;
}
.StaffBlock .Infos {
	margin-left: 120px;
	height: 150px;
}
.StaffBlock .Infos .InfoContent
{
	margin-bottom: 10px;
}
.StaffBlock .Infos .InfoContent td {
	padding: 6px 0 0 0;
}
.StaffBlock .Infos .Name {
	color: #006BB3;
	font-weight: bold;
	font-size: 12px;
}
.StaffBlock .Content
{
	background: #EDECEA;
}
.StaffBlock .Content .mail
{
	background: url(/images/pfeil.png) top left no-repeat #EDECEA;
	position: absolute;
	width: 22px;
	height: 15px;
	left: 300px;
	top: 135px;
}
.Block .Head, .Block .HeadWithSpan, .LongBlock .Head {
	border: 0;
	color: #333;
	background: #FFF;
	padding: 3px 3px 7px 9px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.Block {
	margin: 0 6px 13px 0;
	color: #333;
	position: relative;
	padding: 0;
}
.Block a
{
	color: #333;
	text-decoration: none;
}
.Block a:hover
{
	color: #006BB3;
}
div.Block {
	float: left;
}

