/* css styles for teamGeist */

#teamGeist_scroller {
  overflow: hidden;
  display: none;
  width: 250px;
  height: 350px;
  position: relative;
}

#teamGeist_scrolled_image {
  background-image: url(img/teamGeistScrolledImage.jpg);
  width: 1656px;
  height: 350px;
  position: relative;
}

/* css styles for dasTeam*/

.dasTeamOverlay {
  position: absolute;
  width: 430px;
  height: 166px;
  background-color: white;
  border: 2px solid #193B88;
  padding: 8px;
  overflow: hidden;
  display: none;
  top: -10px;
  z-index: 98;
}

.dasTeamOverlay .dasTeamDescription {
  color: #4c4c4c;
  font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
  font-size: 12px;
}

div#content .dasTeamOverlay .dasTeamDescription p {
  text-align: left;
  margin-top: 8px;
}

.dasTeamOverlay_right {
  left: -10px;  
}

.dasTeamOverlay_left {
  right: -10px;
}

.dasTeamOverlay_right img {
  float: left;
}

.dasTeamOverlay_left img {
  float: right;
}

.dasTeamOverlay_right .dasTeamDescription {
  margin-left: 134px;
  margin-right: 8px;  
}

.dasTeamOverlay_left .dasTeamDescription {
  margin-left: 8px;
  margin-right: 134px;  
}

.dasTeamOverlay .dasTeamDescription p {
  text-align: justify;
}

.dasTeamOverlay .dasTeamDescription h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
}

.dasTeamMa_foto {
  width: 120px;
  opacity: 0.5;
}

.dasTeamMa_foto_wrapper {
  position: relative;
  float: left;
  width: 120px;
  height: 166px;
  margin-right: 35px;
  margin-bottom: 35px;
}

#dasTeamHeader {
  margin-bottom: 35px;
}

#dasTeamWrapper {
}

/* CSS Styles for teamLeistungen */

.team_leistungen {
  font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
  border-collapse: separate;
  border-width: 0;
}

.team_leistungen th {
  text-align: center;
  height: 36px;
  color: rgb(0, 68, 158);
  background: #dae3f0 url(img/teamLeistungen_background.png);
  font-size: 12px;
  padding: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
}

.team_leistungen th.arrow {
  background: #dae3f0 url(img/teamLeistungen_arrow.png) no-repeat left center;
}

.team_leistungen th.selected_arrow {
  background: #dae3f0 url(img/teamLeistungen_arrow_selected.png) no-repeat left center;
}

.team_leistungen th.half_selected_arrow {
  background: rgb(0, 68, 158) url(img/teamLeistungen_arrow_half_selected.png) no-repeat left center;
}

.team_leistungen th.last {
  background: #FFF url(img/teamLeistungen_arrow_end.png) no-repeat left center;
}

.team_leistungen th.last_selected_arrow {
  background: #FFF url(img/teamLeistungen_arrow_end_selected.png) no-repeat left center;
}

.team_leistungen th.first {
  border-left: 2px solid rgb(0, 68, 158);
}

.team_leistungen .row_placeholder {
  height: 30px;
}

.team_leistungen .row {
  border-bottom: 1px solid #dae3f0;
  border-top: 1px solid #dae3f0;
  position: absolute;
  width: 552px;
}

.team_leistungen .row_spacer {
  height: 5px;
}

.team_leistungen .schraffur {
  display: none;
  position: absolute;
  top: 0px;
  height: 21px;
  background-color: transparent;
  border: 2px dotted white;
}

div#content .team_leistungen div.row a {
  text-decoration: none;
}

div#content .team_leistungen th {
  cursor: default;
}

.team_leistungen .cell {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background-color: rgb(0, 68, 158);
  text-align: center;
  color: white;
  height: 20px;
  padding-top: 5px;
  font-size: 11px;
  position: relative;
}

.team_leistungen_disabled_table {
	cursor:  pointer;
}

.team_leistungen_disabled_table .cell {
  background-color: #d5d5d5;
  color: #424242;  	
}

.team_leistungen_disabled_table .schraffur {
	display: none;
}

.team_leistungen .selected {
  background: #dae3f0 url(img/teamLeistungen_background_selected.png);
  color: white;
}

.row a {
  text-decoration: none;
}

.team_leistungen_detail {
  width: 188px;
  display: none;
  position: absolute;
  top: -20px;
  right: -188px;
  z-index: 100;
}

.team_leistungen_detail_upwards {
  bottom: -20px;
  top: auto;
}

.team_leistungen_detail_frame {
  margin-left: 19px;
  min-height: 40px;
  background-color: #f7f7f7;
  border: 2px solid #d7d7d7;
  padding: 10px;
  color: #797979;
}

.team_leistungen_detail p {
  padding: 0;
  margin: 0;
  text-align: left;
}

.team_leistungen_detail_arrow {
 height: 28px;
 width: 19px;
 background-image: url(img/teamLeistungen_detail_arrow.png);
 padding: 0;
 margin: 0;
 position: absolute;
 top: 18px;
 left: 2px;
 z-index: 101;
}

.team_leistungen_detail_upwards .team_leistungen_detail_arrow {
  top: auto;
  bottom: 18px;
}

.team_quote {
  float: right;
  width: 200px;
  background-color: #f7f7f7;
  border: 2px solid #d7d7d7;
  padding: 10px;
  color: #797979;
  font: italic 12px Georgia, "Times New Roman", Times, serif;
}

.team_quote_first_letter {
  font: italic 72px Times, "Times New Roman", serif;
  float: left;
  height: 50px;
  padding-left: 0px;
  padding-right: 15px;
}

.team_quote_project_link {
  text-align: right;
  display: block;
  font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* team Leistungen Main NAV */

.teamLeistungenMainFoto {
  width: 242px;
  height: 317px;
  float: left;
  position: relative;
}

.teamLeistungenMainFoto div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* team quote */  
.team_quote_first_letter {
  font: italic 72px Times, "Times New Roman", serif;
  float: left;
  height: 50px;
  padding-left: 0px;
  padding-right: 15px;
}

.team_quote_project_link {
  text-align: right;
  display: block;
  font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}


#team_leistungen_main_nav .icon {
  width: 129px;
  height: 152px;
  position: absolute;
}

#team_leistungen_main_nav .leistungsbereich {
  width: 129px;
  height: 152px;
  float: left;
  margin-left: -30px;
}

#team_leistungen_main_nav .hl {
  opacity: 0.01;
}

#team_leistungen_main_nav .wrapper {
  padding-left: 30px;
  height: 152px;
}


/* teamLeistungenDropdown */
div.teamLeistungDropdown {
  margin-top: -2px;
  clear: both;
}

div.teamLeistungDropdownHead {
  border: 2px solid #e5e5e5;
  background: url(resources/teamLeistungenDropdownHeadBG.jpg) repeat-x;
  height: 30px;
}

div.teamLeistungDropdownHead h4 {
  padding-top: 7px;
  padding-left: 10px;
  margin: 0;
}

div.teamLeistungDropdownHead h4:hover {
  text-decoration: underline;
  color: rgb(0, 68, 158);
  cursor: pointer;
}

div.teamLeistungDropdownHead h4.active {
  color: rgb(0, 68, 158);
}

div.teamLeistungDropdownBody {
  border: 2px solid #e5e5e5;
  border-top: none;
  background-color: #f7f7f7;
  padding-top: 20px;
  display: none;
}

div.teamLeistungDropdownBodyContent p {
  padding: 20px;
  margin: 0;
}

div.teamLeistungDropdownBodyContent {
  margin: 0 0 20px;
  float: left;
  position: relative;
}

div.teamLeistungDropdownBodyContentWithSep {
  border-right: 1px solid #e5e5e5;
}

div.teamLeistungDropdownBodyTag {
  position: absolute;
  right: 10px;
  top: -5px;
  color: black;
}

div.teamLeistungDropdownBodyClear {
  clear: both;
  height: 0px;
}
