img { behavior: url(iepngfix.htc) }
body {
	background: #CCCCCC;
	margin: 0px;
}
#wrapper {
	background: #c1ae77 url(bilder/gui/bg_fri_hele.jpg) repeat-y 0px 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	border: 1px solid #c1ae77;
}
#meny {
	height: 84px;
}
#spalteV {
	width: 262px;
	float: left;
	border-right: 1px solid #c1ae77;
	background: url(bilder/gui/bg_spalte_v.jpg) repeat-y;
}
#toSpalterH {
	float: right;
	background: url(bilder/gui/spalteskille.jpg) no-repeat 0px 23px;
	width: 205px;
	padding-left: 42px;
	margin-left: 15px;
}
.illustrasjon {
	background: url(bilder/gui/v_grafikk_fri.jpg) no-repeat 0px 0px;
}
#footer {
	background: url(bilder/gui/horStrek.gif) repeat-x;
	clear: right;
	padding-top: 12px;
}
#tekst {
	clear: left;
	padding: 34px;
}
.tabUl, .tabUl a {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline;
	float: left;
	color: #999783;
}
.tabLi, .tabLiU, .tabLiDown, .tabLiUDown {
	float: left;
}
.tabLi a, .tabLiU a, .tabLiDown a, .tabLiUDown a { /*NORMAL*/
	width: 125px;
	height: 25px;
	display: block;
	background: url(bilder/gui/tab.jpg) no-repeat;
	text-decoration: none;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 58px;
}
.tabLi a, tabLiU a { /*FARGE NORMAL*/
	color: #999783;
}
.tabLiDown a, .tabLiUDown a { /*FARGE AKTIV*/
	color: #ac2a09;
	background: url(bilder/gui/tabDown.jpg) no-repeat;
}
.tabLi a:hover, .tabLiU a:hover { /*FARGE ROLLOVER*/
	color: #ac2a09;
}
.tabLiU a { /*BG UTEN VERTIKAL STREK*/
	background: url(bilder/gui/tabU.jpg);
}
.tabLiUDown a { /*BG AKTIV UTEN VERTIKAL STREK*/
	background: url(bilder/gui/tabUDown.jpg);
}

