/* Basic boxes */


#omsluttende_omraade {
	width: 1024px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left; /* Counteracts hack in 'body' */
	background-image: url("../bilder/bakgrunn.jpg");
	background-repeat: no-repeat;
	}
.logo_hjem {
	margin-top: 25px;
	margin-left: 49px;
	}
#nav_meny {
	margin-top: -19px; /* Empirically */
	margin-left: 150px; /* Empirically */
	font-weight: normal;
	}
#program_meny {
	margin-top: 30px; /* Empirically */
	margin-left: 152px;
	margin-bottom: 10px;
	}
#content {
	width: 948px;
	margin-left: 38px;
	}
#left {
	float: left;
	width: 220px;
	height: 590px; /* Exaggeration to maintain integrity of column */
	}
#center {
	float: left;
	width: 490px;
	height: 590px; /* Exaggeration to maintain integrity of column */
	margin-right: 9px;
	margin-left: 9px;
	}
#right {
	float: left;
	width: 220px;
	height: 590px;
	overflow: auto; /* Vertical scrollbar if too much content */
	}
#boks_1, #boks_4, #boks_7 {
	height: 170px;
	border: 6px solid #FFFFCC;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
#boks_4 {
	background-color: #2D1300;
	padding: 10px;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	}
#boks_7 {
	height: 55px;
	background-color: #CC0000;
	padding: 10px;
	}
#boks_2, #boks_5 {
	height: 182px;
	margin-bottom: 9px;
	padding: 10px;
	background-color: #FFFFCC;
	}
#boks_8, #boks_9 {
	float: left;
	width: 220px;
	height: 130px;
	padding: 10px;
	background-color: #FFFFCC;
	}
#boks_9 {
	margin-left: 10px;
	}
#boks_stor_senter {
	height: 552px;
	margin-bottom: 9px;
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	overflow: auto;
	}
#boks_stor_left {
	height: 552px;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #2D1300;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	overflow: auto;
}
#footer {
	clear: both;
	text-indent: -9999px; /* SEO and accessibility */
	}
