.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* End hide from IE-mac */

a, :focus {
  outline: 0;
}

#teamImg {
  background: transparent url('grafiken/teamimgbg.jpg') left top no-repeat;
  font-size: .9em;
  margin-top: 2em;
  height: 67em;
  position: relative;
}

#teamImg .inner {
	color: #164b87;
	display: block;
	font-size: 2.6em;
	font-weight: bold;
	left: 184px;
	position: absolute;
	top: 253px;
	z-index: 10;
}

#teamImg .inner span {
  display: block;
  padding: 5px 0;
}

#teamImg .inner .in-2 {
  padding-left: 20px;
}

#teamImg .inner .in-3 {
  padding-left: 40px;
}

#teamImg .inner .in-4 {
  padding-left: 10px;
}

#teamImg .imgBox {
	left: 0;
	position: absolute;
	top: 22px;
	z-index: 30;
}

#teamImg .imgBox .caption {
  display: block;
  line-height: 150%;
}

#teamImg .imgBox .caption strong {
  display: block;
  font-size: 110%;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#teamImg .imgBox .img,
#teamImg .imgBox .img img {
  display: block;
  height: 90px;
  margin: 0;
  padding: 0;
  width: 80px;
}

#teamImg .imgBox .img img {
  vertical-align: top;
}

#teamImg .imgBox .caption {
  display: block;
  float: left;
  width: 200px;
}

#teamImg #team-1,
#teamImg #team-2,
#teamImg #team-3,
#teamImg #team-4,
#teamImg #team-5 {
  width: 405px;
}

#teamImg #team-1 .img,
#teamImg #team-2 .img,
#teamImg #team-3 .img,
#teamImg #team-4 .img,
#teamImg #team-5 .img,
#teamImg #team-10 .caption {
  float: left;
  padding-right: 5px;
}

#teamImg #team-1 {
	left: 243px;
}

#teamImg #team-2 {
	left: 363px;
	top: 114px;
}

#teamImg #team-2 .caption {
  width: 110px;
}

#teamImg #team-3 {
	left: 420px;
	top: 230px;
}

#teamImg #team-3 .caption {
  width: 100px;
}

#teamImg #team-4 {
	left: 412px;
	top: 350px;
}

#teamImg #team-5 {
	left: 326px;
	top: 466px;
	z-index: 50;
}

#teamImg #team-6 {
	left: 210px;
	top: 526px;
	z-index: 40;
}

#teamImg #team-7 {
	left: 71px;
	top: 483px;
}

#teamImg #team-8 {
	left: 12px;
	top: 318px;
}

#teamImg #team-9 {
	left: 29px;
	top: 160px;
}

#teamImg #team-10 {
	left: 0px;
	top: 70px;
}

#teamImg #team-6 .caption,
#teamImg #team-7 .caption,
#teamImg #team-8 .caption,
#teamImg #team-9 .caption {
  padding-top: 3px;
}

#teamImg #team-10 .img,
#teamImg #team-10 .caption {
  float: right;
}

#teamImg #team-10 {
  width: 220px;
}

#teamImg #team-10 .caption {
  text-align: right;
  width: 120px;
}

#profileWindow {
  font-size: 100%;
}

#profileWindow .img {
  display: block;
  float: left;
  width: 250px;
}

#profileWindow .img img {
  vertical-align: top !important;
}
  
#profileWindow .text {
  float: right;
  font-size: .8em !important;
  width: 310px;
  text-align: left; 
}

#profileWindow .text h2 {
  padding-bottom: 10px;
}

#profileWindow .text h3 {
  font-size: 1em;
}

#profileWindow .text .block {
  padding-bottom: 20px;
}