/* CSS-Stile für die Mitarbeiterliste */
div.staffdir-separatorline {border-bottom: 1px solid #ccc; margin-top:4px;}
div.staffdir-image {float: left; margin: 4px 8px 4px 8px; width: 100px;} /*testen. Vielleicht auch float_left*/
/*span.staffdir-maillink a {} */
span.staffdir-nameandtitle {font-weight: bold; color: #006CB7;}
div.staffdir-nameandtitle {font-weight: bold; color: #006CB7;}
div.staffdir-teamlist-detaillink {text-align: right;}
div.staffdir-box-detaillink {text-align: right;}

.staffdir-teamlist-person-name {
	font-weight: bold;
  }

/*
	-------------------------------------
	CSS Buttons
	inspired by http://www.wellstyled.com/css-inline-buttons.html
	-------------------------------------
*/
.staffdir-teamlist-detaillink a, .staffdir-box-detaillink a, .staffdir-detail-backlink a {
  _width:12em;
	font: 0.9em Arial, sans-serif;
	/*border: 1px solid #000033;*/
	white-space: nowrap;
	text-decoration: none;
	vertical-align:middle;
	color: #fff;
	_width:1em; _cursor:hand;
	font-style: normal;
	margin:0; padding: 0.3em;
	background: #006CB7;
  }

.staffdir-teamlist-detaillink a:hover, .staffdir-box-detaillink a:hover, .staffdir-detail-backlink a:hover {
	background: #ff9933;
	color: white;
  }

.tx-bzdstaffdirectory-pi1 table {border-spacing: 0px;}
.tx-bzdstaffdirectory-pi1 table tr {}


table.staffdir-detail {}
table.staffdir-detail tr {}
table.staffdir-detail tr td{
  vertical-align: top;
	padding: 8px;
  }
table.staffdir-detail tr td ul{
	list-style: square;
	padding-left: 0em;
  }
table.staffdir-detail td.header{
	border-bottom: 1px solid #ccc;
  }
table.staffdir-detail p.name{
	font-size: 1.5em;
	font-weight: bold;
	color: #006CB7;
	margin-bottom: 0px;
  }
table.staffdir-detail p.function{
	font-weight: bold;
	margin-top: 0px;
  }
table.staffdir-detail td.left{
	margin: 0;
  }
table.staffdir-detail td.right{
	width: 200px;
	padding-left: 16px;
  }
  
/* Falls doch wieder mit Tabellen:

.staffdir-teamlist TR TD {
  vertical-align: top;
	border-bottom: 1px dotted #ccc;
	padding: 8px;
  }
.staffdir-teamlist TR TD.left {}

.staffdir-teamlist TR TD.right {
	text-align: right;
	padding-left: 16px;
  }
.staffdir-teamlist TR.leader TD {
	background-color: #ccc;
  }
  
  */