@charset "utf-8";
#footer {
	height: 62px;
	width: auto;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	background: #eeeeee; /* Old browsers */

background: -moz-linear-gradient(top,  #eeeeee 1%, #ffffff 38%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee), color-stop(38%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #eeeeee 1%,#ffffff 38%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #eeeeee 1%,#ffffff 38%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #eeeeee 1%,#ffffff 38%); /* IE10+ */

background: linear-gradient(top,  #eeeeee 1%,#ffffff 38%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footercontainer {
	width: 910px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

#auer {
	float: left;
	width: 521px;
}
#otherlogo img {
	padding-left: 16px;
}
#pictuer {
	height: 49px;
	width: 110px;
	float: left;
}
#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align:center;
	width: 860px;
}

#info a {color: #cdcccc;}
#info a:hover {color: #00a0e9;} 
