.login {
	padding-top: 20px;
}

.input_login {
	margin-top: 10px;
}

#punkte, .punkte {
	width:40px;
	text-align: center;
}

.div_logout {
	float:right;
	margin-bottom: 10px;
}

.about {
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-top: 20px;
	text-align: center;
}

.about, .row {
	margin-top: 10px;
}


/** Stufen **/
	
.stufe {
	width: 20px;
	height: 20px;
}

.stufetext {
	vertical-align: middle;
}

.stufetext a {
	color: white;
	font-weight:bold;
}
	
.st_orange {
	background-color: orange;
}

.st_blau {
	background-color: blue;
}

.st_gruen {
	background-color: green;
}

.st_rotgrau {
	background-color: red;
	border: 4px solid grey;
}
