.spiel-auswahl-box-head {
	border-bottom: 1px solid Red;
	height: 25px;
	padding-top: 10px;
	font-weight: bold;
}
.spiel-auswahl-box {
	border-bottom: 1px solid Red;
	height: 25px;
	width: 615px;
	padding-top: 10px;
}
.aw-box-grau {
	background: #E3E3E3;
}
.spiel-auswahl-box-i {
	border-bottom: 1px solid Red;
	height: 39px;
	width: 920px;
	padding-top: 10px;
}
.spiel-auswahl-box-i a,
.spiel-auswahl-box a {
	text-decoration: none;
	color: Black;
}
.spiel-auswahl-box-i a:hover,
.spiel-auswahl-box a:hover {
	color: Red;
}
.sb-datum {
	float: left;
	width: 100px;
	margin-left: 5px;
}
.sb-spieltag {
	float: left;
	width: 100px;
}
.sb-heim {
	float: left;
	width: 155px;
}
.sb-gast {
	float: left;
	width: 155px;
}
.sb-erg {
	float: left;
	width: 75px;
}
.sb-link {
	float: right;
	text-align: right;
	margin-right: 5px;
}

/* LOGIN */
.login-text {
	float: left;
	width: 70px;
}
.login-form {
	float: left;
	margin-top: 2px;
	margin-bottom: 15px;
}
.login-f {
	width: 150px;
}
.eingabe-falsch {
	color: Red;
	font-weight: bold;
	margin-top: 30px;
}
.eingabe-logout {
	color: Green;
	font-weight: bold;
	margin-top: 30px;
}