#language {
	position: absolute;
	top: 4px;
	right: 110px;
	height: 30px;
	width: 200px;

	z-index: 10;
}

#language a {
	float: right;
	margin: 3px;
}

#language img {
	width: 24px;
}

#headerslogan {
	position: absolute;

	top: 90px;
	left: 430px;

	font-size: 14px;
	font-style: italic;
}

#logoWrapper {
	position: absolute;

	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;

	overflow: hidden;
	overflow: hidden;
}

#green {
	position: absolute;
	top: 0px;
	right: 26px;
	bottom: 0px;
}

#blue {
	position: absolute;
	top: 0px;
	left: -50px;
	bottom: 0px;
}

#orange {
	position: absolute;
	top: 0px;
	left: 26px;
	bottom: 0px;
}

#red {
	position: absolute;
	top: 0px;
	right: -50px;
	bottom: 0px;
}

#logo {
	position: absolute;
	left: 145px;
	right: 0px;
	bottom: 26px;
	top: 30px;
}

#logo img {
	height: 110px;
	width: auto;
}

#header-right{
	position: absolute;
	top: 8px;
	right: 0px;
	bottom: 0px;
	width: 510px;
}

#navMainWrapper {
	position: absolute;
	margin: 0;
	background: none;
	font-weight: normal;
	color: #000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#navMain {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;

	font-size: 9pt;
}

#navMain ul {
	position: absolute;
	left: 0px;
	bottom: 4px;

	margin: 0px;
	padding: 0px;

	list-style-type: none;

	text-align: left;
	line-height: 1.5em;
}
#navMain ul li {
	display: inline;
}
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;

	color: #000;
	white-space: nowrap;
}
#navMain ul li a:hover{color:#8ec63d;text-decoration:underline;}
