/* neuer Footer */
.footer {
	color: #C0C0C0;
	font-size: 11px;
	height: auto;
	padding-top: 12px;
	border-bottom: 1px solid #c2c2c2;
	text-align: left;
	float: left;
}
.copyRightText {
	float: left;
}
.footerMenu {
	float: right;
	width: 974px;
}
.ftSpacer {
	padding-left: 10px;
	padding-right: 10px;
}
.footer .conOne {
	width:600px;
	padding-top:12px;
	height:135px;
	float:left;
	border-top: 1px solid #c0bfc0;
}
.footer .conTwo {
	width:356px;
	border-top: 1px solid #c0bfc0;
	padding-top:12px;
	padding-left:0;
	height:135px;
	float:left;
	margin-left:3px;
}

.footer .colOne {
	width: auto;
	float: left;
	height:auto;
    margin-right: 40px;
}
.footer .first {
	margin-left:20px;
}
.footer a {
	color: #666768;
	font-size: 10px;
	text-decoration: none;
	display:block;
	margin-bottom:1px;
	line-height: 16px;
    padding-right: 20px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer p {
	color: #666768;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	line-height: 16px;
	padding-right: 20px;
	text-transform:uppercase;
}

.footer a img {
    border: medium none;
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}


.footer img {
}
.clear {
	clear:both;
}