.standings{
	margin:					10px auto;
	border-collapse: 		collapse;
	border-left:			2px solid #aaa;
	border-top:				2px solid #aaa;
	border-right:			2px solid #ccc;
	border-bottom:			2px solid #ccc;
}

.standings td, .standings th{
	padding:				3px;
	font-size:				100%;
}

.standings th{
	background-color:#bce;
	font-weight:			bold;
}

.standings .odd{
	background-color:		#eee;
}

.standings .even{

}

.ausschreibung th, .ausschreibung td{
	padding:	20px;
	font-size:	110%;
	line-height: 1.3em;
}

.ausschreibung th{
	font-weight:	bold;
}