/* ********** team-seite **************** */

a:link, a:hover, li a {
	text-decoration: underline;
}

code {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
padding-left: 5px;
}

#teamcontainer {
   clear: both;
   display: block;
   /*background-color: white;*/
   /*border: 1px solid #3E647E;*/
   margin: 19px 19px 19px 29px;
   width: 460px;
   height: auto;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   color: #3E647E;
   line-height: 17px;
   /*background-color: #D6DFE7;*/
   padding: 0;

}

div.tx-bzdstaffdirectory-pi1 {
	
}

#teamimage img {
   width: 434px;
   margin: 2.6%;

}

.person {
   height: 255px;
   width: 166px;
   border: 1px solid #3E647E;
   float: left;
   margin: 6px;
   margin-bottom: 10px;
   background: white;
}
.personimage {
   background-color: #3E647E;
   border-bottom: 1px solid #3E647E;
   margin: 0px 0px 5px 0px;
}
.personimage img {
   width: 75px;
   text-align: center;
   margin: 5px 0px 5px 40px;
}

div.persondaten {
	height: 95px;
	overflow: hidden;
	padding:5px 5px 0;
}

div.persondaten p {
   font-size: 10px;
   padding: 0 !important;
   margin: 0 0 0px 5px !important;
}
div.persondaten code a {
   font-size: 10px;
   padding: 0 !important;
   margin: 0 0 0px 5px !important;
}
/* ******************************** */

.tx_bzdstaffdirectory_teamlist_person_name {
	font-weight: bold;
}

/*	-------------------------------------
	CSS Buttons
	inspired by http://www.wellstyled.com/css-inline-buttons.html
	-------------------------------------
*/
.tx_bzdstaffdirectory_teamlist_detailLink {
	position: relative;
	left: 110px;
}

.tx_bzdstaffdirectory_teamlist_detailLink a, .tx_bzdstaffdirectory_box_detailLink a, .tx_bzdstaffdirectory_detail_backlink a {
	_width:12em;
	font: bold 0.8em Verdana, sans-serif;
	border: 1px solid black;
	white-space: nowrap;
	text-decoration: underline;
	vertical-align:middle;
	color: black;
	_width:1em; _cursor:hand;
	font-style: normal;
	margin:0; padding: 0.1em 0.5em;
	background: white;
}

.tx_bzdstaffdirectory_teamlist_detailLink a:hover, .tx_bzdstaffdirectory_box_detailLink a:hover, .tx_bzdstaffdirectory_detail_backlink a:hover {
	background: #666;
	color: white;
}

.tx-bzdstaffdirectory-pi1 a {
	text-decoration: underline;
}

.tx-bzdstaffdirectory-pi1 table {
	border-spacing: 0px;
}

.tx-bzdstaffdirectory-pi1 table tr {

}

.tx_bzdstaffdirectory_teamlist TR TD {
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

.tx_bzdstaffdirectory_teamlist TR TD.left {

}

.tx_bzdstaffdirectory_teamlist TR TD.right {
	text-align: right;
	padding-left: 15px;
}


.tx_bzdstaffdirectory_teamlist TR.leader TD {
	background-color: #ddd;
}

table.tx_bzdstaffdirectory_detail {

}
table.tx_bzdstaffdirectory_detail tr {

}
table.tx_bzdstaffdirectory_detail tr td{
	vertical-align: top;
	padding: 5px;
}
table.tx_bzdstaffdirectory_detail tr td ul{
	list-style: square;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	margin-left: 10px;
}
table.tx_bzdstaffdirectory_detail td.header{
	border-bottom: 1px solid #ddd;
}
table.tx_bzdstaffdirectory_detail p.name{
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
}
table.tx_bzdstaffdirectory_detail p.function{
	font-weight: bold;
	color: black;
	margin-top: 0px;
}
table.tx_bzdstaffdirectory_detail td.left{
	width: 305px;
}
table.tx_bzdstaffdirectory_detail td.right{
	width: 200px;
	padding-left: 10px;
}
