#webseite {
	width:980px;
	margin:auto auto;
	padding: auto auto;
	
}
ul {
  list-style-type: none;
  width:980px;
  margin: 0 auto;
  margin-bottom: 10;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  color: white;
}

li {
  float: left;
  color: white;
}

li a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
}
li a:link, a:visited, a:active
{
color:white;
}

li a:visited
{
	color:white;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
  color: white;
}

.active {
  background-color: #2E9AFE;
  color: white;
}


body {
	background-image: url("download.jpg");
	background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;
	background-color:black;
	background-attachment: fixed;
	text-align:center;
	font-family:helvetica;
	margin:10px auto; 
	padding:auto auto;
	color: white;
}

#header {
	margin-top: 10px;
	width:978px;
	margin:auto auto;
	padding: auto auto;
	height:auto;
	background: rgba(0, 0, 0, 0.7);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border: 1px solid white;
}
#headersteam {
	margin-top: 10px;
	margin-bottom: 10px;
	width:978px;
	margin:auto auto;
	padding: auto auto;
	height:auto;
	background: rgba(0, 0, 0, 0.7);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border: 1px solid white;
	padding-bottom: 30px;
}
#header h1{
	font-size:60px;
	font-weight:bold;
	color:white;
}
#header h2{
	font-size:20px;
	font-weight:bold;
	color:white;
}
#header h3{
	font-size:20px;
	font-weight:bold;
	color:white;
	padding-bottom:20;
}
#headersteam h1{
	font-size:60px;
	font-weight:bold;
	color:white;
}
#headersteam img{
	width: 128px;
	height: auto;
	border: 1px solid white;
}
#main{
	width:980px;
}
#text{
	
}

#news{
	float:left;
	width:300px;
	background: rgba(0, 0, 0, 0.7);
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	color:white;
	border: 1px solid white;
}
#news h1{
	color:white;
	
}
#news table{
	text-align:center;
	width:95%;
	color:white;
}

#server{
	float:left;
	margin-left: 5px;
	width:671px;
	background: rgba(0, 0, 0, 0.7);
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	border: 1px solid white;
}
#server h1{
	color:white;
	
}
#server table{
	text-align:center;
	width:95%;
	color:white;
}

#LeaderCo{
	text-align:center;
	margin-top: 10px;
	width:978px;
	padding: auto auto;
	height:auto;
	background: rgba(0, 0, 0, 0.7);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border: 1px solid white;
}
#LeaderCo img{
	border: 1px solid white;
	
}
#LeaderCo h1{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 25px;
}


figure{
  margin: 0;
}

figure.einzel {
  display: inline-block;
  padding: 10px;
  width: auto;
  margin-bottom: 10px;
  border: 1px solid gainsboro;
  
}
figcaption {
	font-size: 15px;
}










a:link, a:visited
{
color:#848484;

}
a:active, a:hover
{
color:#2E9AFE;
}

