/*
structure.css
2009-10-02  0:16:27 (Anders): uppstart
*/

body.back  { 
	background-color: rgb(220,221,223);
	background-image: url(../image/background.png) }

#container   {
	background-color: white;
	margin: auto;
	position: relative;
	width: 1021px;
	height: 800px;
	border: solid 0px rgb(220,221,223);
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1021px;
	height: 101px;
	background-image: url(../image/top.png);
}

#toplink {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1021px;
	height: 101px;
}
#right {
	position: absolute;
	left: 1001px;
	top: 101px;
	width: 20px;
	height: 591px;
	background-image: url(../image/right.png);
}

#middlerow, #middlerow_loggedin {
	position: absolute;
	left: 0px;
	top: 101px;
	width: 999px;
	height: 571px;
	border-left-style: solid; 
	border-left-width: 1px;
	border-left-color: rgb(109,110,113);
	border-right-style: solid; 
	border-right-width: 1px;
	border-left-color: rgb(109,110,113);
	background-color: white;
}

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

#bottom {
	position: absolute;
	left: 0px;
	top: 670px;
	width: 1021px;
	height: 128px;
	padding-top: 2px;
	border-top-style: solid; 
	border-top-width: 0px;
	border-top-color: rgb(109,110,113);
	background-image: url(../image/bottom.png);
}