div.mannschaften {
}
div.mannschaften ul {
	float				: left;
	width				: 100%;
	margin				: 0;
	padding				: 0;
	list-style			: none;
}
div.mannschaften ul li {
	float				: left;
	margin				: 0;
	padding				: 10px;
	width				: 290px;
}
div.mannschaften ul li table {
	font-size			: 0.6em;
}
div.mannschaften ul li table tr td {
	border-bottom		: 1px solid #CCCCCC;
	border-right		: 1px solid #CCCCCC;
}
div.mannschaften ul li table tr.head td {
	font-weight			: bold;
}
div.mannschaften ul li table tr td:last-child {
	text-align			: center;
	border-right		: 0
}
div.mannschaften ul li table tr:last-child td {
	border-bottom		: 0px;
}