/* CSS Document */
body {
	background-color: black;

}
#menu {
	border-style: dotted;
	border-color: red;
	border-width: 1px;
	position: absolute;
	left: 2%;
	top: 160px;
	padding-left: 15px;
	/*padding-right: 15px;*/
}
#player {
	position: absolute;
	left: 2%;
	top: 350px;
	/*padding-right: 15px;*/
}
#content {
	border-style: dotted;
	border-color: red;
	border-width: 1px;
	position: absolute;
	margin-left: 13%;
	top: 160px;
	width: auto;
	padding-left: 5px;
	color: white;
}
a.menu:link {
	color: white;
	margin: 10px;
	text-decoration: underline;
}
a.menu:hover {
	color: red;
	margin: 10px;
	text-decoration: underline;
}
a.menu:visited {
	color: white;
	margin: 10px;
	text-decoration: underline;
}
a.menu:hover:visited {
	color: red;
	margin: 10px;
	text-decoration: underline;
}
#inad {
	position: absolute;
	right: 2%;
	top: 160px;

}
#header {
  position: absolute;
	margin-left: 2%;
}
#impressum {
	position: absolute;
	right: 5px;
	bottom: 1%;
	}
p.table {
  color: white;
  }
#message {
	position: absolute;
	margin-left: 13%;
	top: 50px;
	width: auto;
	padding-left: 5px;
	color: white;
}