#footer {
	margin-top:20px;
}

#footer-big {
	width: 980px;
	height: 160px;
	padding: 35px  30px 40px 30px;	
	float: left;
	font: bold 12px Verdana,Geneva,sans-serif;

}

#footer-big-left {
	width: 30%;
	float: left;
}

#footer-big-left ul {
	margin: 0;
	padding: 0;
}

#footer-big-left li {
	list-style: none;
	line-height: 24px;
}

#footer-big-center {
  float: left;
	width:40%;
	text-align: center;
	margin-top: -8px;
}

#footer-big-right {
	width: 27%;
  float: right;
}

#footer-big-right ul {
	margin: 0 0 0 40px;
	padding: 0;
	
}

#footer-big-right li {
	background-repeat: no-repeat;
	background-size: 20px;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 5px;
  line-height: 20px;
}

#phone {
	background-image: url('./images/phone.png');
}

#printer {
	background-image: url('./images/printer.png');
}

#mobile {
	background-image: url('./images/mobile.png');
}

#email {
	background-image: url('./images/email.png');
}

#footer-small {
	width:100%;
	display:relative;
	float:left;
	background-color:#272727;
	color:#5D5D5D;
 	font-size:12px;
	border-top:solid 5px #535E99;
  font: normal 12px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

#footer-small a {
	width:100%;
	text-decoration:none;
	color:#5D5D5D;
}

#footer-small-copyright {
	padding:7px 10px;
 	display:block;
 	float:left;
}

#footer-small-impressum {
	padding:7px 10px;
 	display:block;
 	float:right;
}
