.team-content {
  width: 600px;
  margin: 15px;
  border: 0px;
  border-style: solid;
  border-color: #585858;
  background-color: #e5e5e5;
}

.team-border {
  width: 250px;
  padding: 5px;
  border: 0px;
  background-color: #e5e5e5;
}

.team-textarea {
  width: 600px;
  padding: 0px;
  border-top: 1px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: dotted;
  border-color: #585858;
  background-color: #e5e5e5;
}

.team-member-table {
  width: 80px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.team-member-name {
  width: 80px;
  height: 20px;
  text-align: center;
}

.team-member-pic {
  width: 80px;
  text-align: center;
}

.steckbrief-wrapper {
  width: 600px;
  margin: 5px;
  border: 0px;
  border-style: solid;
  border-color: #000;
}

.steckbrief-1 {
  width: 130px;
  height: 30px;
  padding: 2px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: #000;
}

.steckbrief-2 {
  width: 260px;
  height: 30px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: #000;
}

.steckbrief-3 {
  width: 130px;
  height: 30px;
  padding: 2px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: #000;
}

.steckbrief-4 {
  width: 460px;
  height: 30px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-style: solid;
  border-color: #000;
}

.member-pic-big {
  width: 200px;
  border: 0px;
  border-style: solid;
  border-color: #000;
  text-align: center;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active: {
  text-decoration: none;
}