/*Spezielle Angaben*/

#steady_team {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(steady_team_g.jpg);
	background-repeat: no-repeat;
}

#freelancer {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(freelancer.jpg);
	background-repeat: no-repeat;
}

#former_team {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(former_teammates_g.jpg);
	background-repeat: no-repeat;
}

#group {
	position: relative;
	top: -10px;
	width: 500px;
	height: 200px;
	margin-bottom: 5px;
	background-image: url(group.jpg);
	background-repeat: no-repeat;
}

#one {
	position: absolute;
	left: 520px;
	top: -10px;
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	background-image: url(one.jpg);
	background-repeat: no-repeat;
}

p.team_name {
	font-size: 13px;
	font-weight: bold;
	color: #632303;
}

p.team_text {
	position: relative;
	left: 220px;
	top: -18px;
	width: 500px;
}

p.team_text:first-letter {
	font-size: 12px;
}
