body{
	margin-top: 10px;
	font-family: Audiowide;
	background: #999999;  /*webseite hintergrund farbe*/
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	/*background-color: #ffffff;*/
}




#back ul li {
	list-style-type: none;
}


#back ul li  a {
	height: 15px;
	width: 30px;
	display: block;
	text-decoration: none;
 
}


#content{
	max-width: 1420px;
	min-width: 1420px;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #ffffff; /*hinhalt hintergrund farbe*/
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}


table, th, td {
  border: 1px solid black;
}



#footer {
	width: 1420px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #000000;
 
}