
.leftbar {
  float: left;
  width: 750px;
}

.rightbar {
  float: right;
  width: 160px;
}

.listeneintrag {
  clear: both;
  height: 188px;
  line-height: 1.4em;
}

.mugshot {
  position: relative;
  left: -8px;
  float: left;
  padding-right: 12px;
  z-index: 1;
}

.details {
  position: relative;
  padding-top: 6px;
}

.pname {
  font-weight: bold;
  font-size: 12pt;
  color: #001cc7;
  padding-bottom: .3em;
}

.pname a:hover {
  color: #D70703;
}

.tabular {
  padding-bottom: .3em;
}

.tabular dt {
	float: left;
	width: 10px;
	padding-right: 12px;
}

.galerie {
  position: absolute;
  top: 110px;
  left: 177px;
}

.galerie img {
  display: block;
  float: left;
}

img.teaser {
  position: relative;
  left: -8px;
}


