body
{
	background: #F6F6F6;
	margin: 0;
}

a img
{
	border: 0px;
}

#header
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 407px;
	background: url(/themes/enssim/images/headerbg.png) repeat-x;
	z-index: 3;
}

#header #logocontainer
{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

#header img
{
	position: relative;
	top: 26px;
	margin-left: -185px;
}

@media all and (max-width: 1366px)
{
	#header img
	{
		margin-left: -100px;
	}
}

@media all and (max-width: 800px)
{
	#header img
	{
		margin-left: -80px;
	}
}

@media all and (max-width: 640px)
{
	#header img
	{
		margin-left: -60px;
	}
}

@media all and (max-width: 480px)
{
	#header img
	{
		margin-left: 0px;
	}
}

#menu
{
	display: block;
	position: absolute;
	left: 0px;
	top: 250px;
	width: 100%;
	height: 49px;
	background: url(/themes/enssim/images/menubg.png) repeat-x;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

#menu ul
{
	width: 80%;
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	color: #F6F6F6;
}

#menu ul li
{
	height: 100%;
	display: table-cell;
	width: auto;
	padding: 0;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 49px;
}

#menu ul li a
{
	color: #F6F6F6;
	text-decoration: none;
	font-style: normal;
}

#menu ul li a.nav-selected
{
	background: url(/themes/enssim/images/minisigma.png) left 50% no-repeat;
	padding-left: 20px;
	margin-left: -20px;
}

#menu ul li a:hover
{
	color: #B2D0D7;
}

#menu ul li.filler
{
	display: table-cell;
	width: 200px;
	white-space: normal;
}

#content
{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	top: -100px;
	z-index: 3;
}

#container
{
	position: absolute;
	min-height: 100%;
	width: 100%;
	background: url(/themes/enssim/images/footerbg.png) left bottom repeat-x #F6F6F6;
}

#sigma
{
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 410px;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index: 2;
	overflow: hidden;
}

a#mv
{
	z-index: 5;
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 8pt;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #82A0A7;
}
