/* ------------------ */
/* - Benutzerprofil - */
/* ------------------ */

.user_profile .left_center{
  width: 428px;
  float: left;
  position: relative;
}

.user_profile .left{
  width: 200px;
  float: left;
}

.user_profile .center{
  width: 225px;
}
.user_profile .right{
  width: 215px;
  margin-right: 5px;
}

.user_profile .center,
.user_profile .right{
  padding-top: 10px;
  float:right;
}

.user_profile .co_body h2{
  background: none;
  color: #000;
}

.user_profile table.hero_data{
  width: 208px;
  border-collapse: collapse;
}

.user_profile table.hero_data tr td{
  border-bottom: 1px dashed #000;
  padding: 1px 2px;
  width: 50%;
}

.user_profile .about_me{
  margin-bottom: 10px;
}

.user_profile .web20linkage{
  border-top: 1px dashed #000;
  text-align: center;
  padding-top: 5px;
  margin-top: 17px;
}

.user_profile #page_body_main_content ul.video_list .hilight{
  left: 0;
  top: 0;
}


/* ------------------- */
/* - Schwarzes Brett - */
/* ------------------- */
.pinglist li,
.boardlist li{
  border-bottom: 1px dashed #000;
  padding: 5px;
}
.pinglist li.last {
  border-bottom: none;
}

.pinglist .message_head,
.boardlist .message_head{
  margin-bottom: 10px;
}

.send_ping_msg{
  background-image: url(/static/img/hph11/comment.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding: 5px 1px 5px 20px;
  display: block;
}

.succ_msg{
  font-weight: bold;
  padding: 5px;
  border-top: 1px dashed #000;
}

.login_or_register{
  font-weight: bold;
  padding: 5px;
}


/* ----------------- */
/* - Freundesliste - */
/* ----------------- */
.message_popup{
  text-align: left;
  font-size: .77em;
  margin-bottom: 0;
}


