/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* Teammitglieder */

.container-team .team-vorschau {
	width: 250px;
	float: left;
	height: 267px;
}

.team-vorschau .team-vorschau-bilder {
	width: 200px;
	height: 160px;
}

.team-vorschau-bilder .bild-vorschau {
	float:left;
	cursor: pointer;
	position: relative;
	border: 1px solid #AAA296;
}

.team-vorschau .team-vorschau-text {
	width: 250px;
	height: 107px;
}


.container-team .team-detail {
	width: 360px;
	height: 267px;
	margin-left:250px;
}

.team-detail .pfeil {
	margin-top: 40px;
	height: 11px;
	width: 11px;
	cursor: pointer;
}

#pfeil_vor_1,
#pfeil_vor_2,
#pfeil_vor_3,
#pfeil_vor_4,
#pfeil_vor_5,
#pfeil_vor_6 {
	position: absolute;
	left: 202px;
	top: 35px;
	background: url(../pics/layout/themenbild-vor.jpg) no-repeat;	
}

#pfeil_zur_1,
#pfeil_zur_2,
#pfeil_zur_3,
#pfeil_zur_4,
#pfeil_zur_5,
#pfeil_zur_6 {
	position: absolute;
	left: -13px;
	top: 35px;
	background: url(../pics/layout/themenbild-zur.jpg) no-repeat;	
}

.team-detail .bild-standard {
	border: 1px solid #AAA296;
}

.team-detail .bild-detail {
	width: 300px;
	position: relative;
	margin-bottom:15px; 
}




