img { behavior: url(iepngfix.htc) }
#wrapper {
	width: 920px;
	position:relative;  /* needed for footer positioning*/
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(bilder/gui/bg_text.gif);
}
#meny {
	height: 141px;
	width: 920px;
	overflow: hidden;
	background-image: url(bilder/gui/top.jpg);
	background-repeat: no-repeat;
}
#faner {
	z-index: 2;
	margin-left: 12px;
	margin-top: 113px;
	overflow: hidden;
}
#submeny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(bilder/gui/bg_submeny_forl.jpg);
	background-repeat: repeat-x;
	height: 15px;
	color: #DDDDDD;
	padding-top: 3px;
	padding-left: 24px;
}
#submeny a {
	color: #FFFFFF;
}
#submeny a:hover {
	color: #ED1B2D;
	text-decoration: none;
}
#spalteVenstre {
	float: left;
	padding: 24px;
	width: 575px;
}
.menyUl {
	margin: 0px 0px 0px 12px;
	list-style: none;
	padding: 0px;
	float: left;
	display: inline;
	overflow: hidden;
}
.tab {
	list-style: none;
	float: left;
	text-align: center;
}
.tab a {
	display: block;
	height: 29px;
	width: 109px;
	background: url(bilder/gui/tab.png) no-repeat;
	padding-top: 9px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	behavior: url(iepngfix.htc);
	cursor:pointer;
}
.tab a:hover {
	text-decoration: none;
}
.tabDown {
	list-style: none;
	float: left;
	text-align: center;
}
.tabDown a {
	display: block;
	height: 29px;
	width: 109px;
	background: url(bilder/gui/tab_down.png) no-repeat;
	padding-top: 9px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	behavior: url(iepngfix.htc);
}
.tabDown a:hover {
	text-decoration: none;
}
#aktuelt {
	float: right;
	width: 255px;
	display: inline;
	overflow: hidden;
}
#aktuelt h1 {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
}
#aktuelt p {
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
}
#aktuelt a {
	color: #ED1B2D;
	font-weight: normal;
}
#aktueltPadding {
	margin: 8px 16px 16px 16px;
}
#footer {
	width: 920px;
	height: 107px;
}
#text {
	margin-top: 0px;
	margin-bottom: 0px;
}
.clearBoth {
	clear: both;
}
/* RESTEN ER TRIX FOR Å OPPNÅ BUNNTEXT I BUNN AV WRAPPER */
#bunntekst {
	position:absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
	height: 19px;
	background-color: #e6e6e6;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#text {
padding-bottom: 21px; /* bottom padding for footer */
}
