#temp {
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #FFFFFF;
	width: 530px;
	border: 1px solid #000000;
	padding: 5px;
	background-attachment: fixed;
	background-image: url(grafikk/bakg-midl.jpg);
	background-repeat: no-repeat;
	height: 400px;
	background-position: 80px 100px;
	overflow: auto;
}



#toplag {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 750px;
	height: 100px;
	background-image: url(../grafikk/topp.jpg);
	background-repeat: no-repeat;
/*	border: 1px solid #FFFFFF; */
}




#menylag {
	position: absolute;
	left: 15px;
	top: 123px;
	background-color:#000000;
	width: 750px;
	height: 20px;
	vertical-align: middle;
/*	background-image: url(bilder/meny.jpg); */
/*	border: 1px solid #FFFFFF; */
}



#hovedtabellholder {
	position: absolute;
	left: 15px;
	top: 151px;
	width: 750px;
}



#hovedtabell {
	background-color: #FFFFFF;
	width: 750px;
	border: 1px solid #000000;
}



#bunncelle {
	text-align: center;
}



.menylagcelle {
	vertical-align: middle;
	height: 20px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;	
}



.hovedtabellcelle-v {
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
}



#infofelt {
	width: 530px;
	margin-left: 10px;
	margin-top: 0px;
/*	background-color: #EFEFEF;	 */
}



#menyfelt {
	width: 180px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 10px;	
}



.menyfeltoscelle {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}