/********************************************
 * TEAM
 ********************************************/

ul#team-list {
	width: 500px;
	margin: 0 0 0 115px;
	padding: 0;
}

ul#team-list li {
	float: left;
	margin: 0 0 30px 0;
	list-style-type: none;
}

ul#team-list li a {
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -10000px;
	background-color: #fff;
	background-position: -100px 0;
	background-repeat: no-repeat;
}

ul#team-list li a:hover {
	background-position: 0px 0;
}

div#team-profil div.team-image {
	width: 257px;
	height: 350px;
	float: left;
	margin: 5px 0;
	padding: 15px 10px 0 115px;
}

div#team-profil a img {
	border: none;
	margin: 0;
}

div#team-profil a.icon img {
	padding-left: 5px;
}

div#team-description {
	margin-top: 15px;
}


div#team-profil p.team-quote {
	width: 245px;
	float: left;
	background: transparent url('../images/quote-start.png') no-repeat 0 0;
	margin: 0 0 0px 0;
	padding: 0;
	clear: none;
}

div#team-profil p.quote-end {
	background: transparent url('../images/quote-end.png') no-repeat 0 0;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 25px;
	float: right;
	position: relative;
	top: -24px;
	right: 10px;
	clear: none;
}

div#team-profil p.team-text {
	width: 245px;
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
}


img.teammap_small-beratung,
img.teammap_small-jobs,
img.teammap_small-kreation,
img.teammap_small-netzwerk,
img.teammap_small-produktion,
img.teammap_small-services {
	background: transparent url('../images/team_small.gif') no-repeat 0px 0px;
	width: 220px;
	height: 220px;
	border: none;
	margin-left: 16px;
}

img.teammap_small-beratung {
	background-position: -220px 0;
}
img.teammap_small-jobs {
	background-position: -440px 0;
}
img.teammap_small-kreation {
	background-position: -660px 0;
}
img.teammap_small-netzwerk {
	background-position: -880px 0;
}
img.teammap_small-produktion {
	background-position: -1100px 0;
}
img.teammap_small-services {
	background-position: -1320px 0;
}
