#footer{
	display: block;
	width: 100%;
	height: 300px;
	background-image: url('footerbg.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 50px;
}

#footer div.inside{
	display: block;
	width: 900px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

#sofortkontakt{
	width: 270px;
	height: 200px;
	display: block;
	margin-left: 0px;
	margin-top: 100px;
	color: #ffffff;
	margin-left: 60px;
	float: left;
	font-size: 16px !important;
}

#frank{
	width: 240px;
	height: 300px;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	color: #ffffff;
	margin-left: 30px;
	float: left;
	background-image: url('footerimg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#infos{
	width: 270px;
	height: 200px;
	display: block;
	margin-left: 0px;
	margin-top: 100px;
	color: #ffffff;
	margin-left: 30px;
	float: left;
	font-size: 16px !important;
}

#footer h1{
	margin-top: 20px !important;
	font-size: 32px;
}