#footer {
	width: 960px;
	height: 100px;
	padding-top: 20px;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
}

#footerbottom {
	width: 970px;
	height: 20px;
	background: url(../images/footer-bg.gif) no-repeat;
	margin-bottom: -20px;
}

#footertext-wrap {
	position: relative;
	top: -100px;
	left: 240px;
}

	* html #footertext-wrap {
		position: absolute;
		top: auto;
		left: 250px;
	}

.footertext {
	float: left;
	width: 200px;
	margin-right: 20px;
	
	color: #7C7C7C;
	font-size: 12px;
	line-height: 135%;
}

	* html .footertext {width: 215px;}
	
	#floschl {
	position: absolute;
	right: 50px;
	bottom: 20px;
	width: 153px;
	height: 15px;
	}
	
	* html #floschl {
	right: 80px;
	bottom: 15px;
	}
	
.footertext a:hover {
	color: #cccccc;
	text-decoration: none;
}
.footertext a {
	color: #7C7C7C;
}

#footer-partner h4 {color:#7C7C7C;margin-bottom:10px;}

#footer-partner {position:absolute;right:20px;top:10px;width:101px;}

