@CHARSET "UTF-8";

.footerWrap {
	position: relative;
	width: 100%;
	margin-top: 100px;
	font-size: 13px;
	line-height: 26px;
	color: #ffffff;
}

.footerWrap > .footerTop {
	height: 318px;
	background-color: #6b6b6b;
	
}

.footerWrap > .footerTop > div {
	padding-left: 10px;
	padding-top: 40px;
	position: relative;
	background-image: url(../img/general/footer-map.jpg);
	background-repeat: no-repeat;
	background-position: 480px 0px;
}

.footerWrap > .footerTop h1 {
	font-size: 18px;
	font-weight: normal;	
}

.footerWrap ul {
	list-style-type: none;	
}

.footerWrap ul a:hover, .footerWrap ul a.active {
	color: #ababab;
}

.footerWrap .linkBox {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	background-image: url(../img/general/arrow-right-footer.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-color: #898989;
	padding-right: 45px;
	padding-left: 15px;
	margin-top: 13px;
}

.footerWrap .linkBox:hover {
	background-position: right -27px;
	background-color: #e1002e;
}

.footerTop > div > .colKat {
	position: absolute;
	top: 40px;
	left: 246px;
}

.footerTop > div > .colBMI {
	position: absolute;
	top: 40px;
	left: 735px;
}


.footerWrap > .footerBottom {
	height: 36px;
	
	background-color: #333333;
}
.footerWrap > .footerBottom > div{
	padding-top: 3px;
	padding-left: 10px;
}

.footerWrap > .footerBottom > div > div{
	float: right;
	margin-right: 10px;
	font-size: 12px;
}

.footerWrap > .footerBottom > div > div > span {
	position: absolute;
	display: inline-block;
	font-size: 10px;
}
	