/* CSS Document */

.footer {
	padding: 8px 0;
	margin-top: 8px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	height: 60px;
}

.footer .footer-left {
	margin-left: 0px;
}

.footer .footer-menu {
	margin: 0;	
}

.footer .footer-menu-item {
	float: left;
	border-left: 2px solid rgb(219, 219, 219);
	list-style-type: none;
	font-size: 13px;
}

.footer .footer-menu-item a {
	padding: 2px 4px;
	text-decoration: none;
	color: #b0b0b0;
	font-weight: lighter;
}

.footer .footer-menu-item:hover {
	text-decoration: none;
}

.footer .disabled:hover {
	cursor: default;
}

.footer .footer-menu-item.disabled {
	color: #999999;
	padding: 2px 4px;
	line-height: 16px;
}

.footer .warning-infos {
	text-align: center;
	color: #b94a48;
}

.footer .footer-bottom-info {
	margin-top: 8px;
}

.sitemap-container{
	/*with:900px;*/
	margin:auto;
	height:2880px;
}

.sitemap-columns{
	font-size: 12px;
	margin:0px 5px 20px 5px;
	width:300px;
}

div#sitemap-column1{
	float:left;
}

div#sitemap-column2{
	margin-left:300px;
}

div#sitemap-column3{
	float:right;
}