/*
structure.css

2006-02-20 23:40:13 (Jake): created
2006-02-23  0:16:27 (Jake): homepage centered
2006-04-22 13:15:24 (Jake): modif for Norsjö
*/

body.back {
	background-color: rgb(40, 63, 111);
/*	background-image: url(art/back.png); */
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
	height: 610px;
}

#top_sv {
	background-image: url(art/top.png);
}

#top_en {
	background-image: url(art/top_en.png);
}

#top_de {
	background-image: url(art/top_de.png);
}

#top, #top_sv, #top_de, #top_en {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 70px;
}

#middlerow, #middlerow_loggedin {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 800px;
	height: 460px;
	background-color: white;
}

#pageframe, #pagediv, #pagedivscroll {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 460px;
	background-color: white;
}

#pageframe, #pagediv {
	overflow: hidden;
}

#pagedivscroll {
	overflow: auto;
}

#bottom {
	position: absolute;
	left: 0px;
	top: 530px;
	width: 800px;
	height: 47px;
	/*
	background-image: url(art/bottom.png);
	*/
}

