﻿body { 
	margin: 0; 
	background-color: #000;
	background-image:url(/images/bg.png);
	background-repeat:repeat-x;
	font-size : 75%;  
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #444444; 
}


/* CSS for generell tekstformatering o.l. */

A:link					{ color: #C2731C; text-decoration: none; }
A:visited				{ color: #C2731C; text-decoration: none; }
A:active				{ color: #C2731C; text-decoration: none; }
A:hover					{ color: #C2731C; text-decoration: underline; }
IMG						{ margin:0;border:0; }
ADDRESS					{ font-size: 100%; font-style: normal; line-height: 1.4em; }
TABLE					{  }
TH						{ font-weight: bold; text-align: left; padding: 2px; }
TD						{ font-weight: normal; text-align: left; }
H1						{ color:#333333; font-size: 1.5em; margin-top:0; margin-bottom: 15px; line-height:1.2em; text-transform:uppercase;}
H2						{ font-size: 110%; margin: 0; margin-bottom:5px; line-height:1.2em;text-transform:uppercase;}
H3, H4, H5, H6			{ font-size: 100%; margin: 0; margin-bottom:2px; }
P						{ font-size: 100%; line-height: 1.2em; }
UL						{ font-size: 100%; line-height: 1.6em; margin:0; padding:0; }
UL LI UL				{ font-size: 100%; margin:0; padding:0; }
OL						{ font-size: 100%; line-height: 1.6em; margin:0; padding:0; }
OL LI OL				{ font-size: 100%; margin:0; padding:0; }
FORM 					{ margin:0; padding:0; }
INPUT 					{ margin:0; padding:0; }

/* CSS for layout */

#container  
{
    width: 1000px; 
    margin: 0 auto; 
    padding-bottom:15px;
    }
#header  
{
    float:left; 
    width: 1000px; 
    height:88px; 
    margin-bottom: 0px; 
    vertical-align:middle;
    background-color:#000; 
    background-image:url(/images/header.png); 
    background-repeat:no-repeat;
    }
#logo  
{
    float:left; 
    width:200px;
}

/* CSS for menyene */

#topmenu 
{
    float:right;
    background-image:url(/images/bg_topmenu.png);
    background-repeat:no-repeat;
    margin-top:15px;
    padding:15px 10px 15px 25px;
    width:275px;
    height:24px;
}
#topmenu ul
{
    float:left;width:100%;
}

#topmenu li
{
    float:left;display:inline;
    list-style:none;
    margin-right:15px;
/*    font-size:0.9em; */
}
#topmenu li a
{
    color:#7D7D7D;
}
#topmenu li a:hover, #topmenu li.SelectedNode a
{
    color:#C2731C;
    text-decoration: none;
}

#mainmenu	{
	float:left;
    width: 100%; 
	height:48px;
/*    background-image:url(/images/bg_mainmenu.png); 
    background-repeat:repeat-x; */
    margin-bottom:15px;
}
#mainmenu UL.menu { 
	float:left;
	list-style: none; 
	margin: 0; 
	width: 800px; 
}
#mainmenu LI { 
	float: left;  
	text-transform: uppercase;
	height:16px;
	margin:1px 0;
	border-right: 1px solid #333333;
	padding: 16px; 
	text-decoration:none;
}
#mainmenu LI.HomeNode {
	border-left: 1px solid #333333;
}
#mainmenu LI.DefaultNode a {
	color:#848485;
	text-decoration:none;
}
#mainmenu LI.SelectedNode, #mainmenu LI.DefaultNode:hover {
	background-image:url(/images/bg_selected.png);
	background-repeat:no-repeat;
	color:#fff;
}
#mainmenu LI.SelectedNode a, #mainmenu LI.DefaultNode a:hover {
	color:#fff;
	text-decoration:none;
}

#search 
{
    float:right;
    width:178px;
    background-image:url(/images/bg_search.png);
    background-repeat:no-repeat;
    margin:12px 0 8px 0;
    height:28px;
}
.searchbtn  
{
    margin:4px; 
    height: 20px;
    width:24px;
    float:left;
    }
.searchtext  
{
    float:left;
    width: 140px; 
    margin:4px 0; 
    height: 18px; 
    background-image:url(/images/bg_searchbox.png); 
    border:0; 
    padding:1px;
    color:#fff;
   }

#frontmain {
	float:left;
	width:1000px;
	margin-bottom: 15px; 
}

#main {
	float:left;
	width:1000px;
	margin-bottom: 15px; 
}
#frontcontent   
{
    width: 745px; 
    height:270px;
    float: left; 
    margin:0;
    padding:0;
    vertical-align:top;
     }

#topflash { 
	float:left; 
    width: 745px; 
	margin-bottom: 15px; 
	}
#topitems { 
	float:left; 
    width: 745px; 
	}
.topitemleft { float:left; margin-right:15px; width:364px; }
.topitemright { float:right; width:364px; }

#topitems .frontArtk 
{
    width:362px; 
    float:left;
    border:1px solid #a5a5a5;
    border-bottom:2px solid #a5a5a5;
}
#topitems .frontArtk h2
{
    float:left;
    width:342px;
    color:#fff;
    padding:12px 10px;
    background-image:url(/images/bg_topitem.png);
    background-repeat:no-repeat;
    margin:0;
    font-size:1.2em;
    }
#topitems .frontArtk h2 a
{
    color:#fff;
    text-decoration:none;
    }
#topitems .frontArtkBilde
{
    float:left;
    width:362px;
    height:208px;
    margin:0;
    }
#topitems .frontArtkTekst
{
    float:left;
    width:332px;
    height:80px;
    margin:0;
    padding:20px 15px 8px 15px;
    background-color:#212121;
    color:#a5a5a5;
    line-height:1.4em;
    }
#topitems .frontArtkTekst a
{
    float:right;
    }

#right	  
{
    float: left;
    }
.frontright
{
    width: 240px; 
    float: left;
    margin-left:15px;
    }
#right #topnews 
{
    float:left;
    width:240px;
    height:270px;
    margin-bottom:15px;
}
#right #topnews .frontArtk 
{
    width:100%; 
    float:left;
}
#right #topnews .frontArtk h2 
{
    float:left;
    background-color:#212121;
    border:1px solid #a5a5a5;
    width:218px;
    height:18px;
    padding:15px 10px;
    margin-bottom:3px;
    text-transform:uppercase;
    color:#848484;
    font-size:0.95em;
}
#right #topnews .frontArtk h2 a
{
    color:#848484;
    text-decoration:none;
}
#right #topnews .frontArtkBilde
{
    float:left;
    width:238px;
    height:136px;
    margin:0;
    border-left:1px solid #a5a5a5;
    border-right:1px solid #a5a5a5;
    }
#right #topnews .frontArtkTekst
{
    float:left;
    width:218px;
    height:60px;
    margin:0;
    padding:10px;
    background-color:#212121;
    color:#a5a5a5;
    font-size:0.9em;
    border-left:1px solid #a5a5a5;
    border-right:1px solid #a5a5a5;
    border-bottom:1px solid #a5a5a5;
    }

#right #topnews .frontArtkTekst a
{
    float:right;
    }
#newsandevents 
{
    float:left;width:100%;
}
#right h2.orange
{
    float:left;
    width:100%;
    background-color:#EE9735;
    background-image:url(/images/bg_orange.png);
    background-repeat:no-repeat;
    width:210px;
    height:14px;
    padding:15px;
    margin-bottom:2px;
    text-transform:uppercase;
    color:#000;
    font-size:1.2em;
}
#right h2.orange a
{
    color:#000;
    text-decoration:none;
}
#right ul.contentlist      
{
    float:left;
    width:100%;
    list-style-position:outside;
    margin:0;
}
.frontright li.listArtk 
{
    list-style:none; 
    background-image:url(/images/bg_grey.png);
    background-repeat:no-repeat;
    width:220px;
    height:24px;
    padding:10px;
    margin-bottom:1px;
    line-height:1.0em;
    color:#494949;
    font-size:0.9em;
}
.frontright li.listArtk a
{
    color:#000;
}

#contact { 
    width:970px;
    float:left;
    padding:15px;
	margin-bottom: 15px; 
    background-color: #000; 
    color:#a5a5a5;
}
#contact .address 
{
    float: left; margin-right: 115px;
}
#contact .address.last
{
    margin-right: 0;
}

#contact h2 { 
    color:#c2731c;
}
#contact h3 { 
    color:#fff;
}

#footer  
{
    width:960px;
    float:left;
    padding:30px 10px 30px 30px;
   	margin-bottom: 15px; 
    background-color: #c4c4c4; 
    }
#leftfooter  
{
    width:420px;
    float:left;
    }

#rightfooter  
{
    width:530px;
    float:right;
    padding-left:10px;
    background-image:url(/images/border_footer.png);
    background-repeat:repeat-y;
    background-position:left;
    }

#footer li
{
    text-transform:uppercase; 
    font-weight:bold;
    list-style-type: none;
    margin-right:10px;
    float:left;
    width:120px;
    }
#footer li.DefaultNode a
{
    color:#000;
    text-decoration: none;
    }
#footer li.SelectedNode a
{
    color:#C2731C;
    text-decoration: none;
}

#footer ul.submenu li
{
    list-style-type: none;
    list-style-position: inside;
    float: none;
    text-transform:none; 
    font-size:0.9em;
    line-height:1.1em;
    margin-top:5px;
     }        

#footer ul.submenu .DefaultNode a
{
    color:#7D7D7D;
    text-decoration: none;
}

.submain 
{
    background-image:url(/images/bg_main.png);
    background-repeat:repeat-y;
    width:1000px;
}
#left { 
	width: 240px; 
	float: left; 
	margin-right: 14px;
	padding-bottom:15px;
}
#left h2.orange 
{
    color:#fff;
    background-image:url(/images/bg_orange.png);    
    width:210px;
    height:14px;
    padding:15px;
    margin-bottom:2px;
    text-transform:uppercase;
    font-size:1.2em;
}
#left h2.orange a
{
    color:#fff;
    text-decoration:none;
}
#left h2.orange .DefaultNode
{
    display:none;
}

ul.leftmenu {
    width:100%;
    float:left;
	margin: 0; 
	padding: 0; 
	font-size:0.9em;
}
ul.leftmenu LI	{ 
    width:210px;
    min-height:20px;
    float:left;
	margin:0; 
	padding:12px 15px; 
	list-style-type: none; 
    background-image:url(/images/bg_grey_left.png);
    background-repeat:no-repeat;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
}
ul.leftmenu LI	a { 
    color:#000;
    text-decoration:none;
}
ul.leftmenu LI.SelectedNode a, ul.leftmenu LI.DefaultNode a:hover { 
	color: #C2731C; 
    text-decoration:none;
}
#subcontent   
{
    width: 452px; 
    float: left; 
	background-color:#fff;
	padding:20px;
}
#subcontent UL 
{
    margin-left:15px;
}
.subright 
{
    width:230px;
	padding: 15px 5px;
	float:right;
	margin-left:14px;
}
.widemain 
{
    background-image:url(/images/bg_wide.png);
    background-repeat:repeat-y;
    width:1000px;
}
.widemain #subcontent 
{
    width:705px;
    background-color:#fff;
}

.subright ul.contentlist
{
}
#subcontent ul.contentlist li, .subright ul.contentlist li
{
    list-style:none;
    text-indent:0;    
}
.subright ul.contentlist li a
{
    color:#000;   
}
ul.contentlist li.listFil img
{
    float:left;
    margin-right:5px;
}
.subright ul.contentlist li.listFil
{
}
.subright #right li.listArtk 
{
    list-style:none; 
    background-image:none;
    background-repeat:no-repeat;
    width:220px;
    height:auto;
    padding:0px;
    margin-bottom:10px;
    line-height:1.1em;
    color:#444444;
    font-size:0.9em;
}
.subright #right ul.contentlist li.listArtk a
{
    color:#000;
}
#contactinfo 
{
/*    background-image:url(/images/border_horizontal_right.png);
    background-position:top;
    background-repeat:repeat-x;
    padding-top:15px;  */
    margin-top:15px;
    font-size:0.9em;
}
#contactinfo h2
{
    font-size:1.0em;
}

#contactinfo a 
{
    color:#444444;
    text-decoration:underline;
}
#skjema 
{
    float:left;
    width:100%;
}
#skjema input
{
    width:200px;
}
#skjema textarea
{
    width:300px;
}
#skjema input[type="submit"]
{
    width:100px;
}

#copyright {
    float:left;
    width:400px;
    color:#a5a5a5;
    margin-bottom:15px;
    font-size:0.9em;
}
#byline {
    float:right;
    width:500px;
    color:#a5a5a5;
    text-align:right;
    margin-bottom:15px;
    font-size:0.9em;
}
#byline a 
{
    color:#a5a5a5;
    text-decoration:underline;
}

.pager
{
    float: left;
    /*    border:solid 1px black; */
    margin-top: 20px;
    width:400px;
	clear:both;
}

#right .pager
{
    margin-top: 10px;
    width:220px;
	clear:both;
}
.pager .firstprev
{
    float:left;
}
.pager .pagelist
{
    float: left;
}
.pager .lastnext
{
    float:left;
    text-align:right;
}

/*Innholdstyper*/

.listArtk{float:left; width:100%; }

.kortArtk{ float:left; width:100%; margin-bottom:15px; }
.kortArtkBilde{ }
.kortArtkTekst{ float:left;  }
.fullArtk{float:left; width:100%; }
.fullArtkTekst{}

.searchArtk{float:left; width:100%; }

.listDok{float:left; width:100%; }
.kortDok{float:left; width:100%; }
.fullDok{float:left; width:100%; }
.searchDok{float:left; width:100%; }

.listFil{float:left; width:100%; }
.kortFil{float:left; width:100%; }
.fullFil{float:left; width:100%; }
.searchFil{float:left; width:100%; }

.listBilde{float:left; margin-right:10px; margin-bottom:10px; list-style:none; }
.searchBilde{float:left; width:100%; }

.listLenke{float:left; width:100%; }
.kortLenke{float:left; width:100%; }
.fullLenke{float:left; width:100%; }
.searchLenke{float:left; width:100%; }


.contentbunntekst { font-style:italic; margin-bottom:10px; }
