/* =FOOTER
=========================================================================== */
#footer-navigation-extended {
	margin: 0px 20px 30px 30px;
	width: 960px;
    	background: #FFF;
	color: #111;
	font-size:0.9em;
}

#footer-navigation-extended ul {
	float: left;
	width: 125px;
    	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-navigation-extended ul.last {
	width: 90px;
}

#footer-navigation-extended ul li {
	border: 0;
	float: none;
	line-height: 0.85em;
	padding: 0;
}

#footer-navigation-extended:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

li{
margin-top:4px;
}



/* =SMALL-NAVIGATION
--------------------------------------------------------------------------- */

.navigation span, .navigation a, .navigation a:link, .navigation a:visited,
.navigation a:focus, .navigation a:active {
	color: #999;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:120%;
}

.navigation a:hover, .navigation a span:hover {
	cursor: pointer;
	text-decoration: underline;
}

.navigation .very {
	width:115px !important;
}

.navigation .max {
	width:140px !important;
}

.center {
	width: 960px;
    margin-bottom: 30px;
    text-align:center;
}

.cms-text-out {
   position:absolute;
   left:-1234px;
   top:-1234px;
} 