img.team_member, img.popup_link {
  border: 2px solid #FFF;
}
img.popup_link {
  cursor:pointer;
}
img.popup_link:hover {
  border: 2px solid #FFA873;
}
table.lebenslauf td {
  padding-bottom: 10px;
}
div.bg_fog {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:110%;
  padding: auto;
  background-color: #FFF;
  opacity: 0.75;
  cursor:pointer;
}
#portrait_popup h1 {
  font-size: 1.5em;
}
#portrait_popup p {
  text-align: left;
}
#portrait_popup h1 > span.title {
	font-size: 0.75em;
}
#portrait_popup {
  background:#EEE;
  border:solid 1px #ffa873;
  top:120px;
  left: 50%;
  margin-left: -230px;
  width:320px;
  height:500px;
  padding: 20px 40px;
  position:fixed;
}
#portrait_popup .button {
  /* @TODO Build a stable scalable Version of Popup such that only the size of the outermost div has to be edited! */
  position: absolute;
  margin: 0;
  right: 0;
  margin-top: -20px;
  cursor:pointer;
  background: #DDD;
  opacity: 1;
  width: 20px;
  height: 20px;
  background: url('../images/button_close.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.portrait_content {
  background:#EEE;
  top: 0;
  left: 0;
  width:110%;
  height:100%;
  margin: 0;
  position:relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.portrait_blende {
  background:#EEE;
  top:0px;
  left:0px;
  width:100%;
  /* border: 1px solid #F0F; */
  height:100%;
  margin: 0;
  position:relative;
  /* overflow-y: hidden; */
}
.portrait_content img.portrait_foto {
  float: right;
  margin: -10px 10px 0px 10px;
}
.close-button {
    cursor: pointer;
    background-color: #999;
    color: #FFF;
    border: medium none;
    text-align: center;
    padding: 0px;
    line-height: 14px;
    height: 16px;
    width: 16px;
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7) inset, -2px -2px 2px rgba(0, 0, 0, 0.7) inset;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
		content: "x";
    z-index: 10;
}