/*  ---------------------------------      LAYOUT      ---------------------------------  */

* { margin: 0; padding: 0 }
body { background: #fff url(gfx/bg.png) repeat-x }

#innholdsramme { padding: 10px }

#kol1, #kol2 { position: absolute; overflow: hidden }

#kol1 { top: 205px; left: 72px }
#kol2 {
	top: 92px; right: 15px; padding-top: 20px;
	background: url(gfx/bg_hkol.png) no-repeat;
	width: 143px }
#kol2 p { margin: 0 }
#kol2 p a { display: block; padding: 5px 0 5px 0 }
#kol2 p a:hover { border-bottom: 1px solid #00c; padding: 5px 0 4px 0 }

#innhold { margin: -90px 188px 0 325px }

#header { height: 210px; background: url(gfx/logo.png) no-repeat; }
#header h1, #header p { position: absolute; visibility: hidden }

#kreditt {
	text-align: center;
	background: url(gfx/bg_copy.png) top center no-repeat;
	margin-top: 10px;
	padding: 10px;
	font-size: 10px;
	color: #99c }

#kreditt a { color: #99c }
#kreditt a:hover { color: #000 }

/*  ----------------------------------   ALT. DESIGN   ------------------------------ */

/*  BODY-klasse: tokol */
body.tokol #innhold { margin: 0 10px 0 200px }
body.tokol #kol2 { display: none }

/* Slik skjuler man tekst og erstatter med grafikk i titler:
#art1234 h1 span { display: none }
#art1234 h1 { background: url(filarkiv/info.gif) no-repeat; height: 25px } */

/*  ------------------------------       TYPOGRAFI     -------------------------------  */

body { font-size: 70%; color: #000 } /* Basestørrelse */
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input, textarea, select, option {
	font-family: verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif } /* Basefont */

blockquote {
	font-size: 1.1em } /* Større font */

input {
	font-size: 1em } /* Vanlig font */

#kreditt, #xtranav, #kol1, #kol2, .artinfo p, #nyheter {
	font-size: 0.9em } /* Liten font */

/* Overskrifter */
#innhold h1 { font-family: "trebuchet ms", "times new roman", serif; color: #00c }
h1 { font-size: 1.6em }
h2, h3, h4, h5, h6 { font-size: 1em }
h2 a { color: #000 }
#kol1 h1, #kol2 h1 { font-size: 1em }

/* Marger */
h1, h2,h3,h4,h5,h6,blockquote,p { margin: 0 0 15px 0 }
#innhold ul, #innhold ol { margin: 0 0 15px 30px }

/* Lenker, akronymer og forkortelser */

a, a.active, a.visited { color: #00c; text-decoration: none }
a:hover { color: #fc0 }
#kol1 a, #kol2 a, #kreditt a, #sitemap a, #xtranav a, h1 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 {
	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, io
#whois input:active { background: #fff }
input.checkbox { border: 0; background: transparent; margin: 0 }
.list li { list-style-image: url(list.png) }

/*  ---------------------------------- NAVIGASJON ---------------------------------  */

#smuler { display: none }
#nav { margin: 0 0 15px 0 }
ul#menu {
	position: relative;
	z-index: 1000;
	border: 1px solid;
	border-color: #cadbed #fff #fff #cadbed }

ul#menu, ul#menu ul, ul#menu ul li, ul#menu ul div, ul#menu li, ul#menu div {
	width: 150px; line-height: 1em }

ul#menu, ul#menu li, ul#menu li, ul#menu div { list-style-type:none; margin-top: 0 }
ul#menu li { float: left }

ul#menu a {
	display: block;
	letter-spacing: 1px;
	border: 1px solid;
	border-color: #fff #cadbed #cadbed #fff;
	background: #EFF4FA;
	padding: 3px 0 3px 10px;
	text-decoration: none;
	color: #246FAB;
	width: 138px }

ul#menu a:hover, ul#menu li.aktiv a {
	background: #00c;
	border-color: #000 #00c #00c #000;
	color: #fc0;
	font-weight: bold }

ul#menu strong, ul#menu em { display: block; font-style: normal; font-weight: normal }

#nav .x1 { clear: left }

/*  ------------------------------------ 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 }
#nyheter h1.tittel { margin: 0 0 5px 0; font-size: 1.2em }
#nyheter h1.tittel a { color: #000; display: block }
#nyheter h1.tittel a:hover { color: #000 }
#nyheter h1, #nyheter h3, #nyheter ul li a {
	margin: 0 0 5px 0; padding: 0 0 0 15px;
	background: url(gfx/news_h1.gif) no-repeat;
	font-size: 1em;
	font-family: verdana }
#nyheter strong { font-weight: normal }
#nyheter p { margin: 0 0 5px 0; padding: 0 0 0 15px }
#nyheter p.lesmer { margin: 0 0 10px 0 }
#nyheter a { display: block }
#nyheter p.lesmer a {
	display: block; padding: 0 0 5px 0;
	border-bottom: 1px dotted #95ACC3 }
#nyheter ul { margin: 0 0 5px 0 }
#nyheter li { list-style-type: none; width: 90% }

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 }

/*  BOKS  */

.komp { padding: 5px }
.kalenderkomp { margin: 10px 0 0 0 }
.komp {
	border: 1px solid;
	border-color: #fff #c0c0c0 #c0c0c0 #fff;
	background: #DEE0D5 }
.kalenderkomp, #firmainfo, #kontortid, #tips, #nyhetsbrev, #stats, #poll, #login, .top5 {
	border: 1px solid;
	border-color: #c0c0c0 #fff #fff #c0c0c0;
	background: #DEE0D5 }

#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: #c0c0c0 #fff #fff #c0c0c0 }
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 #c0c0c0 #c0c0c0 #fff;
	background: #D3D3D3;
	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 fieldset { border: 0 }
#respons fieldset legend { padding: 10px 0; font-weight: bold; color: #000 }
#respons fieldset label { display: block }
#respons input, #respons textarea, #respons select { width: 170px }
#respons p.melding, #respons textarea { height: 80px }
#respons p.knapp { width: 170px; margin: 10px 0 0 0 }
#respons td { padding: 2px 10px 2px 0 }

/*  ------------------------------------- DESIGN ------------------------------------  */

#logo a span { display: none }
#logo a { position: absolute; left: 0; top: 0; z-index: 10000; display: block; height: 208px; width: 284px }

#end {
	position: absolute;
	top:       3px;
	left:    0px;
	width:       100%;
	height:      310px;
	background:   url(gfx/end.png) no-repeat right top;
	z-index: -1 }


#validator a {
	margin-top: 15px;
	width: 143px;
	height: 20px;
	display: block;
	background: url(gfx/validator.png) 0px 0px no-repeat }

#validator a:hover { background: url(gfx/validator.png) 0px -20px no-repeat }

.toplink {
	padding: 5px 0px 0px 15px;
	background:   url(gfx/top.png) no-repeat;
	width: 87px;
	height: 18px;
	display: block }
