body {
  background-color: black;
  padding: 0;
  margin: 0;
  color: white;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover{color: red;}

a {
  color: white;
}

p {
  margin-right: 150px;
}

#leftmenu {
  text-align: center;
  position: absolute;
  border-right: 5px solid yellow;
  height: 100%;
  width: 200px;
  font-size: 20px;
  font-family: sans-serif;
  z-index: 1;
}

#content {

  background-image: url('img/ball.jpg');
  background-repeat: no-repeat;

  position: absolute;
  width: 100%;
  left: 0px;
  font-size: 24px;
  font-family: sans-serif;
  text-align: right;

}

#content2 {
  position: absolute;
  width: 100%-205px;
  left: 0px;
  margin-left: 205px;
  font-size: 24px;
  font-family: sans-serif;
  text-align: center;
}

#gallery {


}

.gallery {
	margin: auto;
}

.gross {
  font-size: 30px;
}

.grossgallery {
	margin-left: 100px;
  font-size: 30px;
}

.klein {
  font-size: 12px;
}

.lasttd {
	text-align: right;
}

td {
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
}

.info {
	font-family: serif;
	font-size: 12px;
	margin-right: 0;
}

.maininfo {
	margin-right: 150px;
	font-family: serif;
	font-size: 12px;
	
}

.statement {
	font-size: 18px;
	text-align: center;
	margin-left: 200px;
	margin-right: 0px;
}

.welcome {
	text-align: center;
	margin-left: 200px;
}

img {
	border: none;
}

table {
margin: auto;
}

