* {
 	margin: 0;
 	padding: 0;
}


body {
	text-align: center; /* IE hack for centering */
	background-image: url(../graphics/background_body.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #c4beaf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
}

h1, h2, h3, h4 {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	color: #000000;
	line-height: 1em;
}


/* container */

div#mainwrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}



/* header */

div#header {
	display: none;
}


/* columns */

div#contentwrap {
	width: 100%;
	margin: 0 auto;
}

div#left {
	display: none;
}

div#center_3_column {
	width: 100%;
	float: left;
}

div#center_3_column #content, div#center_2_column #content {
	margin: 20px 10px 10px 10px;
}

div#center_2_column {
	width: 100%;
	float: left;
}

div#right {
	display: none;
}



/* footer */

div#footer {
	display: none;
}


/* boxes */

/* generell kode */

/* .hd = head .bd = body .ft = footer           */

/* .c er midtfeltet og .s er der content ligger */


.roundedbox_small .hd .c, .roundedbox_small .ft .c, .roundedbox_large .hd .c, .roundedbox_large .ft .c, 
.roundedbox_xlarge .hd .c, .roundedbox_xlarge .ft .c, .roundedbox_large_artikkel .hd .c, .roundedbox_large_artikkel .ft .c {
 	font-size: 1px; /* ensure minimum height */
 	height: 8px;
}

.roundedbox_small .ft .c, .roundedbox_large .ft .c, .roundedbox_xlarge .ft .c, .roundedbox_large_artikkel .ft .c {
 	height: 8px;
}

.roundedbox_small .hd, .roundedbox_large .hd, .roundedbox_xlarge .hd, .roundedbox_large_artikkel .hd {
	background-color: transparent;
	background-image: url(../graphics/round_tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.roundedbox_small .hd .c, .roundedbox_large .hd .c, .roundedbox_xlarge .hd .c, .roundedbox_large_artikkel .hd .c {
	background-color: transparent;
	background-image: url(../graphics/round_tr.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.roundedbox_small .bd, .roundedbox_large .bd, .roundedbox_xlarge .bd, .roundedbox_large_artikkel .bd {
	background-color: transparent;
	background-image: url(../graphics/round_ml.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

.roundedbox_small .bd .c, .roundedbox_large .bd .c, .roundedbox_xlarge .bd .c, .roundedbox_large_artikkel .bd .c {
	background-color: transparent;
	background-image: url(../graphics/round_mr.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.roundedbox_small .bd .c .s, .roundedbox_large .bd .c .s, .roundedbox_xlarge .bd .c .s, .roundedbox_large_artikkel .bd .c .s {
 	margin: 0 20px 0 20px;
	padding-bottom: 10px;
 	background:	#e8e5df;
}

.roundedbox_small .ft, .roundedbox_large .ft, .roundedbox_xlarge .ft, .roundedbox_large_artikkel .ft {
	background-color: transparent;
	background-image: url(../graphics/round_bl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.roundedbox_small .ft .c, .roundedbox_large .ft .c, .roundedbox_xlarge .ft .c, .roundedbox_large_artikkel .ft .c {
	background-color: transparent;
	background-image: url(../graphics/round_br.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* clearing av floats inne i boksene */

.clearbox {
	clear: both;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* bilde plasseres med neg. margin for å ligge på kanten av boksen */

.roundedbox_picture {
	float: left;
	margin: -5px 0 -5px -16px;
}

.roundedbox_picture_stretched {
	float: left;
	margin: -5px 0 15px -16px;
}

.roundedbox_picture a:link, .roundedbox_picture a:visited, .roundedbox_picture a:hover, .roundedbox_picture a:active, div.roundedbox_picture a img, .roundedbox_picture_stretched a img, .roundedbox_picture_stretched a:link, .roundedbox_picture_stretched a:visited, .roundedbox_picture_stretched a:hover, .roundedbox_picture_stretched a:active, .roundedbox_picture_small a:link, .roundedbox_picture_small a:visited, .roundedbox_picture_small a:hover, .roundedbox_picture_small a:active, div.roundedbox_picture_small a img  {
	text-decoration: none;
	border: 0;
	outline: 0;
	background-color: transparent;
}

/* marger for overskrifter og ingress i boksene */

.roundedbox_small h1, .roundedbox_large h1,.roundedbox_xlarge h1, .roundedbox_large_artikkel h1, .tablebox h1 {
	font-weight: bold;
	font-size: 1.9em;
	padding: 10px 0;
	word-wrap: break-word;
}

.roundedbox_small h2, .roundedbox_large h2, .roundedbox_xlarge h2, .roundedbox_large_artikkel h2, .tablebox h2 {
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 0;
	word-wrap: break-word;
}

.roundedbox_small p, .roundedbox_large p, .roundedbox_xlarge p, .roundedbox_large_artikkel p {
	padding: 5px 0;
}

/* Les mer knappen i begge boksene */

.lesmer {
	display: none;
}

.lesmer a:link, .lesmer a:visited, .lesmer a:hover, .lesmer a:active {
	text-decoration: none;
	border: none;
}

.lesmer img {
	border: none;
}

/* Liten boks - to stk. plasseres ved siden av hverandre */

.roundedbox_small {
	width: 50%;
 	margin: 0 0 15px 4px;
	float: left;
}



/* stor boks */

.roundedbox_large, .roundedbox_large_artikkel {
	width: 100%;
 	margin: 0 auto 15px auto;
}

/* ekstra stor boks */

.roundedbox_xlarge {
	width: 100%;
 	margin: 0 auto 15px auto;
}




/* Ved to kolonner i stor boks */

.large_left_column {
	float: left; 
	width: 225px;
}

.large_right_column {
	width: 225px; 
	margin: 0 0 0 245px;
}

/* Link til artikkelarkiv */

div.arkivlink {
	text-align: right;
	margin-right: 10px;
	font-size: 1.2em;
}


/* artikkel */

div.artikkel {
	line-height: 1.5em;
	margin: 0 8px;
}

div.artikkel #stortbilde-wrapper {
	padding-top: 17px;
}

.artikkel_stort_bilde {
	margin: 11px 0;
}

div.artikkel ul li , div.artikkel ol li {
	list-style-position: outside;
	margin-left: 17px;
}

.forfatter {
	font-size: 0.9em;
	margin-top: -10px 0 1em 0;
}

.ingress {
	font-weight: bold;
	margin: 1em 0;
}

div.artikkel p {
	text-indent: 20px;
	margin: 1em 0;
}					

.bilde_left {
	float: left;
	margin: 0px 15px 15px 0;
}

.bilde_right {
	float: right;
	margin: 0px 0px 15px 15px;
}


/* Søkeresultat */

div.soek {
	line-height: 1.5em;
	margin: 0 8px;
}

.soekeord, .soekinfo {
	font-size: .9em;
}

.uthevet {
	font-weight: bold;
	margin: 10px 0;
}

.uthevet a {
	color: #545454;
	border: none;
}

.soekelinje {
	width: 300px;
	margin-right: 10px;
}

.active {
	color: #f29400;
}

.soek h2 a {
	color: #f29400;
	border: none;
}

.soek h2 a:hover {
	background-color: transparent;
}

.linje {
	border-bottom: 1px solid #808080;
	margin: 10px 0;
}

.soek .opplisting {
	margin: 10px 0;
}


/* Kontaktskjema */

div.kontaktskjema {
	width: 350px;

}

div.kontaktskjema label,div.kontaktskjema input, div.kontaktskjema textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

div.kontaktskjema input.button {
	width: 100px;
	float: right;
}

div.kontaktskjema label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

div.kontaktskjema br {
	clear: left;
}

/* Tabell for relaterte linker etc. */

.relaterte-linker .tableheader {
	background-color: #A0A0A4;
	color: #FFFFFF;
	padding: 5px 10px;
	font-weight: bold;
}

.relaterte-linker img {
	border: 0;
}

table.relaterte-linker td {
	vertical-align: top;
}

/* Bildetekst og floating av bilder */

div.float-left {
  float: left;
  width: 204px;
  margin: 5px 15px 0 0;
}


div.float-right {
  float: right;
  width: 204px;
  margin: 5px 0 0 15px;
  padding-left: 10px;
}
  
div.float-left .caption, div.float-right .caption {
   display: block;
   font-style: italic;
}

div.float-left .photobyline, div.float-right .photobyline {
	display: block;
	float: right;
}   



/* Alsett Clearing Method - the footer comes below the longest column */

.clearfix:after {
    content: ".";          
	display: block;        
    height: 0;             
    clear: both;           
    visibility: hidden;	   
}

/* Må kommentere ut denne, ellers ikke validert CSS

.clearfix {
	display: inline-block;  a fix for IE Mac 
} 

*/

/* a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* NY KODE FOR TABELLUTLISTING AV BOKSENE */

div.tablebox {
	 margin: 0 auto 15px auto;
}

div.box-top {
	background: transparent url(../graphics/box-top.gif) right top no-repeat; 
	height: 15px;
}

div.box-right {
	background: transparent url(../graphics/box-right.gif) right top repeat-y;
}

div.box-bottom {
	background: transparent url(../graphics/box-bottom.gif) right top no-repeat; 
	height: 15px;
}

div.text-wrapper-when-picture {
	margin: 0 20px 0 15px;
	padding: 0;
}

div.text-wrapper-when-picture-stretched {
	margin: 10px 0 0 0;
	padding: 0;
}

div.text-wrapper p, div.text-wrapper-when-picture p, div.text-wrapper-when-picture-stretched p {
	margin: 5px 0;
}

div.tablebox-picture {
	margin: 4px 0 4px 4px;
}

div.tablebox-picture-stretched {
	margin-left: 5px;
}

div.tablebox-picture-stretched a:link, div.tablebox-picture-stretched a:visited, div.tablebox-picture-stretched a:hover, div.tablebox-picture-stretched a:active, div.tablebox-picture a:link, div.tablebox-picture a:visited, div.tablebox-picture a:hover, div.tablebox-picture a:active {
	text-decoration: none;
	border: none;
	background-color: transparent;
}

div.tablebox-picture-stretched img, div.tablebox-picture img {
	border: none;
}

.lesmer-knapp {
	width: auto;
}

.lesmer-knapp a:link, .lesmer-knapp a:visited, .lesmer-knapp a:hover, .lesmer-knapp a:active {
	text-decoration: none;
	border: none;
	background-color: transparent;
}

.lesmer-knapp img {
	border: none;
	float: right;
}