/*  ---------------------------------      LAYOUT      ---------------------------------  */

* { margin: 0; padding: 0; font-family: arial, helvetica, helve, verdana, "Bitstream Vera Sans", geneva, sans-serif }
body { background: #8c7961; text-align: center; font-size: 75% }

#ramme {
	position: relative;
	width: 950px;
	margin: 0 auto;
	background: #faf4f1;
	text-align: left }

#header {
	height: 221px;
	background: #8c7961 url(gfx/bg_header.gif) no-repeat }
#header h1, #header p { position: absolute; visibility: hidden }

#innholdsramme { padding: 10px 15px }

#kol1, #kol2 { overflow: hidden }
#kol1 { float: left; width: 205px; padding-top: 30px }
#kol2 { float: right; width: 250px; padding: 30px 0}
#innhold { margin: 0 290px 0 235px }

body.tokol #kol2 { display: none }
body.tokol #innhold { margin: 0; float: right; width: 685px }

/*  ------------------------------------   KREDITT   --------------------------------  */

#end { clear: both }
#kreditt {
	padding: 10px 0 5px 0 }
#kreditt a, #kreditt { color: #c2a886 }
#kreditt a:hover { color: #fff }

/*  ------------------------------       TYPOGRAFI     -------------------------------  */

input { font-size: 1em }
#kol1, #kol2, #kreditt, #smuler, p.dato { font-size: 0.9em }

#innhold h1 { font-size: 1.3em; color: #930 }
#kol1 h1, #kol2 h1 { font-size: 1em }
h2, h3, h4, h5, h6 { font-size: 1em }
h2 a { color: #000 }

/* Marger og padding */
h1,h2,h3,h4,h5,h6,blockquote,p,hr, object, table { margin: 0 0 1em 0 }
#innhold ul, #innhold ol { margin: 0 0 10px 30px }
#innhold table ul { margin: 0; list-style-type: none }
table li a { display: block; border-left: 3px solid #faf4f1; padding: 3px 0; text-align: center; width: 130px }
table li a:hover { border-left: 3px solid #930 }

/* Lenker, akronymer og forkortelser */

a { color: #930; text-decoration: none }
a:hover { color: #000 }
p.lesmer a {  }
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 {
	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 { background: #fff }
input.checkbox { border: 0; background: transparent; margin: 0 }

tabel { border: 0; border-collapse: collapse }
td { vertical-align: top }
th { text-align: left }

table.tab th, table.tab td { padding: 0 8px 0 3px }
table.tab th { background: #a42505; border-bottom: 2px solid #8c7961; color: #fff }
table.tab td { border-bottom: 2px solid #ccc }
table.tab strong { display: block; padding: 7px 0 2px 0; text-align: center; background: #d3ccc3 }

/*  ---------------------------------- NAVIGASJON ---------------------------------  */

#smuler { position: absolute; top: 233px; left: 15px; color: #c63; width: 200px;
	background: url(gfx/smuler.gif) 0 2px no-repeat;
	padding: 0 0 0 18px; line-height: 11px }
#smuler a { text-decoration: none; color: #c63 }
#smuler a:hover { color: #930 }

#nav { margin: 0 0 15px 0 }
ul#menu, ul#menu ul, ul#menu li {
	width: 175px; list-style-type: none; line-height: 0.8em; overflow: hidden }
ul#menu li { float: left }

ul#menu ul, ul#menu li.aktiv ul ul { display: none }
ul#menu li.aktiv ul, ul#menu li.aktiv ul li.aktiv ul { display: block }

ul#menu a {
	display: block;
	background: url(gfx/a.gif) left bottom no-repeat;
	text-decoration: none;
	color: #930;
	padding: 8px 0 8px 18px;
	font-weight: bold;
	font-family: verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif }

ul#menu a:hover, ul#menu li.aktiv a {
	color: #c63 }

ul#menu strong, ul#menu em { font-weight: bold; font-style: normal; display: block }

/* 2.nivå */
ul#menu ul li a, ul#menu li.aktiv ul li a, ul#menu li.aktiv ul li.aktiv a  { padding: 4px 0 4px 33px; background: #cfd5db url(gfx/a.gif) 17px 7px no-repeat; color: #336 }

ul#menu li.aktiv ul li.aktiv a, ul#menu li.aktiv ul li a:hover, ul#menu li.aktiv ul li.aktiv ul li a:hover  {
	color: #336; background: #fff url(gfx/a.gif) 17px -29px no-repeat }

ul#menu li.aktiv ul li a, ul#menu li.aktiv ul li.aktiv ul li a { font-weight: normal; color: #336 }

/* 3. nivå */

ul#menu li.aktiv ul li.aktiv ul li a  {
	padding: 4px 0 4px 42px;
	background: #cfd5db url(gfx/a.gif) 26px 7px no-repeat }
ul#menu li.aktiv ul li.aktiv ul li a:hover, ul#menu li.aktiv ul li.aktiv ul li.aktiv a  {
	padding: 4px 0 4px 42px;
	background: #f90 url(gfx/a.gif) 26px -29px no-repeat }


/*  ------------------------------------ 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 em { font-style: normal }
#sitemap ul strong { font-weight: normal }
#sitemap ul span { font-weight: bold }

/*  --------------------------------- KOMPONENTER --------------------------------  */

/*  Nyheter  */

#nyheter { margin: 0; padding: 0 0 10px 0 }
#nyheter .art { padding: 0 0 10px 0 }
#nyheter img { float: right; margin:-20px 0 10px 10px; border: 1px solid #8c7961 }
#nyheter h1.tittel { margin: 0 0 1em 0; font-weight: bold }
#nyheter h1.tittel a:hover { }
#nyheter h1, #nyheter h3 {
	margin: 0 0 5px 0;
	border-bottom: none;
	font-weight: normal;
	font-size: 1.1em }
#nyheter strong { font-weight: normal }
#nyheter p { margin: 0 0 5px 0 }
#nyheter a { display: block }
#nyheter ul { margin: 0 0 15px 15px }

#nyheter_cms h1 { margin: 0 0 1em 0 }
body#nyheter_cms #innhold h2 { font-weight: bold }

p.dato { margin: -10px 0 10px 0; color: #666 }

p.news_arkiv { margin: 0 0 10px 0; color: #c63 }
p.news_arkiv a { color: #c63 }
p.news_arkiv a.aktiv { font-weight: bold; text-decoration: none }
p.news_arkiv a:hover { color: #000 }

/*  BOKS  */

#kol1 .komp { padding: 0 0 5px 0; width: 175px }
#innhold .komp, #innhold .komp input { width: 175px }
.komp fieldset, .komp fieldset legend { border: 0 }
#kol1 .komp h1, #kol2 .komp h1 { padding: 5px; margin: 0 0 5px 0; text-align: left }
#kol1 #login h1, #kol2 #login h1 { background: url(gfx/login.gif) 3px 7px no-repeat; padding: 5px 0 5px 25px }
#kol1 .komp label, #kol2 .komp label { display: none }
#innhold .komp label { display: block }
#kol1 .komp p, #kol2 .komp p { margin: 0; padding: 0 }
#login p { text-align: center }
#login p span { padding-top: 5px; display: block }

/*  TABELLER  */
.komp table { margin: 0 }
.komp table tr td { padding-left: 5px }

/*  INPUTFELTER  */
#firmainfo input, #kontortid input, #tips input, #nyhetsbrev input, #login input { width: 165px; padding: 2px 0 2px 5px }

/*  KNAPPER  */

p.knapp {
	border: 1px solid #ccc;
	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 #fff;
	background: #f5f5f5;
	display: block;
	color: #930 }
p.knapp a:hover, p.send a:hover {
	background: #fff;
	color: #c63 }

#nyhetsbrev p.knapp a.ut { float: left; width: 70px }
#nyhetsbrev p.knapp a.inn { float: right; width: 90px }

/*  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 table { width: auto }
#respons table td { vertical-align: middle }
#respons table tr.textarea td { vertical-align: top }
#respons fieldset { border: 0 }
#respons fieldset legend { color: #333; font-weight: bold; padding: 0 0 10px 0 }
#respons fieldset label { display: block }
#respons fieldset label.inline { display: inline }
#respons fieldset label span { }
#respons input, #respons textarea { width: 250px }
#respons input.check { border: 0; width: auto; background: transparent }
#respons p.melding, #respons textarea { height: 70px }
#respons p.knapp { width: 250px; margin: 0  }
#respons hr { margin: 2px 0 }

/*  ------------------------------------- DESIGN ------------------------------------  */

#logo a, #kont a {
	display: block; position: absolute;
	left: 26px; top: 0px;
	width: 198px; height: 198px }
#logo a span, #kont a span { display: none }
#kont a { top: 93px; left: 798px; width: 150px; height: 23px }