/*  ---------------------------------      LAYOUT      ---------------------------------  */

* { margin: 0; padding: 0 }
html, body { background: #fff }

#ramme {
	position: relative;
	width: 720px;
	margin: 0 auto;
	background: url(gfx/bg_ramme.gif) }

#innholdsramme { padding-top: 21px; background: url(gfx/bg_innholdsramme.gif) 0 21px no-repeat }

#kol1 { float: left }
#kol2 { float: right }
#kol1, #kol2 { padding-top: 10px; width: 150px; overflow: hidden }
#innhold { margin: 0 0 0 170px; padding: 25px 0 10px 0; width: 380px } /* For IE */
html>body #innhold { margin: 0 170px; width: auto } /* For alle de andre */
#header { height: 157px; border-bottom: 1px solid #fff; background: url(gfx/bg_header.jpg) }

/*  ------------------------------------   KREDITT   --------------------------------  */

#kreditt { padding: 5px; clear: both; text-align: center; background: #fff url(gfx/bg_kred.gif) no-repeat }
#kreditt li.kweb { border: 0 }
#kreditt ul { text-align: center }
#kreditt ul li { display: inline; border-left: 1px solid #ccc; padding: 0 5px 0 5px }
#kreditt h6 { margin: 5px }
#kreditt a { color: #ccc }
#kreditt acronym { color: #ccc; border-bottom: 1px dotted #ccc }
#kreditt a:hover { color: #333 }
#kreditt acronym:hover { color: #333; border-bottom: 1px dotted #333 }

/*  ------------------------------       TYPOGRAFI     -------------------------------  */

body { font-size: 71%; color: #333 }
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input, textarea, select, option {
	font-family: arial, helvetica, helve, verdana, "Bitstream Vera Sans", geneva, sans-serif }

blockquote {
	font-size: 1.1em } /* Større font */

input {
	font-size: 1em } /* Vanlig font */

#kol1 .artikkel, #kol2, #kreditt, #xtranav {
	font-size: 10px } /* Liten font */

/* Overskrifter */
#innhold h1 { font-size: 1.3em; color: #990 }
h1 { font-size: 1.2em }
h2, h3, h4, h5, h6 { font-size: 1.1em }
h2 a { color: #000 }
#kol1 h1, #kol2 h1 { font-size: 11px }

/* Marger */
h1,h3,h4,h5,h6,blockquote,p, .artikkel { margin: 0 0 15px 0 }
#kol2 h1,#kol2 h3,#kol2 h4,#kol2 h5,#kol2 h6,#kol2 blockquote,#kol2 p { margin: 0 0 10px 0 }

/* Lenker, akronymer og forkortelser */

a, a.active, a.visited { color: #693; text-decoration: none }
a:hover { color: #000; text-decoration: underline }
#kol1 a, #kol2 a, #kreditt a, #sitemap a, #xtranav a, h1 a, #nav a { text-decoration: none }
p.lesmer a { font-weight: bold }
acronym, abbr, dfn { border-bottom: 1px dotted #808080; font-style: normal; cursor: help }
#kalender abbr { border: 0 }

blockquote {
	margin: 10px;
	padding: 5px;
	border: 1px dotted #666;
	font-family: "trebuchet ms", serif;
	font-weight: bold;
	text-align: center }

/*  -------------------------     SKJULTE ELEMENTER      ------------------------  */

p.skip, a.anker, #kol1 .artinfo, #kol2 .artinfo, #header h1, #header p {
	visibility: hidden; position: absolute }

/*  -----------------------     DIVERSE FORMATERING      ----------------------  */

img, table { border: 0 }
caption { display: none }
address { font-style: normal; margin: 5px 0 }
input, textarea, select, option {
	margin-bottom: 2px;
	border: 1px solid;
	border-color: #c0c0c0 #fff #fff #c0c0c0;
	background: #f5f5f5 }
input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus, #sok input:hover, #sok input:focus, #sok input:active, #whois input:hover, #whois input:focus, #whois input:active { background: #fff }

#kol1 .artikkel, #kol2 .artikkel, #kol1 p.lesmer, #kol2 p.lesmer { padding: 0 5px }

/*  ---------------------------------- NAVIGASJON ---------------------------------  */

#smuler { position: absolute; top: 185px; left: 170px; color: #ccc }
#smuler a { text-decoration: none; color: #ccc }
#smuler a:hover { color: #000 }

#nav { position: absolute; top: 158px; left: 0; width: 718px; height: 19px; z-index: 10000; border: 1px solid #96B73D; background: url(gfx/bg_nav.gif) }

#menu a {
	display: block;
	height: 16px;
	padding: 3px 5px 0 5px;
	color: #360;
	border-right: 1px solid #9c3;
	border-left: 1px solid #D6E4AE;
	float: left }
#menu a:hover { background: #D7E5B0; color: #990 }
ul#menu em, ul#menu strong { font-style: normal; font-weight: normal }
#menu li { float: left; list-style-type: none }
#menu li ul { position: absolute; top: -999em }

#submeny { width: 146px; margin: 2px 0 20px 2px }
#submeny h1 { margin: 0 }
#submeny h1 a { display: block; padding: 5px }  
ul#sub { border-top: 1px solid #fff; background: #EFF8F9 }
ul#sub, ul#sub ul,ul#sub li { list-style-type: none }
ul#sub li { width: 145px }
ul#sub a { display: block; padding: 4px 5px; background: url(gfx/a_sub.gif); border-bottom: 1px solid #fff; width: 136px }
ul#sub li ul a { padding: 4px 0 4px 20px; width: 126px; background: #F7FAC6  }
ul#sub li ul li ul a { padding: 4px 0 4px 35px; width: 110px }

ul#sub a, ul#sub li.aktiv ul li a { color: #666 }
ul#sub li.aktiv a, ul#sub li.aktiv a:hover, ul#sub a:hover { color: #000; background: #E0EBC3 }
ul#sub li.aktiv a, ul#sub li ul li.aktiv a { background: #cc9; color: #000 }
ul#sub li.aktiv ul li a { background: transparent }

ul#sub em, ul#sub strong { display: block; width: 146px; font-style: normal; font-weight: normal }

/*  ------------------------------------ NETTSTEDKART ----------------------------  */

#sitemap ul li { list-style-image: url(gfx/sitemap_folder.gif) }
#sitemap ul li ul li { list-style-image: url(gfx/sitemap_page.gif) }
#sitemap li { margin: 5px 15px }
#sitemap ul a em, #sitemap ul a strong { font-weight: bold; font-style: normal }

/*  --------------------------------- KOMPONENTER --------------------------------  */

/*  Nyheter  */

#nyheter { margin: 0 0 15px 0; border-bottom: 2px solid #693 }
#nyheter h1.tittel { margin: 0 0 15px 0; padding: 3px 0 }
#nyheter h1.tittel a { display: block }
#nyheter h1.tittel a:hover { color: #000 }
#nyheter h1 { margin: 0 }
#nyheter h1 a { color: #693 }
#nyheter h1 a:hover { color: #000 }
#nyheter strong { font-weight: normal }
#nyheter p { margin: 0 0 5px 0 }
#nyheter p.lesmer { margin: 0 0 10px 0 }
#nyheter a { display: block }
#nyheter ul { margin: 0 0 15px 15px }

p.news_arkiv { margin: 0 0 10px 0 }
p.news_arkiv a.aktiv { font-weight: bold; text-decoration: none; color: #669 }
p.news_arkiv a.aktiv:hover { color: #000 }

#nyheter .art { position: relative; padding-right: 100px }
#nyheter .art img { position: absolute; right: 0; top: 0 }


/*  BOKS  */

.komp { padding: 5px }
.kalenderkomp { margin: 10px 0 0 0 }
.komp {
	border: 1px solid;
	border-color: #fff #ccc #ccc #fff;
	background: #eee }
.kalenderkomp, #firmainfo, #kontortid, #tips, #nyhetsbrev, #stats, #poll, #login, .top5 {
	border: 1px solid;
	border-color: #ccc #fff #fff #ccc;
	background: #eee }

#firmainfo, #kontortid, #tips, #nyhetsbrev, #stats, #poll, #login, .top5 {
	/* bestemmer boksens utseende, marger, evt. bakgrunner etc. */
	margin: 10px 0 0 0;
	background: #DEE0D5 }

.komp fieldset, .komp fieldset legend { border: 0 }
.komp h2 { margin: 2px 0 }
.komp h1 { margin: 2px 0 }
.komp label { display: none }
.komp p { margin: 0; padding: 0 }
#login p { text-align: center }
#login p span { margin-top: 5px; display: block }

/*  TABELLER  */
.komp table { margin: 0 0 0 -7px }
.komp table tr td { padding-left: 5px }

#poll fieldset p label { display: inline; float: right }
#poll fieldset p input { background: transparent; float: left }
#poll fieldset p { height: 20px }
#poll fieldset p:hover { background: #E6E6E6 }

/*  INPUTFELTER  */
#firmainfo input, #kontortid input, #tips input, #nyhetsbrev input, #login input { text-align: center; width: 140px }
#poll fieldset input { border: 0 }

/*  KNAPPER  */

p.knapp {
	border: 1px solid;
	border-color: #ccc #fff #fff #ccc }
p.knapp { position: relative; height: 20px }
p.knapp a, p.send a {
	color: black;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 0 4px;
	height: 15px;
	border: 1px solid;
	border-color: #fff #ccc #ccc #fff;
	background: #eee;
	display: block }
p.knapp a:hover, p.send a:hover  { border-color: #eee }

#nyhetsbrev p.knapp a.ut { width: 62px }
#nyhetsbrev p.knapp a.inn { position: absolute; top: 0; right: 0; width: 70px }

/*  TOPP FEM  */

.top5 ul { list-style-type: none }

/*  KALENDER  */

table#kalender { width: 100% }
#kalender a {
	color: #c33;
	padding: 2px;
	display: block;
	font-weight: bold }
#kalender a:hover { color: #000; background: #fff }
#kalender th, #kalender td {
	text-align: center;
	border: 1px solid;
	border-color: #fff #ccc #ccc #fff }

/*  -------------------------------- RESPONSSKJEMA -------------------------------  */

#respons { position: relative; margin: 0 auto; width: 350px }
#respons fieldset { border: 0 }
#respons fieldset legend { padding: 10px 0; font-weight: bold; color: #000 }
#respons fieldset label { display: block; width: 85px; height: 19px; float: left }
#respons fieldset label span { display: block; height: 13px; padding: 6px 0 0 5px }
#respons input, #respons textarea { width: 70%; height: 17px; float: right }
#respons p.melding, #respons textarea { height: 80px }
#respons p { margin: 0; height: 19px }
#respons p.knapp { width: 150px; margin: 10px 0 0 105px }

/*  --------------------------------    VERKTØY    ---------------------------------  */

#toolbox, #toolbox a { position: absolute }

#sok {
	position: relative;
	width: 128px; height: 35px;
	border-top: 1px solid #ccc;
	padding: 10px;
	background: url(gfx/bg_soek.gif) }
#sok label { display: block; padding: 0 0 10px 0 }
#sok input {
	width: 100px; height: 16px;
	background: #F6F6F8 }
#sok a {
	position: absolute;
	right: 10px; top: 30px;
	width: 16px; height: 16px;
	display: block; background: url(gfx/sokeknapp.gif) }
#sok a span { display: none }

#toolbox {
	top: 50px; right: 10px;
	width: 120px }
#toolbox a span { display: none }
#toolbox a {
	top: 0;
	width: 16px; height: 16px;
	display: block;
	overflow: hidden }
#toolbox a.std { background: url(gfx/font_std.png) }
#toolbox a.stor { left: 20px; background: url(gfx/font_l.png) }
#toolbox a.fav { left: 40px; background: url(gfx/fav.png) }
#toolbox a.sethomepage { left: 60px; background: url(gfx/startside.png) }
#toolbox a.pdf, #toolbox a.print { display: none }
#toolbox a.historikk { left: 80px; background: url(gfx/historikk.png) }
#toolbox a.hjelp { left: 100px; background: url(gfx/hjelp.png) }

/*  ------------------------------------- DESIGN ------------------------------------  */

/* Her kan man legge inn designelementer som ligger i design.php */
#logo a {
	position: absolute;
	top: 35px; left: 0;
	width: 220px; height: 90px }
#logo a span { display: none }
