#PageContainer {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
/* Logo */
#LogoContainer {
	position: absolute;
	top: 5px;
	left: -36px;
	height: auto;
	width: auto;
	z-index: 1;
}
/* Background annimation */
#AnimationContainer {
	position: absolute;
	top: 0px;
	left: 150px;
	height: auto;
	width: auto;
	z-index: 1;
}
/* Global menu */
#GlobalMenuContainer {
	position: absolute;
	top: 73px;
	left: 73px;
	height: auto;
	width: 690px;
	z-index: 3;
}
/* Search box */
#ServiceContainer {
	position: absolute;
	top: 61px;
	right: 0px;
	height: auto;
	width: auto;
	z-index: 3;
}
/* Main content of the page */
#ContentContainer {
	position: absolute;
	top: 130px;
	left: 0px;
	height: auto;
	width: 920px;
	z-index: 2;
}
/* Title image and description tekst */
#AreaHeading {
	position:absolute;
	top:0px;
	left:0px;
	height:auto;
	width:920px;
}

#AreaContent {
	position: absolute;
	top: 55px;
	left: 165px;
	height: 400px;
	width: 475px;
}
#AreaProjectContent {
	position: absolute;
	top: 55px;
	left: 165px;
	height: 400px;
	width: 747px;
	z-index: 2;
}

#AreaResearchList {
	position: absolute;
	top: 55px;
	left: 0px;
	height: 400px;
	width: 920px;
	z-index: 2;
}

#AreaSubFrontPage {
	position: absolute;
	top: 55px;
	left: 165px;
	height: 400px;
	width: 747px;
	z-index: 2;
}

#SubFrontPageIllustration {
	position:absolute;
	top: 55px;
	left: 165px;
	width: 747px;
	height:auto;
	z-index: 1;
	text-align: center;
}

#AreaMaterial {
	position: absolute;
	top: 55px;
	left: 660px;
	height: auto;
	width: 255px;
}

#AreaTreeMenu {
	position: absolute;
	top: 55px;
	left: 0px;
	height: auto;
	width: 145px;
}

#FrontPageIllustration {
	text-align: center;
	width: 100%;
}

.LinkBox {
	height:110px;
	overflow:auto;
}
