#aufstieg {
	position: relative;
	margin: auto;
	width: 968px;
}
#aufstieg #button {
	position: absolute;
	top: 0;
	right: 0;
}
#aufstieg td {
	padding: 2px 0;
}
#aufstieg .team {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #222;
	border-radius: 7px;
	box-shadow: 0px 0px 5px #555;
}
#aufstieg .nr {
	width: 25px;
	text-align: center;
}
#aufstieg .name {
	display: block;
	width: 100px;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
}
#aufstieg .aw {
	width: 30px;
	text-align: center;
}
#aufstieg .holz {
	width: 50px;
	text-align: center;
}
#aufstieg .gesamt {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}
#aufstieg button {
	margin: 0 10px;
	padding: 2px 10px;
	cursor: pointer;
}
