h1,h3{
	font-size:2.5em  /*1em = 16px d. h. hier 16px x 2,5 = 40px */
	line-height: 4em;
	font-family: 'Lobster', cursive;
	font-weight: 100;
	color:#000000;
	padding-bottom:0.5em;
	margin:0em;
	
	
}


footer{
	display:block;
	background:#ffffff;
}


footer ul{
	display:block;
	width:100%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}

footer ul li{
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#000000;
	padding:0em 0.625em 0em 0.625em;
	font-family:Helvetica;sans-serif;
	
}

footer ul li a{
	color:#000000;

}
