/* CSS Document                                                        
/* ---------------------------------------------------------------------*/
/*   Global values for Offentlig Regelverk
/*   This stylesheet is for the public version only
/* ---------------------------------------------------------------------*/
/*   Made by EDB Totalpartner AS - www.edbtotalpartner.no
/*
/* ---------------------------------------------------------------------*/
/*   Version 1.0
/*   Change log: 
/*   Last change: 04.feb.2008 by Eivind Bergmann
/*  
/* ---------------------------------------------------------------------*/

body {
	margin: 0 0 30px 0;  
	padding: 0 0 30px 0 ;	
	font-weight: normal;			
	vertical-align: top; 
	text-align: center; 
	color: #333; 

	background:#d0dee1 ;	
	font-family: verdana, tahoma, helvetica, sans-serif; 
 	font-size: 62.5%;  /* Defines EM base stat */
	 }

/***  ORIGINAL CSS ***/


/**** ****/	
		
p { font-size: 1.1em;  }	
h1 {font-size: 2em; font-weight: normal; }
h2 {font-size: 1.2em; }
h3 {font-size: 1.3em;   }
h4 {font-size: 1.2em;  }  
h5 {font-size: 1em;  }
h6 {font-size: 1em;  }

h1, h2, h3, h4, h5, h6 {
	color: #0d5189; } 




em { }
 
 
 
 
p.ingress /*em 27.03.08*/{font-size:1em; font-weight:normal; font-style:normal;}

/** Regler for lenker
**********************/

A:link         { color: #0f518b; text-decoration:underline; }     
A:visited      { color: #1b7dd4;   }    
A:focus        { color: #005eb2; text-decoration:underline; }    
A:hover        { color: #005eb2; text-decoration:underline;}    
A:active   	   { color: #4b90e5; text-decoration:underline;}    

/* Eivind har merket ut denne midlertidig
.uliconDoc a, #nav li a, .btn-lesmer a, #news-frontpage dl dt a{
	text-decoration:none; } 
	
*/

/* Layout */
#container {
 	width: 950px; 
	height: 1200px; 
	margin: 0 auto;
	text-align: left;	
	margin-bottom: 30px;  }
	
#header-outline {
	margin-bottom: 10px;  
	height: 5em; 
	color: #fff; 
	background:#1b609b url(images/bg-header3.jpg) repeat-x left center;}

#wrapper {
	background: url(images/bg-wrapper.gif) repeat-y top left;
	  }

#header{
	margin: 0 auto;
	text-align: left;
	width: 950px; 	
	padding: 0 0 0 0;
	font-family: verdana, tahoma, helvetica, sans-serif;   }
	
#header h2  {
	width: 214px;
	float: left;
	clear: right;
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
	margin: 10px 0 0 0;
	font-family:  Arial, Helvetica, sans-serif;
	word-spacing: -0.2em;
	 }
	
.menu-header 
{
	background: url(images/bg-menu-header.jpg) no-repeat left center;  
	clear: both;
	}
	
.menu-title{
	background: #004986 url(images/bg-menu-header.jpg) no-repeat left center;  
	clear: both;
	}
	
.menu-title
{
	cursor:pointer;
}
	
.menu-header .menu-title .menu-ico
{
	width: 11px; height: 11px; float: right; margin-top: -23px; margin-right: 10px;
}

.menu-header h2{
	font-size: 1.2em; 
	margin-top: 0; 
	/*background: #004986 url(images/bg-menu-header.jpg) no-repeat left center;  */
	padding: .8em 0.5em 0.8em 1em;  
	color: #fff; 
	/*min-height: 2em; */ 
	margin-bottom: 0; 
	/*clear: both; */
	}


	
.menu-header .ulicon{
 }

#lc, #mc, #rc {
	background: #fff; 
	 }

	
#lc{
	width: 214px;
	float: left;
	clear: right;
	margin-right: 8px;
	}		
	
#mc{ 
	width:506px; 
	float: left; 
    clear: right; 
	margin-right: 8px;
	padding-bottom: 5em;
	
	 }
		 
#rc{
	width: 214px;
	float: right;
	}	
	
		
.col-1, .col-2, .col-3, .col-4, .col-5 { 
	width: 184px; float: left; clear: right;  }
		
.col-2 {}
.col-3 {}
.col-4 {}
.col-5 {}

#bunntekst {
	clear: both; 
	margin-top: 4px;	
	color: #909fa2;	

	}
#bunntekst p, #bunntekst a, #bunntekst a:visited {
	margin: 3em 0 0 0; 
	color: #909fa2;
	padding: 0.8em 0 5em 0; 
	font-size: 1em; }

#bunntekst a:focus, #bunntekst a:hover {
	color: #00529b;
		text-decoration: underline;  }



#news-frontpage {
	float: left;
	 }

#news-frontpage dl{
	margin: 10px 14px;/* Top and left margin of all DLs */
	float: left;  
	padding: 0; 
    width: 458px;  /*Fix for IEmac */
	display: inline; /* Fix IE double margin bug */
	
		}
/* Her finnes det en autoclear - se eget dokument for komplett liste over klasser med autoclear*/
	
	
#news-frontpage dt{
	margin: 0; 
	padding: 0; 
	width: 326px; 
	float: right; 
	font-size: 1.3em; 	
	font-weight: bold; 
	color: #0d5189; 
	}
#news-frontpage a, #news-frontpage a:visited {
	text-decoration: none; }
#news-frontpage a:focus, #news-frontpage a:hover {
	text-decoration: underline; }

#news-frontpage dd{
	margin: 0 0 0 130px; 
	padding: 0; }
	
#news-frontpage dl dd.img {
	margin: 0;
	 }


#news-frontpage dd.img img{
	float: left;
	margin: 0 ; 
	padding: 3px; 		
	background: #fff; 
	border: 1px solid #dadada; 
	}


.news-controller {
	color: #000; 
	clear: both; 
	margin: 0 0 10px 10px;  
	}
.news-controller div.nc {
	width: 250px; 
	float: left; 
	clear: right; }
	

.news-controller a, 
.news-controller span#active {
	margin: 0 6px; }
	
.news-controller span#active {
	font-weight: bold; }

.news-controller .orderby {
	width: 150px; 
	float: right; 
	 }
.orderby {
	margin: 0;
	text-align: right; }
	
#logo, #breadcrumb, #search {
	border-bottom: 8px solid #d0dee1;
	height: 9em;  
	overflow: hidden;}


div#breadcrumb {
	background: #f5f5ef url(images/tex-bg-blye-color-bottom.gif) repeat-x left bottom; 
	 }
.breadcrumb-icon {
	float: left; 
	width: 20px; 
	margin: 9px 0 0 5px ; height: 100px;  }
.breadcrumb {
	padding: 10px;
	margin-left: 25px;  
	color: #000;
	text-align: left;
	}

.breadcrumb a {
	padding: 5px 5px 0 0px ;
	text-decoration: none;
	}
.breadcrumb a:hover {
	text-decoration:underline; }
#search {
	background: #f5f5ef url(images/tex-bg-blye-color-bottom.gif) repeat-x left bottom; 
	 }
#search {
	margin: 0; 
	padding: 0;
	 }
	 
#search h2 {
	background: url(images/ico-circle-search.png) no-repeat left center;
	padding: 10px 10px 10px 30px;  
	margin: 5px 10px 4px 10px;
	 }

#search a:link, #search a:visited {
	text-decoration: none; 
	}
	
#search a:focus, #search a:hover {
	text-decoration: underline; }

.searchborder {
 border-bottom:1px dashed #59968c; 
 margin: 1em 0 1em 0;  
 }
	



.searchborder {
 border-bottom:1px dashed #59968c; 
 margin: 1em 0 1em 0;  
 }
	
#bannere-rc {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left; 
	 }
#bannere-rc li {
	margin: 0;
	padding: 0; 
	width: 100%; 
	float: left;
	
	border-bottom: 1px solid #d0dee1; }
	
#bannere-rc a {
	
	display: block; }


/*#bannere-rc li p {
	margin: 5px 10px 5px 10px; 
	border-bottom: none;  }  
	*/

.search-text {
	background: #fff url(images/tex-bg-search.gif) repeat-x top left;
	border-top: 0px; 
	border-left:  1px solid #d3d3d3; 
	border-right: 1px solid #d3d3d3; 
	border-bottom: 1px solid #eee; 
	padding: 4px 2px 1px 2px;
	width: 115px;}

#search-form {
	margin: 0 13px 10px 10px;	
	}
#search-form input {
	color: #000;
	vertical-align: middle;
 
	}
#search-form input #search-text {	
	}

.AdvancedLink{
	padding-right: 40px;
	font-size: 0.9em;
	text-align:right;
	}




#footer {
	clear: both;
	border-top: 8px solid #d0dee1; 
	background: #fff; 
	height: 7.2em; 
	 }
	 
#footer p {
	 line-height: 0.5em}	
	  
#footer-col1 {
	float: left;
	width: 205px;
	clear: right;  
	margin: 2.4em 0 2.8em 25px; 
	  }
#footer-col2 {
	width: 205px;
	margin: 2.4em 0 2.8em 25px; 
	float: left;  
	clear: right; }
#footer-col3 {
	width: 205px;
	float: left;  
	margin: 2.4em 0 2.8em 25px; 
	clear: right; }
#footer-col4 {
	width: 205px;
	margin: 2.4em 0 2.8em 25px; 
	float: right;
	  }

#footer a, #footer a:visited{
	text-decoration: none; }
	
#footer a:focus, #footer a:hover{
	text-decoration: underline; }

.content, 
.contentBox {
	padding: 10px; }
	
.contentBox20 {
	padding: 20px; }


.docInfoLogo {
	float:right; 
	 }
	
.docInfoTxt {width:68%; float:left; clear:both;}

.frontpage-changelog {
	padding: 0 10px 0 10px; }
	
	 
#credits {}
#copyright {}
#tray { }

.paddme {
	padding: 8px; 
	clear: both; }
	
#nav {
	width: 650px; 
	float: left; 
	margin: 0 0 0 8px;
	list-style: none; 
	padding: 0.7em 0 0 0 ;
	clear: right; 
	}

#nav li {
	float: left; 
	display: block;
	list-style-type: none;
	padding: 1em 1.6em 0 0; 
	margin: 0;
	  }
	
#nav a {
	float: left; 
	display: block; 
	margin: 0; 
	padding: 0; 
	}	
	
#nav a, #nav a:visited  {
	color: #fff;
	text-decoration: none;  }
	
#nav a:focus, #nav a:hover  {
	color: #fff; 
	text-decoration: underline; }
	
.print-btn {
	float: right;
	margin-top: 1.4em; 
	display: block;
	height: 17px; 
	 }
	 
.sitemap {
	margin-left: 10px; 
	}
	
	
/* Venstre meny **********************************************************************/	


.menu {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;

		 }
.menu,
.menu ul {
		list-style:none;
		margin:0;
		padding:0;	
		}
	

.hidden {
	display:none;}	

.menu li, .menu li li, .menu li li li {
	 /* display:block; */
		margin:0;
		padding:0;	}
		
.menu a {
		display:block;
		padding: 0.5em 1.0em 0.5em 1.0em; 
		color:#000;
		text-decoration:none;
		}

	
/* Nivå 1 */
.menu li a {
		background:#fff url(images/tex-left-menu-main-arrow.gif) no-repeat 0.8em center;
		padding: 0.5em 0.5em 0.5em 2.5em;}
.menu li a:hover, .menu li a:focus{
		background:#e6f0f2 url(images/tex-left-menu-main-arrow.gif) no-repeat 0.8em center;
		color: #000; 
		text-decoration: none; 	}
		
.menu li a:active, .menu li a.active{
		background:#000 url(images/tex-left-menu-main-active2.gif) repeat-x left center;
		font-weight: bold; 
		color: #fff; 
		text-decoration: none; }

/* Nivå 2 */



.menu li li a {
		background:#fff url(images/tex-left-menu-sub-arrow.gif) no-repeat 1.8em center;
		padding: 0.2em 0.5em 0.2em 3.1em;  }
	
.menu li li a:hover, .menu li li a:focus{
		background:#e6f0f2 url(images/tex-left-menu-sub-arrow.gif) no-repeat  1.8em center;	
		text-decoration: underline; 
		 }
		
.menu li li a:active, .menu li li a.active {
		background:#fff url(images/tex-left-menu-sub-arrow-active.gif) no-repeat 1.8em center;
		font-weight: bold;
		color: #000;}


.menu li li {
}	
/* Nivå 3 */
	
.menu li li li a {
		background:#fff url(images/tex-left-menu-sub-arrow.gif) no-repeat 3.0em center; 
		padding: 0.2em 0.5em 0.2em 4.3em; }
	
.menu li li li a:hover, .menu li li li a:focus{
		background:#e6f0f2 url(images/tex-left-menu-sub-arrow.gif) no-repeat 3.0em center;	
		text-decoration: underline; 
		 }
.menu li li li a:active, .menu li li li a.active{
		background:#fff url(images/tex-left-menu-sub-arrow-active.gif) no-repeat 3.0em center;
		font-weight: bold;
		color: #000;}
	
/* Nivå 4 */
	
.menu li li li li a {
		background:#fff url(images/tex-left-menu-sub-arrow.gif) no-repeat 4.0em center; 
		padding: 0.2em 0.5em 0.2em 5.3em; }
	
.menu li li li li a:hover, .menu li li li li a:focus{
		background:#e6f0f2 url(images/tex-left-menu-sub-arrow.gif) no-repeat  4.0em center;	
		text-decoration: underline; 
		 }
.menu li li li li a:active, .menu li li li li a.active{
		background:#fff url(images/tex-left-menu-sub-arrow-active.gif) no-repeat 4.0em center;
		font-weight: bold;
		color: #000;}



/* Sitemap ********************************************************************** /*
	
.sitemap li {
	list-style: none;
	margin-top: 6px; 
	
	}


.sitemap li{
	list-style: none;
	margin-top: 6px; 
	background: url(images/tex-left-menu-main-arrow.gif) no-repeat; 
	padding-left: 20px; 
	}
	
.sitemap li .active {
	background: url(images/tex-menu-main-bg.gif) repeat-x 0 center;
	display: block; 
	height: 30px;  }

.sitemap ul li {
	list-style: none;
	margin-left: -20px; 
	background: url(images/tex-left-menu-sub-arrow.gif) no-repeat; 
	padding-left: 20px; 
	margin-top: 6px; 
	}

.sitemap li ul {

	}

.sitemap li ul li ul li {
	padding-left: 16px;
	padding-right: 20px; 
	margin-right: 20px; 
	background: url(images/tex-left-menu-sub-dot.gif) no-repeat 0 50%;
	}
	
	
	*/
	

	
.btn-lesmer {
	clear: both; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	float: left; 
	color: #00529b;
	background: url(images/btn-lesmer-right.gif) top right no-repeat; }	
	
.btn-lesmer-left-top {
	margin: 0; 
	padding: 5px 9px 0 9px; 
	background: url(images/btn-lesmer-left.gif) top left no-repeat; }	
	
.btn-lesmer-link {
	margin: 0; 
	padding: 0 0 0 9px; 
	background: url(images/btn-lesmer-left.gif) bottom left no-repeat;}
	
.btn-lesmer-link em {
	display: block;
	padding: 0 14px 5px 0; 
	font-style: normal; 
	font-size: 90%; 
	background: url(images/btn-lesmer-right.gif) bottom right no-repeat; }	
	
.btn-lesmer a {
	color: #00529b;
	text-decoration: none; }
.btn-lesmer a:focus, .btn-lesmer a:hover {
	text-decoration:underline; }
	
.btn-lesmer-arrow {
	margin: 0 0 0px 0; 
	padding: 0 6px 0 0; 
	vertical-align: middle; }


.links {
	margin:2em 0 -1em 0; 
	width:80px;}
.links .button {
	border:solid 1px #d0dee1; 
	text-align:center; 
	cursor:pointer;
	color: #0d5387;  
	font-family:tahoma, sans-serif; 
	font-size:1em; text-indent:0;
}

.button {
	        display: block; 
        margin-bottom: 1em 
}
.links .hover {
	border:solid 1px black;
}






/* Documents*/
searchOptions table {width:auto;}
.searchOptions td {width:33%;}
.searchResult h1 {font-size:2em;}
.searchResult h2 {font-size:1.2em; font-family:verdana, sans-serif;
	margin: 0; }
.weightPercent {font-weight:normal; font-size:.9em; letter-spacing:normal;}
.searchResult b {font-weight:bolder;}



/*exceptions*/

.paragraph {margin:0 0 1em 0;}
.paragraph p {margin:0 0 0 0;}
.docInfoTxt .rvbdate {margin-bottom:.5em;}
.docInfoTxt ul {margin-top:1em; margin-bottom:0;}
.receivers {margin:em 0 0 0;}
.receivers p {margin:0 0 0 0; padding:0 0 0 0;}
h3.subtitle {font-size:1.3em;}

li.displayLastModifiedHTML p {display:inline;}
li.displayLastModifiedHTML p + p {display:block;}

h3.nText {font:normal normal normal 1em/normal verdana, sans-serif;}
.breakMe {clear:both; height:0;}


/*georgia only in document modus*/

.showActRegulation, .showDoc {
/*font-family:georgia, serif; */ line-height:140%;}

.showActRegulation, .showdoc h2 {
	line-height: normal; }


.notFntExcept {font-family:verdana, Sans-Serif;}

/* Paragraphs */


.showActRegulation .paragraph .paragraphChild {margin-left:4.2em; text-indent:0;}
.showActRegulation p, .showActRegulation .paragraph {text-indent:2.2em;}
.showActRegulation .paragraph { text-indent:0;}
.showActRegulation p, .showActRegulation .paragraph, .paragraphChild {text-indent:2.2em;}

/*excepts*/
.showActRegulation .paragraph  .links {margin-left:-5.2em;}
.showActRegulation .paragraph .links {margin-left:-2.2em;}
.showActRegulation .paragraph .paragraphChild p {text-indent:0;}



p, span.normal, p.normal{ font-size: 1em; margin:0 0 1em 0;
 }

.showDoc em {
	}
	
	
.showDoc {font-size:1em;}

.showDoc p, .showDoc p.normal {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 1em;
	margin-left: 0pt;
	font-size:1em;
	}



.showDoc h1 {font-size:1em;}
.showDoc h2 {font-size:1.3em;}
.showDoc h3 {font-size:1.1em;}
.showDoc h4 {font-size:1em;}
.showDoc h5 {font-size:1em;}
.showDoc h6 {font-size:1em;}
.showDoc .footnote { line-height:140%;} 
.showDoc .links {}
.showDoc li {font-size:1em; padding-bottom:2px; line-height:140%;}
.showDoc .rvbdate {display:block; font-size:11px;}








.heading1, .heading2, .heading3 {
	margin: 1.5em 0 0.3em 0; }
	
	
/* merket ut 08.04.08 for å gi samme størrelse som på emner. Denne klassen er nå gruppert med togglerhead
.colContent h2 {font-size:1.8em; color: #000; font-weight: normal;  }
 */
	
.lighter {
	border: none; }	
	
	
		
.boxHead {
	clear: both;	
	 }	


.box {
	clear: both; 
	background: url(images/tex-bg-box-bgshader.gif) no-repeat;
	 	}

.boxHead h2, .box-top h2, .boxHead-light h2 {
	color: #fff; 
	padding: 0.6em 0.5em 1.6em 1em;  
	}

.boxHead h2 {
	background: #0c5286 url(images/bg-box-title-top.gif) repeat-x left bottom;
	padding: 0.4em 0.5em 1.6em 1em;
	color: #fff;  
	margin-bottom:1px;

	}
	
.boxHead-light h2 {
	background: #c8d6d9 url(images/bg-box-title-top-light.gif) repeat-x left bottom; 
	color: #000;
	padding: 0.4em 0.5em 1.6em 1em;
	cursor: pointer;    }



.boxHead-expand-lightmenu {
	float: right; 
	margin: 0;
	clear: left; 
	  }

.loggedNewsTogglerHead{
	padding: 8px 25px 4px 25px;	}

.loggedNewsTogglerHeaderTitle{}

#loggedNewsReadMoreButton {
	color: #0f518b; 
	cursor: pointer; 
	padding: 0 0 0 25px;	}

#loggedNewsReadMoreButton:focus, #loggedNewsReadMoreButton:hover {
	text-decoration:underline; }
	
	
	

.loggedNewsTogglerGroup {
	display:none; 
	background:#fff; 
	border: 1px solid #00529b;
	margin-left: 25px;
	margin-top: 3px;
	}

.loggedNewsUl {
	padding: 10px 10px 10px 2px;
	margin: 0 0 0 20px;	
	list-style: url(images/ico-document-list-arrow.gif) outside;}



ul.loggedNewsUl li a{
	display:inline;
	padding-left: 5px;}

ul.loggedNewsUl li p{
	margin: 0;
	}

.loggedNewsUl li {
	padding: 0 0 6px 0;
	margin: 0 0 0 0;
	}

.loggedNewsUl li .txtLib{
    color: Gray;}

.loggedNews {
	margin: 0 10px 0 10px; }



.togglerHead h2 {	
	background: #c8d6d9 url(images/bg-box-title-top-light.gif) repeat-x left bottom; 
	color: #000;
	padding: 0.4em 0.5em 1.6em 1em;
	margin: 0;
	cursor:pointer;
 }

.togglerHeadOver h2{
	background: #c8d6d9 url(images/bg-box-title-top-light.gif) repeat-x left bottom; 
	color: #000;
	padding: 0.4em 0.5em 1.6em 1em;
	margin: 0;
	cursor:pointer; }



.togglerGroup {
	display:none; 
	margin-bottom:3.5em;
	}

.togglerHeadOut h2{	background: #c8d6d9 url(images/bg-box-title-top-light.gif) repeat-x left bottom; 
	color: #000;
	padding: 0.4em 0.5em 1.6em 1em;
	margin: 0;
	cursor:pointer;}

/*
	
.ulicon {
 margin:1em 0 1em 0; }

.ulicon li {
	list-style:url(images/ico-document-list-arrow.gif) outside;
	margin: 0em 1em 0em -1.2em; }
	
	
ul.ulicon li.att {list-style:url(images/ico-document-list-vedlegg.gif) outside;}
ul.uliconDoc li {list-style:url(images/ico-document-list-dot.gif) outside;}
ul.uliconDoc li.att {list-style:url(images/ico-document-list-vedlegg.gif) outside;}

*/
/* Spesielle regler i høyre menu bar */
.content .box .ulicon{
	padding: 0 0 0 14px;}
/* Spesielle regler slutt*/


.ulicon {
	 margin:1em 0 1em 0;
	  }
.ulicon li{ 
	list-style-image: url(images/ico-document-list-arrow.gif);
	}

.ulicon li.att{ 
	list-style-image: url(images/ico-document-list-vedlegg.gif);
	}


.uliconDoc ul  {
	list-style: none;  
	display: inline-table;
}


ul.uliconDoc{
	list-style: none;  
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
}
	
.uliconDoc li {
	background: url(images/ico-document-list-doc.gif) 0 3px no-repeat;
	margin: 0.4em 0 0.4em 0; 
	padding: 3px 0 3px 17px;
	list-style: none; 
}

.uliconDoc li.att 
{   /* Endret til background-img d. 13.3.2008 for å gjøre listen lik i Firefox og IE */	
	background: url(images/ico-document-list-vedlegg.gif) 0 4px no-repeat;
}

.uliconDoc li a{
	margin: 0;
		display: inline;
	padding: 0;}

.signatur {
	margin:2em 0 6em 0;
	float: left; 
	width: 100%; 
	 }


.ulicon a.em1{	
  	padding-right: 3px;
	 }
		
a.em1 {
	width: 150px; 
	display: inline;  }
	
	
.signatur-1, .signatur-2 {
	padding: 3em 0 0 0;
	margin: 0; 
	 }
	
.signatur-1 {
	width: 220px; 
	float: left; 
	clear: right; 
	}

.signatur-2 {
	width: 220px; 
	float: right; 
	}

.signatureXtra {
	display:block; 
	margin:1em 0 1em 45%;}

.box-top {
	background: url(images/tex-bg-box-top.gif) no-repeat;
	height: 32px; 
	overflow: hidden;  }

.box-content {
	width: 154px; 
	margin: 0px 0 15px 0;
	padding: 15px 15px;
	display:compact;  
	   }
	
.box-bottom {
	background: url(images/tex-bg-box-bottom.gif) no-repeat; 
	height: 5px; margin-bottom: 11px; 
	 }


/*hjemler */

.hjemmel {
	clear: both; 
	background: url(images/tex-bg-hjemmel.gif) repeat-x; 
	border: 1px solid #000; 
	padding: 1.2em 0.8em 1.2em 0.8em; 
	margin-bottom: 1.8em; 
	 }

	
.hjemmel p {
	margin-bottom: 0.3em;
	margin-top: 0; 
	font-weight: bold; 
	font-size: 1.1em;  }
.hjemmel a {
	padding: 0 1em 0 0 ;
	
	}
.hjemmel a:hover {
	text-decoration:underline; }
	
	
	

/* Treemeny  */



.cr {
	clear: both; }

.float-left {
	float: left; 
	clear: right; }
	
/*Plukkeklasser*/
.margin-top20 {
	margin-top: 20px; }
	
.margin-top250 {
	margin-top: 250px; }
	
	
	
/* DISABLER INNHOLD FRA RVP  */

.colNav {
	display: none;
}

.loggedNewsTogglerGroup2{
	float:left;	
	}
	
.normal em{
     }


/*  Fjernes etter testfasen 


ul li ul li {list-style:circle;}














 */

