body{
	background-color: black;
	margin: 0px;
	padding: 0px;
	font-family: courier;
	text-align: center;
	color: white;
}

wrapper{
	width: 1900px;
	height: 917px;
	display: block;
	margin: auto;
	overflow: hidden;
	margin-top: 5px;
	border-radius: 40px;
	background: linear-gradient(rgba(180, 224, 253, 0.35), rgba(180, 224, 253, 0.35)),url('../bilder/sonstiges/hintergrund2560.jpg');
	background-size: 1900px;
	background-repeat: repeat;
}

menu{
	width: 250px;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

content{
	width: calc(100% - 250px);
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu_haupt{
	width: 75%;
	height: auto;
	min-height: 50px;
	margin: auto;
	margin-top: 20px;
	border: 1px solid white;
	overflow: auto;
	border-radius: 20px;
}

.menu_name{
	width: 100%;
	height: 28px;
	float: left;
	font-size: 25px;
	font-weight: bolder;
	color: white;
	background-color: rgba(45,95,145,0.5);
}

.menu_punkte{
	width: 100%;
	height: auto;
	float: left;
}.display{
	display: none;
}


a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
}

a:active {
  text-decoration: none;
  color: white;
}