body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4a4641;
	line-height: 140%;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	margin: 1em 0 0 0;
	padding: 0;
	border: 1px solid black;
}

div#megawrap {
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	background: url(/gfx/bunn2.png) no-repeat 0 bottom #ffffff;
}

div#wrap {
	width: 1020px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0 30px 0 30px;
	background: url(/gfx/body4.png) repeat-y #ffffff;
	clear: both;
	position: relative;
}

div#bg_right {
	background: url(/gfx/bg_right.jpg) no-repeat;
	position: relative;
	right: 0px;
	top: 182px;
	z-index: 0;
	width: 176px;
	height: 410px;
}

h2, h3, h4, h5, h6, p,
ul, ol, dl,
table,
form {
	margin-top: 1.3em
}

img {
	margin: 1.5em 1.5em;
}

a img {
	text-decoration: none;
	border: 0;
}

td img {
	margin: 5px;
}


form#editor img,
table#admin_nyheter img,
table#admin_menypunkter img {
	float: none;
	margin: 0;
	padding: 1px;
	border: 0;
}

table#admin_hjelp img {
	border: 0;
	float: left;
	margin: 3px;
}

h2 {
	color: #ea161a;
	font-size: 1.6em;
	margin-bottom: 1em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #2b2525;
	margin: 1.5em 0 -.3em 0
}

h4 {
	color: #2b2525;
	font-size: 1em;
	text-transform: uppercase;
	margin: 1.5em 0 -.5em 0
}

p.ingress {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: italic;
	color: #433e3b;
	line-height: 150%;
	margin-top: 1em
}

ul {
	margin-left: 1.85em;
	list-style: square
}

ol {
	padding-left: 2.5em
}

a {
	color: #236db9;
	text-decoration: none;
	/* border-bottom: 1px solid #aacbec */
}

	a:hover {
		color: #992020;
		/* border-bottom: 1px solid #ffc6c6 */
	}

div#headingflash {
	background: #fff;
	width: 960px;
	height: 182px;
	overflow: hidden;
	padding: 0;
}

h1 {
	width: 960px;
	height: 148px;
	overflow: hidden;
}

h1 a {
	width: 130px;
	border: 0;
	height: 87px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 30px; left: 68px
}

	h1 a:hover {
		border: 0
	}

h1 span {
	position: absolute;
	top: 26px;
	left: 277px;
	width: 193px;
	height: 97px;
	display: block
}

	#fritid h1 span {
		background: url(gfx/fritid.jpg)
	}

	#yrke h1 span {
		background: url(gfx/yrke.jpg)
	}

#sidebar ul#yrkefritid {
	width: 100%;
	list-style: none;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}

	#sidebar ul#yrkefritid li {
		float: left;
		list-style: none;
		width: 85px;
		height: 20px;
		border: 0;
		text-align: center;
		background: none;
	}

	#sidebar ul#yrkefritid li a {
		color: #79a3cb;
		display: block;
		border: 1px dotted #0d4272;
		width: auto;
	}

	#sidebar ul#yrkefritid li a:hover,
	#sidebar ul#yrkefritid li.active a {
		background: #073d69;
		border: 1px solid #33608e;
		color: #94b9dd
	}

table {
	width: 100%
}

	tbody th, tbody td,
	th, td {
		padding: .15em .5em;
		border-bottom: 1px solid #f0ede8
	}

	td.UK {
		padding: .15em .5em .15em 2em;
		border-bottom: 1px solid #f0ede8
	}

	thead th,
	th {
		border-bottom: 1px solid #e5e1dc;
		padding: .25em .5em;
		margin-bottom: 1em;
		text-transform: uppercase;
		font-size: 110%
	}

	.highlight th,
	.highlight td {
		background: #f8f6f2
	}

	table#filter {
		margin-top: -1em !important;
		margin-top: 0;
	}

	table#filter td {
		padding: 2px;
		border-bottom: 0;
		vertical-align: middle;
		text-align: center;
		font-size: 80%;
	}

	table#filter .button,
	table#filter label {
		margin-top: 0;
	}

	table#admin_nyheter td.icon,
	table#admin_menypunkter td.icon {
		padding: 1px;
		width: 18px;
		text-align: center;
	}

dl {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f0ede8;
	margin-bottom: 2em !important;
	margin-bottom: 0;
	clear: left;
}

	dt, dd {
		float: left;
		padding: .25em 0;
		border-top: 1px solid #f0ede8
	}

	dt {
		width: 30%;
		font-weight: bold
	}

	dd {
		width: 70%
	}

form {
	width: 100%
}

	input, textarea, select {
		border: 1px solid #cbcac5
	}

	select {
		float: left;
	}

	input:hover,
	input:focus,
	textarea:hover,
	textarea:focus,
	select:hover,
	select:focus {
		border: 1px solid #579CD1
	}

	input:focus,
	textarea:focus,
	select:focus {
		background: #faf9f6
	}

	legend {
		display: none
	}

	fieldset {
		clear: both;
		float: left;
	}
	
	label {
		width: 100%;
		float: left;
		font-size: 110%;
		font-weight: bold;
		margin: 1em 0 .25em 0;
		clear: left;
	}

	input,
	textarea {
		width: 95%;
		float: left;
		padding: .2em .4em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		background: #FFF;
	}

	.multi {
		float: left;
		width: 215px;
		margin-top: .5em
	}

	div.col1 .multi,
	div.col2 .multi {
		width: 310px;
	}

	.multi label {
		font-weight: normal;
		margin: .15em 0;
		clear: none;
	}

	div.col1 label,
	div.col2 label {
		width: 85%;
	}

	.multi input {
		width: 20px;
		margin: .15em .4em 0 1em;
		background: none;
		border: 0;
		clear: none;
	}

	form p {
		width: 100%;
		float: left;
		font-weight: bold
	}

	form p, .multi label {
		font-size: 90%
	}

	.button {
		width: auto;
		border: 3px double #999999;
		border-top-color: #CCCCCC;
		border-left-color: #CCCCCC;
		padding: .25em 1em;
		background-color: #EEEEEE;
		background-image: url(gfx/button.gif);
		background-repeat: repeat-x;
		color: #333;
		font-weight: bold;
		cursor: pointer;
		font-size: 120%;
		margin-top: 1em;
		margin-right: 1em;
		float: left;
		clear: none;
	}

	.button:hover {
		border: 3px double #AEDF9A;
		border-bottom-color: #6AB94B
	}

	.button:active {
		border: 3px double #6AB94B;
		border-bottom-color: #AEDF9A
	}

	#sidebar form {
		background: url(gfx/produktsok.jpg) no-repeat left center;
		padding-left: 22px;
		position: relative;
		left: -2px;
		width: 190px
	}

	#sidebar label {
		display: none
	}

	#sidebar input {
		width: 126px;
		font-size: 85%;
		padding: .3em .55em
	}

	#sidebar .button {
		width: 45px;
		height: 23px;
		font-size: 90%;
		position: absolute;
		right: 0;
		padding: 0;
		border: 2px solid #999;
		border-top-color: #CCC;
		background-image: url(/gfx/button.gif);
		border-left-color: #CCC;
		text-align: center
	}

	#sidebar .button:hover {
		border: 2px solid #AEDF9A;
		border-bottom-color: #6AB94B;
		border-right-color: #6AB94B
	}

	#sidebar .button:active {
		border: 2px solid #6AB94B;
		border-bottom-color: #AEDF9A;
		border-right-color: #AEDF9A
	}

	.mceEditor {
		float: left;
		clear: left;
	}

span#headerbg {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 181px
}

ul#navbar {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	list-style: none;
	float: left;
	background: url(/gfx/navbar_bg2.gif);
	z-index: 10;
	width: 960px;
	height: 38px;
}

	ul#navbar li,
	ul#navbar li a {
		float: left
	}

	ul#navbar li {
		background: url(/gfx/navbar_seperator_red.gif) right center no-repeat;
		padding: 0 18px 0 15px
	}

	ul#navbar li a {
		line-height: 33px;
		color: #FFF;
		border: 0;
		font-size: 1em;
		font-weight: bold
	}

	ul#navbar li a:hover {
		color: #ffaaaa
	}

	ul#navbar li.active {
		background: url(/gfx/navbar_active_red.gif);
		padding: 0 2px;
		height: 31px;
		position: relative;
		top: 0px;
		left: -3px
	}

		ul#navbar li.active#venstre {
			left: 12px;
			margin-right: 12px
		}

		ul#navbar li.active a {
			line-height: 31px;
			padding: 0 1.2em;
			background: url(/gfx/navbar_active_a_red.gif) no-repeat center 1px;
		}

	ul#navbar li.active span {
		display: block;
		width: 2px;
		height: 100%;
		background: url(/gfx/navbar_active_span_red.gif);
		position: absolute;
		right: 0
	}

	ul#prefs {
		position: relative;
		left: -70px;
		top: 10px;
		width: 60px;
		margin: 0;
		float: right;
		text-align: right;
		list-style: none
	}

		ul#prefs li {
			float: left;
		}

		ul#prefs li a#sok {
			background: url(/gfx/produktsok.gif) no-repeat;
			width: 15px;
			height: 16px;
			display: block;
			text-indent: -28px;
			text-align: left;
			border: 0;
			margin: -2px 25px 0 0;
			color: white;
			line-height: 15px;
		}

		ul#prefs li a#english {
			background: url(/gfx/english.gif) no-repeat;
			width: 16px;
			height: 11px;
			display: block;
			text-indent: -9999px;
			text-align: left;
			border: 0
		}

div.divider {
	margin: 2em 0;
	height: 1px;
	width: 100%;
	background: #e4dacd;
	overflow: hidden;
	clear: both;
}

div#sidebar {
	width: 176px;
	padding-left: 17px;
	padding-right: 21px;
	float: left;
	position: relative;
	top: 0px;
	left: 0;
	clear: left;
}

	div#sidebar h2 {
		font-size: 1.2em;
		color: #093a6a;
		margin-bottom: 0;
		margin-top: 1em;
	}

	div#sidebar h3 {
		font-size: 1.1em;
		color: #2b2525
	}

	div#sidebar ul {
		font-size: .85em;
		font-weight: bold;
		margin: .5em 0 0 0;
		list-style: none
	}

		div#sidebar li {
			border-bottom: 1px solid #d9d9cf;
			background: url(/gfx/bullet.gif) no-repeat .2em .7em
		}

		div#sidebar li a {
			width: 176px;
			padding: .5em 22px .5em 24px;
			line-height: 1;
			display: block
		}

		div#sidebar li a {
			display: block
		}

		div#sidebar ul ul {
			font-size: 1em;
			font-weight: normal
		}

			div#sidebar ul ul li {
				border-top: 1px solid #d9d9cf;
				border-bottom: 0
			}

		div#sidebar ul a {
			border: 0
		}

	div#sidebar p.menytype {
		font-size: .85em;
	}
	
	ul#produkter {
		width: 176px;
		overflow: hidden;
		clear: left;
	}

	ul#produkter li {
		width: 176px;
		background: none;
		overflow: hidden;
		clear: left;
	}

	ul#produkter li#openall {
		font-size: 120%;
	}

	ul#produkter li a {
		color: #3a3a2d;
		width: 141px;
		padding: .6em 22px .6em 24px;
		line-height: 1;
		display: block
	}

	ul#produkter li a.expand {
		background: url(gfx/minus.gif) no-repeat 0 .7em;
	}

	ul#produkter li a.expand_active {
		background: url(gfx/minus.gif) no-repeat 0 .7em;
		border-right: 3px solid #8a8a70;
	}

	ul#produkter li a.parent {
		background: url(gfx/plus.gif) no-repeat 0 .7em;
	}

	ul#produkter li a.eksternurl {
		background: url(pix/url.gif) no-repeat 0 .4em;
	}
	
		ul#produkter li a:hover {
			border-right: 3px solid #8a8a70
		}

	ul#produkter ul {
		margin-top: 0
	}

		ul#produkter ul li a {
			padding-left: 40px;
			background: url(gfx/produkt.gif) no-repeat 28px .85em;
			width: 171px
		}

		ul#produkter ul li a:hover {
			border-right: 3px solid #8a8a70;
			background: url(gfx/produkt_hover.gif) no-repeat 28px .85em;
		}

		ul#produkter li a.selected,
		ul#produkter ul li a.selected {
			border-right: 3px solid #ea161a;
		}

	div#sidebar h2,
	div#sidebar p {
		margin-left: 20px
	}

div#main {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	width: 690px;
	float: left;
	margin-top: 0px;
	margin-left: 27px;
	position: relative;
	top: 0px;
}

div#utskrift {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	width: 700px;
	float: left;
	background: #FFFFFF;
	text-align: left;
}

div#footer {
	clear: both;
	margin: 1em 0;
	padding: 1em 0;
	position: relative;
	left: 240px;
	width: 690px;
	display: block;
	float: left;
	font-size: .85em;
	line-height: 140%;
	border-top: 1px dotted #e4dacd;
	color: #888;
}

	div#footer strong {
		font-size: 120%;
		margin-bottom: -.75em;
		display: block
	}
	
	div#footer p.adr {
		float: left;
		margin: 0 150px 0 0;
	}

	div#footer p.tlf {
		float: left;
		margin: 0 150px 0 0;
	}

	div#footer p.webmail {
		float: left;
		margin: 0;
	}

img#slagord {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	z-index: -5;

}

ul#splash {
	width: 665px;
	display: block;
	margin: 1.75em 0 0 0;
	position: relative;
	list-style: none;
	left: -187px
}

	#splash #yrke a,
	#splash #fritid a {
		display: block;
		float: left;
		padding: 270px 0 0 5px;
		border: 0;
		cursor: pointer
	}

	#splash #yrke a {
		width: 297px;
		background: url(/gfx/splash_yrke.jpg) no-repeat
	}

	#splash #fritid a {
		width: 358px;
		margin-top: 0;
		background: url(/gfx/splash_fritid.jpg) no-repeat
	}

	#splash #yrke a:hover,
	#splash #fritid a:hover {
		background-position: top right
	}

p.attributter {
	padding: 2px 1em;
	background: #f0ede8;
	text-align: center;
	font-size: 90%;
}

p.browse {
	padding: 2px 1em;
	background: #f0ede8;
	text-align: center;
	font-size: 90%;
}

div#feil {
	border: 1px solid #8a8a70;
	background: #f0ede8;
	padding: 1em;
	margin-top: 1.3em;
}

div#feil h3 {
	color: red;
	margin-top: 0;
}

p.error {
	color: red;
	font-weight: bold;
}

div.col1 {
	width: 46%;
	margin-right: 3%;
	float: left;
	clear: left;
}

div.col2 {
	width: 46%;
	float: left;
}

p.print a {
    float: right;
    margin-top: -3em;
    width: 92px;
    height: 25px;
    background: url(/gfx/print.gif);
    border: 0;
    text-indent: -9999px
}

p.print a:hover {
    background: url(/gfx/print.gif) top right
}

span.nyhet {
    background: url(/gfx/ny.gif);
    width: 40px;
    height: 12px;
    display: block;
    float: right
}

h2 span.nyhet {
    background: url(/gfx/ny_stor.gif);
    width: 113px;
    height: 31px;
    display: block;
    float: left;
    margin: -7px 10px 0 0
}

span.spambait a {
	color: white;
	text-decoration: none;
	border: 0;
	font-size: 0em;
	display: none;
}

.nobr {
	white-space: nowrap;
}

div#splash_lev {
	width: 666px;
	float: left;
	margin: 20px 0 0 0;
	display: block;
	position: relative;
	left: -189px;
}

div#splash_lev img {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}

div#map_canvas {
	float: left;
	clear: left;
}

div#floatbox {
	width: 150px;
	position: absolute;
	left: 1000px;
	top: 0px;
	overflow: hidden;
	border: 1px solid #ccccbf;
	z-index: 100;
	padding: 10px;
	background: #f1f2ed;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 8px #ccc;
}

#floatbox h2 {
	margin: 0;
}

#floatbox form {
	float: left;
	margin: 5px 0 0 0;
}

#floatbox label {
	width: 135px;
	clear: both;
	float: left;
	margin: 5px 0 0 0;
}

#floatbox input {
	width: 135px;
	clear: both;
	float: left;
}

#floatbox .multi {
	width: 150px;
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

#floatbox .multi input {
	width: 15px;
	float: left;
	margin: 3px 5px 0 0;
}

#floatbox .multi label {
	width: 110px;
	float: left;
	clear: none;
	margin: 0;
}

#floatbox .button {
	width: 150px;
}
