/* ---------- Style des Containers ---------- */
#container {
	min-height: 5000px!important;
}

/* ---------- Style der box div ---------- */
.box {
  margin-bottom: 25px;
  float: left;
  width: 99%;
}

/* ---------- Style der moderatoren div ---------- */
.moderatoren {
  display: block;
  float: left;
}

/* ---------- Style der name div ---------- */
.name {
  margin-right: 10px;
  margin-bottom: 4px;
  padding: 5px 0 5px 5px;
  border: 1px solid #8184C9;
  width: 40em;
  display: block;
  float: left;
}

/* ---------- Style der amt div ---------- */
.amt {
  margin-top: 6px;
  margin-right: 4px;
  padding: 5px 0 5px 5px;
  border: 1px solid #8184C9;
  width: 9em;
  display: block;
  float: left;
  font-weight: bold;
}

/* ---------- Style der amt2 div ---------- */
.amt2 {
  margin-top: 6px;
  margin-right: 4px;
  padding: 5px 0 5px 5px;
  border: 1px solid #8184C9;
  width: 17.4em;
  display: block;
  float: left;
}

/* ---------- Style der zustaendig div ---------- */
.zustaendig {
	margin-top: 5px;
	margin-right: 4px;
	padding: 5px 0 5px 5px;
	border: 1px solid #8184C9;
	width: 9em;
	height: 8.00em;
	display: block;
	float: left;
	font-weight: bold;
}

/* ---------- Style der zustaendig2 div ---------- */
.zustaendig2 {
	margin-top: 5px;
	margin-right: 4px;
	padding: 5px 0 5px 5px;
	border: 1px solid #8184C9;
	width: 17.4em;
	height: 8.00em;
	display: block;
	float: left;
}

/* ---------- Style der mail div ---------- */
.emailadresse {
  margin-top: -26px;
  margin-left: 148px;
  padding: 5px 0 5px 5px;
  border: 1px solid #8184C9;
  width: 27.3em;
  display: block;
  float: left;
}

/* ---------- Style der team div ---------- */
.team {
  margin-right: 10px;
  margin-bottom: 25px;
  padding: 5px 0 5px 5px;
  border: 1px solid #8184C9;
  height: 15.00em;
  width: 40em;
  display: block;
  float: left;
}

.team img {
  margin: 0.50em 0 0.313em 0;
  padding: 0.313em 0.625em 0 0.4em;
  display: inherit;
  float: left;
}

.team p {
  padding: 0;
}

.team ul {
  display: block;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  list-style-image: url(../images/quadrat.gif);
}

.team ul li {
  width: auto;
  padding: 0 0 5px 0;
}

.team h3 {
  padding: 0.626em 0 0.626em 0;
} 

