div#sedcard {
  width: 650px;
  position: absolute;
  left: 140px;
  top: 100px;
  z-index: 10;
  border: 1px solid #536266;
  background: #FDFCF9;
}
img#sedcardTop {
  width: 606px;
  height: 26px;
  position: absolute;
  left: -8px;
  top: -8px;
}
img#sedcardBottom {
  width: 60px;
  height: 25px;
  position: absolute;
  right: -8px;
  bottom: -8px;
}
img#sedcardClose {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 6px;
  top: 6px;
  border: 0px none;
}

/* SEDCARD NAVIGATION TOP */
div#sedcard_nav_top {
  position: absolute;
  left: 20px;
  top: 0px;
  font-weight: bold;
  height: 28px;
  line-height: 15px;
}
div#sedcard_nav_top a {
  float: left;
  display: block;
  width: 90px;
  border-left: 1px solid #536266;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 1px;
}

/* ACTIV HYPERLINKS */
#vita a#button4 { color: #D4CA9A; }
#fotos a#button5 { color: #D4CA9A; }

/* PDF HYPERLINKS */
a.pdf {
  font-weight: bold;
  padding-left: 7px;
  background: url(img/menuBullet.png) no-repeat 0px 50%;
}

/* BORDER TOP */
div#vita_borderTop {
  width: 486px;
  height: 33px;
  position: absolute;
  right: 52px;
  top: 28px;
  border-left: 1px solid #536266;
  border-bottom: 1px solid #536266;
}
div#fotos_borderTop {
  width: 395px;
  height: 33px;
  position: absolute;
  right: 52px;
  top: 28px;
  border-left: 1px solid #536266;
  border-bottom: 1px solid #536266;
}
div#sedcard_borderRight {
  width: 52px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 61px;
  border-left: 1px solid #536266;
}

/* SEDCARD CONTENT */
div#sedcardContent {
  width: 578px;
  margin-left: 19px;
  margin-top: 100px;
}

/* VITA */
div#vita img#imgVita {
  width: 131px;
  height: 174px;
}
div#vita p {
  width: 200px;
  float: left;
  margin-left: 20px;
}
div#vita table {
  width: 100%;
  font-size: 9px;
  clear: left;
  margin-bottom: 18px;
}
div#vita th.headline {
  text-align: left;
  padding-top: 20px;
}
div#vita th {
  text-align: left;
}
div#vita td {
/*  background: #E2DFD5;
  border: 1px solid #FDFCF9;  */
  border-top: 1px dashed #D4CA9A;
  border-bottom: 1px dashed #D4CA9A;
  padding-right: 3px;
  vertical-align: top;
}
a#print_pdf {
  position: absolute;
  left: 527px;
  top: 10px;
}

/* FOTOS */
div#fotos table {
  float: left;
}
div#fotos table td {
  width: 75px;
  height: 96px;
  vertical-align: top;
  background: url(img/sedcardThumb.png) no-repeat 3px 3px;
}
div#fotos table a {
  display: block;
  width: 60px;
  height: 78px;
}
div#fotos table a:hover {
  background: #D4CA9A;
}
div#fotos table img {
  width: 54px;
  height: 72px;
  margin: 3px;
  border: 0px none;
}
div#fotos #viewImg {
  width: 249px; /* 266px */
  height: 355px;
  margin-left: 50px;
}
div#fotos #viewAuthor {
  margin-left: 200px;
  margin-bottom: 20px;
}
a#foto_pdf {
  position: absolute;
  left: 405px;
  top: 495px; /* 455 */
}
a#fotouebersicht_pdf {
  position: absolute;
  left: 19px;
  top: 495px;
}

