#main, #module_body {
	position: relative;
}

#menu li.clear {
	clear: both !important;
	float: none !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1px !important;
	overflow: hidden !important;
}

#section_menu {
	position: relative;
}

#header {
	position:relative;
}

#userlogo, #header h1, #header h2 {
	position: absolute;
}

#header h1, #header h2 {
	white-space: nowrap;
}

#userlogo > a, #userlogo > a:hover {
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: none;
	border: none;
}

#userlogo > img {
	width: 100%;
	height: 100%;
}

.body, #body {
	position: relative;
}

.body table, #body table {
	clear: both;
}

.module_header {
	position: relative;
	margin: 0 0 20px;
	padding: 10px 0;
}

/*sidebar*/
#sidebar {
	position: relative;
}

.sidebar_content {
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#footer {
	position: relative;
}

#mf_cookie_box {
	position: fixed;
	bottom: 10px;
	right: 20px;
	padding: 4px;
	font: 12px Arial,Helvetica,sans-serif;
	color: #222;
	background: rgba(255, 255, 255, 0.9);
	z-index: 1100;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#mf_close_cookie {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	right: -8px;
	top: -8px;
	text-align: center;
	color: #333;
	background: #aaa;
	border: 2px solid #333;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
}

#mf_close_cookie:hover {
	background: #fff;
}

#mf_cookie_box p {
	margin: 0;
	padding: 8px;
	color: #222;
	font: 12px Arial,Helvetica,sans-serif;
	border: 1px solid #d5d5d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}