*  { 	margin: 0; 
	padding: 0;
	font-family: arial,helvetica;
	font-size: 14px;
	color: #000000;
} 

body {	background-color: #DBDBDB;
	padding: 20px;
}

#header{
	width: 100%;
	max-width: 840px;
	margin:0 auto;
	color: #ffffff;

}



#content {
	width: 100%;
	max-width: 840px;
	background-color: #ffffff;
	margin:0 auto;
	
}

h1 { 	font-family: arial,helvetica;
	font-size: 20px;
	padding: 25px 25px 0 25px;
}
h2 { 	font-family: arial,helvetica;
	font-size: 18px;
	padding: 25px 25px 0 25px;
}
p {	text-align: justify;
	padding: 25px;

}

a {
	text-decoration: none;
	color: #ffffff;
	
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	
}

a:active {
	text-decoration: underline;
	color: #ffffff;
	
}

#footer {
	width: 100%;
	max-width: 840px;
	margin:0 auto;
}
	
#footer p {
	font-size: 11px;
	text-align: center;
}



#footer nav {	background-color: #9E9E9E;
	width: 100%;
	height: 30px;
	

}

#footer nav ul li{
	display:block;
	width:20%;
	float: left;
	text-align: center;
	padding-left: 8%;
	padding-top: 0.8%;
	
} 


a.gutschein {
	text-decoration: none;
	color: #278950;
	font-size: 20px;
	text-align: center;
}