/* Modul Mitarbeiter (coworkers) Definitionen */
.coworkerHeadline
{
	background-image:url(../img/elements/icon.coworkers.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:20px 0px 6px 60px;
	margin:4px 0px 0px 8px;
}

#coworkers .coworker
{
	float:left;
	width:308px;
}

#coworkers .thumbnail
{
	float:left;
	margin-right:10px;
	padding-top:2px;
}

#coworkers .thumbnail img
{
	border:1px solid #1083c2;
}

#coworkers .infos
{
	width:168px;
	float:left;
}

#coworkers .infos a
{
	font-weight:normal;
}

#coworkers .dlList li
{
	padding-left:15px;
}