#fullscreen
{
	position:absolute;
	bottom: 27px;
	left: 8px;
	z-index:5;
	text-align: left;
}

#fullscreen a {	
	color: #fff;
}

#legend
{
	position:absolute;
	bottom: 8px;
	right:8px;
	z-index:5;
	text-align: right;
}

#legend a
{
	color: #fff;
	text-decoration: none;
}

#legend a.active
{
	border: 1px solid #ccd;
	border-color: rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.2);
	padding: 3px 5px 3px 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}


#legend a:hover
{
	text-decoration: underline;
}

#legend img
{
	vertical-align: -7px;
}

#menu
{
	z-index: 5;
}

#menu a
{
	color: white;
}

#mapWrapper {
	margin: 10px auto 0;
	width: 800px;
	height:300px;
	position: relative;
}

#map
{
	z-index:4;
	background: #3d5e7f url(../images/ceramic_tile_sea.jpg) fixed;
	background: #212b35;
	background: #3A4D5E;
	position: absolute;
/*
	top: -13px;
	left: -5px;
	top: -12px;
	left: -4px;
	margin: 10px auto;
	width: 798px;
	height:450px;
*/
	width: 100%;
	height: 100%;
	border: 0px solid #bfb9b6;
}

div#innerbody
{
	padding: 0;
	margin-left: 13px;
	width: 800px;
	position: relative;
	overflow: hidden;
}

.panel-header {
	position: absolute;
	padding: 13px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.tree {
	z-index: 5;
	color: #fff;
}

.tree a {
	color: #fff !important;
}

/* --- Fullscreen mode --- */

.fullscreen {
	margin: 0;
	padding: 0;
	border: none;
}

.fullscreen div#body {
	display: block;
	max-width: none;
	padding: 0;
	width: 100%;
	height: 100vh;
}

.fullscreen .facem-title-side,
.fullscreen .facem-title-top,
.fullscreen .head {
	display: none;
}

.fullscreen div#innerbody {
	width: 100%;
	height: 100%;
	margin: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}