

/***************************** GLOBALE STILER ***********************************/
/*******************************************************************************/



html
{ 
  margin: 0 auto;
  padding: 0;
  }


body{
	margin: 2px 0 0 0;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;	
}

img{
	border: 0;
	color: #DDDDDD;
}

p{
	color: black;
	font-size: 11px;
	text-decoration: none;
	margin: 0 0 10px 0; 
}

h1{
	font-size: 14px;
	/*color: #083D9D;*/
	
}

h2{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin:0 0 5px 0;
	padding: 3px 2px 2px 2px;
}

h3{
	font-size: 11px; 
	margin: 5px 0 0 0;
}

h4 a{
	color: #479348;
	text-decoration: underline;
	line-height: 20px;
}



label{
	font-size: 11px; 
}

a{
	color: #083D9D;
	/*font-size: 11px;*/
	text-decoration: none;
}

li{
	margin: 0 0 0 15px;
}

/*--------------start hoved contaniner-------------------*/
#container { 
    background: white;
    /* for firefox, etc: */
    margin: 15px auto;
	text-align: left;
    width: 920px;
	display: table;
	
	/*
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	*/
}

#container_iframe { 
    background: white;
    /* for firefox, etc: */
    float: left;
	text-align: left;
    width: 740px;
	display: table;
	/*
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	*/
}

#container_small { 
    background: white;
    /* for firefox, etc: */
    
    font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
    width: 500px;
	display: table;
}
/*--------------slutt hoved contaniner-------------------*/

/* start styre toppbanner */
#banner{
	width: 100%;
	height: 150px;
	display: inline-block;	
	margin: 0 0 5px 0;
}

div.top_left{
	float: left;
	width: 768px;
	display: inline;
	border: 0px solid #C0C0C0;
}

div.top_right{
	float: right;
	width: 150px;
	margin: 0px 0 0 0;
	display: inline;
	/*border: 1px solid #C0C0C0;*/
}

/* slutt styre toppbanner */			 

/* start styre header med logo, slogan og meny */
#header{
	width: 100%;
	display: table;
	margin: 5px 0 0px 0;
	padding: 0;
	height: 51px;
}

#logo{
	width:60%;
	height:51px;
	margin: 0 0 0 0;
	float: left;
	display: inline-block;
}

#logo div.logo_left{
	float: left;
	height: 51px;	
	border:0px solid black;
}

#logo div.logo_right{
	float: left;
	margin: 33px 0 0 0;
	/*width: 500px;*/
	text-align: bottom;
	font-size: 17px;
	border:0px solid black;
}

#summa_logo
{
  bottom:6px;
  right:5px;
  position:absolute;
}

/*- start meny--------------------------- */ 
#menu {
      float:right;
      background:white;
      font-size:93%;
      line-height:normal;
	  padding: 0;
	  border: 0px solid black;
}
    #menu ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
	  
      }
    #menu a {
      float:left;
     background:url(/summaimages/menu/menuL.png) no-repeat left top;
      margin:0 0 0 0;
	  padding:0px 0px 0 6px;
      text-decoration:none;
	  color: black;
      }
	  
	a#start {
      float:left;
     background:url(/summaimages/menu/menu_start.png) no-repeat left top;
      margin:0 0 0 0;
      padding:0px 0px 0 14px;
      text-decoration:none;
      } 
	  
	  a#start_current {
      float:left;
    background:url(/summaimages/menu/menu_start_aktiv.png) no-repeat left top;
      margin:0 0 0 0;
      padding:0px 0px 0 14px;
      text-decoration:none;
      } 
	
    #menu a span {
      float:left;
      display:block;
      background:url(/summaimages/menu/menuR.png) no-repeat right top;
     /* padding:3px 10px 3px 5px; -- verdana -- */
	 padding:3px 10px 2px 5px; /* -- arial --*/
	  margin: 0 0 0 4px;
      color:black;
	  font-size: 11px;
      }
    /* Commented Backslash Hack hides rule from IE6-Mac \*/
    #menu a span {float:none;}
    /* End IE6-Mac hack */
    
	#menu a.current{
	    float:left;
     background:url(/summaimages/menu/menuL_aktiv.png) no-repeat left top;
      margin:0 0 0 0;
      padding:0px 0px 0 6px;
      text-decoration:none;
	  color: white;
	}
	
	#menu a span.current {
      float:left;
      display:block;
      background:url(/summaimages/menu/menuR_aktiv.png) no-repeat right top;
      /* padding:3px 10px 3px 5px; -- verdana -- */
	 padding:3px 10px 2px 5px; /* -- arial --*/
	  margin: 0 0 0 4px;
      color:white;
      }
	  
	    /* Commented Backslash Hack hides rule from IE6-Mac \*/
	#menu a span.current {float:none;}
    /* End IE6-Mac hack */
  #menu_simple {
      float:right;
      background:white;
      font-size:11px;
      line-height:normal;
	  padding: 0;
	  border: 0px solid black;
	 margin: 0 4px 6px 0;
	
}
    #menu_simple ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
      }
    #menu_simple li {
      display:inline;
      margin:0px;
      padding:0px;
	  
      }
    #menu_simple a {
      float:left;
    
      margin:0 0 0 0;
	  padding:0px 0px 0 8px;
      text-decoration:underline;
	  
      }
	  
	   #menu_simple span {
      float:left;
    
      margin:2px 0 0 0;
	  padding:0px 0px 0 8px;
      text-decoration:none;
	  
      }
	
 
/*- slutt meny--------------------------- */ 
/* slutt styre header med logo, slogan og meny */



/*------------start søkeboks--------------------*/	  
#search
{
  width: 100%;
  background: url(../images/topp.png) no-repeat top left;
  height: 108px;
	margin: 0 0 5px 0;
	padding: 0;
  position:relative;
  z-index: 1;
  }

ul#link_list_search{
	text-align: left; 
	padding: 0;
	margin: 0; 
	list-style-type: none; 
	list-style-position: inside; 
}

ul#link_list_search li{
	float: left; 
	margin: 0 6px 0 0; 
	background: transparent url(/summaimages/icons/resultset_next.png) no-repeat left center; 
	padding: 1px 0 1px 8px;
}

ul#link_list_search a{
	color: white; 
	font-size: 11px;
}

div.search_toggle{
	width: 75%;
	float: left;
	
}

div.search_toggle2{
	width: 75%;
	float: left;
	height: 500px; background: black; border: 1px solid red;
	
}



div.search_toggle table.advanced {
	margin: 1px 0 0 20px;	
	color: white;
	font-size: 0.6em;
	padding:0;
}

div.search_toggle table.normal{
	margin: 19px 0 0 20px;	
	color: white;
	font-size: 0.6em;
	padding:0;
}

input.txtfield{
	height: 18px;
}

input.txtfield_advanced{
	height: 12px;
}

input.checkbox{
	margin:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

/*------------slutt søkeboks--------------------*/	  



/*-------------------start hovedinnhold---------------------*/
/*mainpage*/
#main_window
{
  float: left; 
	display: inline-block; 
	width: 920px;
	min-height: 100%;
	padding: 0 0 0 0;
	margin: 0;
  }
#main_window_iframe
{
  float: left; 
	display: inline-block; 
	width: 740px;
	min-height: 100%;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
  }

ul#kart_linker{
	list-style: none;
	text-align:right;
}

ul#kart_linker li{
	color: #808080;
	line-height: 11px;
}

ul#kart_linker a{
	color: #808080;
	font-size: 10px;
	
}

ul#kart_linker a:hover{
	color: #006699;
	font-size: 10px;
	
}

div.spalte_1{
	float:left;
	width:180px; 
	margin: 0;
	
}

div.spalte_2{
	float:left;
	width:365px; 
	margin: 0;
}

div.spalte_3{
	float:left;
	width:550px; 
	margin: 0;
	
}

div.spalte_4{
	float:left;
	width:735px; 
	margin: 0;
	
}

div.spalte_5{
	float:left;
	width:920px; 
	margin: 0;
	
}

div.spalte_stop{
	float:right;
	width:180px; 
	margin: 0 0 5px 0;
}

div.spalte_4_stop{
	float:left;
	width:730px; 
	margin: 0 0 0 0;
	
}

#head_profile{
	float: left;
	width: 100%;
}

#main_window ul{
	font-size: 11px;
}

#forside_content{
	padding: 7px 0px 5px 5px;
	font-size: 11px;
}

#forside_content p{
	padding-bottom: 10px;
}

/*start resultpage*/
#main
{
	width:550px;
	float:left;
	margin: 0 0 0 0;
	display: table;
	padding: 0 0 0 0;
}

/* hit med border */

#main div.hit_0 { 
    width: 538px;
    padding:5px 0 5px 5px;
    border: 1px solid #C0C0C0;
    font-size: 0.7em;
    float: left;
    margin-bottom: 5px;
}

#main div.hit_1 { 
    width: 538px;
    font-size: 0.7em;
    float: left;
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin-bottom: 5px;
}

#main div.hit_2 { 
    width: 538px;
    border: 1px solid #C0C0C0;
    padding: 5px;
    font-size: 0.7em;
    float: left;
    margin-bottom: 5px;
}

#main div.hit_3 { 
    width: 538px !important;
    border: 1px solid #C0C0C0;
    padding: 5px;
    font-size: 0.7em;

    float: left;
    margin-bottom: 5px;
}

#main div.hit_4 { 
  width: 538px;
  border-bottom: 1px solid #C0C0C0;
  padding: 5px;
  font-size: 0.7em;
  display: table;
  float: left;
  margin: 0px 0 5px 0;
  margin-bottom: 5px;
}


#main a.tilbud{
	color: black;
	text-decoration: underline;
}

#main a.mer{
	color: #FFCE31;
	text-decoration: underline;	
	font-size: 0.7em;
}

#main img.logo{
	max-width: 115px;
	max-height: 55px;
}

#main img.bransje_img{
	max-width: 140px;
	max-height: 80px;
	margin: 5px;
}



#head_profile img.logo{
	max-width: 140px;
	max-height: 50px;
	margin: 10px auto 2px 10px;
}

div#infobox_pil{
	background: white url(../images/Infoboks-m-pil.png) no-repeat 0px 0px;
	height: 61px; 
	font-size: 14px;
	margin: 0 0 5px 0;
	
}

div.header_main_title{
	border-bottom: 1px solid black;
	width: 100%;
	height: 18px;
	float: left;
	padding: 0 0 2px 0;
	margin: 0;
}

div.header_main_arrow{
	 width: 100%;
	 background: white url(../images/box/box_arrow_white.gif) no-repeat 0px 0px;
	 padding:0;			   
	 float: left;
	 margin: 0 0 3px 0;
	 height: 6px;
}

#info_left_profile{
	float: left;
	width: 318px;
	margin: 0 0px 15px 0;
	font-size: 11px;
	border: 0;
}

#info_left_profile table{
	border-top: none;
	margin: 0 0 0 0;
}

#info_left_profile a{
	color: #0000FF;
	font-size: 11px;
	text-decoration: none;
}

div.info_left{
	float: left;
	width: 72%;
	margin: 0 0 0 0;
}

div.info_right{
	float: right;
	text-align: center;
	margin: 5px 5px 5px 0;
	border: 1px solid #C0C0C0;
	width: 120px;
	height: auto;
	padding: 5px;
}

div.info_right_noborder{
	float: right;
	text-align: center;
	margin: 5px 0 5px 0;
	width: 120px;
	height: auto;
	padding: 5px;	
}

.clear{
	clear: both;
}

div.con_info{
	display: table;
	margin: 5px 0 5px 0;
	width: 100%;
	background:url(../summaimages/dot.png) repeat-x 1px 12px;
	font-size: 11px;	
}

div.con_info_fet{
	display: table;
	margin: 5px 0 0 0;
	width: 90%;
	background:url(../images/dot.png) repeat-x 0pt 1em;
	font-size: 11px;
}

div.hit_links{
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 380px;

}

div.hit_links a{
	color: #083D9D;
	font-size: 10px;
	text-decoration: underline;
	position: relative
}

/*slutt resultpage*/

#sokeord_banner{
	float: left;
	display: inline;
}

/*start navigasjon*/

#ikon_liste_forside ul{
	list-style:none;
	margin: 0;
    padding: 0; 
	background: #f0f0f0;
}

#ikon_liste_forside li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0;
    padding: 0; 
	height: 40px;
}

#ikon_liste_forside a{
	display: block;
	width: 100%;
	margin: 0;
    padding: 0; 
}

#ikon_liste_forside div{
	background: #C0C0C0;
}

#ikon_liste_forside img{
	margin: 0 10px 0 0;
}

#nav{
	width:180px;
	float: left;
	margin: 0 5px 0 0;
	display: table;
	color: black;
}

/*generelle stiler for nav*/
 ul.nav {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
    
 li.nav {
	display:block;
    margin:0;
    padding:0 0 0 0; 
	border-bottom: 1px solid #ccc;
}
    
 a.nav{
    margin:0 0 0 0;
    padding:4px 0 4px 3px;
    text-decoration:none;
	cursor: pointer;
	display:block;
	color: black;
	font-size: 11px;
}

 a.nav_grey{
    margin:0 0 0 0;
    padding:4px 0 4px 3px;
    text-decoration:none;
	cursor: pointer;
	display:block;
	color: #C0C0C0;
	font-size: 11px;
}

 span.nav_grey{
    margin:0 0 0 0;
    padding:4px 0 4px 3px;
    text-decoration:none;
	display:block;
	color: #999;
	font-size: 11px;
}

 a.thickboxG{
    margin:0 0 0 0;
    padding:4px 0 4px 3px;
    text-decoration:none;
	display:block;
	color: #999;
	font-size: 11px;
}

 a.nav:hover {
    background: #ccc;
}

/*sluttt genrelle stiler for nav*/



#nav ul#nav_valgt {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}
    
#nav_valgt li {
	display:block;
    margin:0;
    padding:0 0 0 0; 
	border-bottom: 1px solid #ccc;
}
    
#nav_valgt a{
    margin:0 0 0 0;
    padding:4px 0 4px 3px;
    text-decoration:none;
	cursor: pointer;
	display:block;
	color: black;
	font-size: 11px;
}

#nav_valgt span{
    margin:0 0 0 0;
    padding:0 0 0 3px;
    text-decoration:none;
	
	display:block;
	color: black;
	font-size: 11px;
}

#nav_valgt a.black{
	color: 	black;
	font-size: 11px;
	text-decoration: none;
}



#current{
    background: #ccc;
}
	  
#nav div.nav_section {
    width: 100%;
	padding: 0;
	margin: 0;
}



a.nav_links {
    color:black;
	text-decoration:none;
    cursor:pointer;
    font-size: 0.7em;
}

a.nav_links2 {
    color:black;
    text-decoration:none;
    cursor:pointer;
    font-size: 1em;
	line-height: 1.1em;
	margin: 2px 2px 0 2px;

}

a.branch_title_active {
    color:black;
    font-weight:bold;
    cursor:pointer;
	font-size: 0.7em;
}

a.nav_links:hover {
    text-decoration:none;
}

div.know{
	width: 150px;
	height: 50px;
}
				  
/*slutt navigasjon*/

/*start banner høyre*/				  
#banner_right{
	margin: 0 0 0 0;
	float: right;
	width: 150px;
	display: table;
}

div.banner_skyscraper{
	height: 500px;
	width: 180spx;
	margin: 0 0 5px 0;
	
	/*border: 1px solid #dddddd;*/	
}

#banner_right_profile{
	margin: 0 0 0 0;
	float: right;
	width: 230px;
	display: table;
}

div.annonse_hoyre{
	width: 180px; 
	float: right;
}

div.annonse_resultatliste{
	display: inline-block; 
	/*margin: 20px 0 10px 0;*/
	float: left;
	/*padding: 0px 1px 5px 2px;*/
	margin: 0px 1px 5px 2px;
}

/*slutt banner høyre*/

/*start lager innholdsbokser*/
div.section_title_black {
	background: black url(../images/box/box_right_black.png) no-repeat top right;
	border-bottom: 1px solid black;
	height:14px;
    width: 100%;
    font-weight: bold;
	font-size: 11px;
    padding:0 0 0 0px;
	float: left;
	margin: 0 0 0 0;
	color: #ffcc33;
}
						
div.nav_section_body_yellow {
    width: 100%;
    background: #ffcc33 url(../images/box/box_arrow_white.gif) no-repeat 5px 0px;
	padding:0;					   
    float: left;
	margin: 0 0 5px 0;
	height: 100%;
}

div.nav_section_body_blue {
    width: 100%;
    background: #ccffff url(../images/box/box_arrow_white.gif) no-repeat 5px 0px;
	padding:0;					   
    float: left;
	margin: 0 0 5px 0;
	height: 100%;
}

div.nav_section_body_white {
    width: 99%;
    background: white url(../images/box/box_arrow_white.gif) no-repeat 5px 0px;
	padding:0;					   
    float: left;
	margin: 0 0 5px 0;
	height: 100%;
	border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left:1px solid black;
}
	 
div.section_title {
	background: #ffcc33 url(../images/box/box_right.png) no-repeat top right;
	border-bottom: 1px solid black;
	height:14px;
    width: 100%;
    font-weight: bold;
	font-size: 11px;
    padding:0;
	float: left;
	margin: 0;
	
}

div.section_title_main_black {
	background: black url(../images/box/box_right_black.png) no-repeat top right;
	border-bottom: 1px solid black;
	height:14px;
    width: 100%;
    font-weight: bold;
	font-size: 11px;
    padding:0 0 0 2px;
	float: left;
	margin: 0 0 0 0;
	color: #ffcc33;
}

div.spalte_head_standard
{
	height: 16px;
	font-weight: bold;
	font-size: 11px;
	padding:0 0 0 0px;
	float: left;
	margin: 0;
	width: 174px;
	background: url(/images/ramme_liten.png) no-repeat top left;
}

div.spalte_head_long
{
  height: 16px;
  font-weight: bold;
  font-size: 11px;
  padding:0 0 0 0px;
  float: left;
	margin: 0;
	width: 400px;
	background: url(/images/ramme_stor.png) no-repeat top left;
}

div.spalte_head_long_smal
{
  /*border-bottom: 1px solid black;*/
  height: 3px;
  font-weight: bold;
  font-size: 11px;
  padding:0 0 0 0px;
  float: left;
	margin: 0;
	width: 300px;
	background: url(/images/ramme_stor_smal.png) no-repeat top left;
}

.sok_header{
	background: url(/images/ramme_slutt_top.png) no-repeat; 
	height: 14px; 
	width: 4px; 
	position: absolute; 
	float: left;
	margin: 0 0 0 541px;
	z-index: 1;
}

div.spalte_head_inverted
{
  height: 16px;
  font-weight: bold;
  font-size: 11px;
  padding:0 0 0 0px;
  float: left;
	margin: 0;
	width: 174px;
	background: url(/summaimages/box/ramme_liten_sort.png) no-repeat top left;
}



div.spalte_body_1 {
    width: 100%;
	float: left;
	margin: 0px 0 0 0;
	border-top: none;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	min-height: 350px;
	background: url(/images/pil.png) no-repeat 4px 0;
	
}



div.spalte_body_2 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    border-top: none;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-left:1px solid #C0C0C0;
	background: url(/summaimages/box/box_arrow_white.gif) no-repeat 5px 0;
}

div.spalte_body_3 {
    width: 100%;
	float: left;
	margin: 0 0 0 0;
	border-top: none;
	min-height: 300px;
	background: url(/summaimages/box/box_arrow_white.gif) no-repeat 5px 0;
}

div.spalte_body_4 {
    width: 100%;
	float: left;
	margin: 0 0 0 0;
	border-top: none;
	min-height: 300px;
	background: url(/summaimages/box/box_arrow_white.gif) no-repeat 5px 0;
}

div.section_title_main_blue {
	background: #ccffff url(../images/box/box_right.png) no-repeat top right;
	border-bottom: 1px solid black;
	height:14px;
    width: 100%;
    font-weight: bold;
	font-size: 11px;
    padding:0 0 0 2px;
	float: left;
	margin: 0;
}

div.section_title_main_grey {
	background: #f0f0f0 url(../images/box/box_right_grey.png) no-repeat top right;
	border-bottom: 1px solid black;
	height:14px;
    width: 100%;
    font-weight: bold;
	font-size: 11px;
    padding:0 0 0 2px;
	float: left;
	margin: 0;
}
						


div.body_section_body_hitlist{
    width: 100%;
    background: white url(../images/box/box_arrow_white.gif) no-repeat 5px 0px;
    /*padding:5px 0 0 1px;			   */
    float: left;
    margin: 0 0 0 0;
	padding: 0 0 10px 0;
    border-top: none;
    border-right: 1px solid #C0C0C0;
    border-left:1px solid #C0C0C0;
	min-height: 350px;
}

	   	   

div.nav_section_body
{
  width: 100%;
  background: #eeeeee url(/summaimages/box/box_arrow_white.gif) no-repeat 5px 0;	   
  float: left;
	padding: 7px 0 5px 0;
	margin: 0 0 5px 0;
	position:relative;
  border:1px solid #c0c0c0;
  border-top:0;
  width: 178px;
}

div.padding_nav_header{
	padding:0 0 0 3px;
}

div.padding_nav_body{
	padding:5px 0 5px 3px;
	margin: 0 0 5px 0;
	line-height: 0.8em;
}

/*slutt lager innholdsbokser*/



/*start infosider*/
div.info_menu{
	
	float: left;
	margin: 0 0 5px 0;
	display: table;
	color: black;
	width: 100%;
}

div.info_menu ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	font-size: 11px;
}
    
div.info_menu li {
	
    margin:3px 0 0 0;
    padding:0 0 0 0; 
}
    
div.info_menu a {
    margin:0 0 0 0;
    padding:4px 0 4px 3px;
    text-decoration:none;
	cursor: pointer;
	color: black;
	font-size: 11px;
}

div.info_menu a:hover {
    
}

div.liste{
	padding: 0 0 0 0;
}

div.liste ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}
    
div.liste li {
    margin:0 20px 0 20px;
    padding:0 0 0 0; 
}

table.info{
	margin-bottom: 20px; 
	font-size: 11px; 
	width: 70%;
}

tr.color{
	background-color: #CCCCCC;
}

#main_window table{
	font-size: 11px;
}

/*slutt infosider*/

/*start meny by/kommune*/

ul.menu_city {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	font-size: 15px;
	float: left;
}
    
li.menu_city{
	float: left;
    margin:0 10px 0 0;
    padding:0 0 0 0; 
}
    
/*slutt meny by/kommune*/

/*start profilside*/
div.left_profile{
	background-color:#FFFFFF;
	float: left;
}

div.right_profile{
  background-color:#FFFFFF;
	float: right;
}

div.con_info_profile{
	display: table;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	width: 100%;
	float: left;
}

div.con_info_profile_head{
	width: 100%;
	
	height: 20px;
	margin: 10px 0 5px 0;
}

table.profile {
	width:100%;
	border:0px solid #efefef;
	position:relative;
	line-height: 17px;
	padding-top: 5px;
}
tr.headrow {
	position:relative;
	background: url(/summaimages/profile_table_bg.png) bottom left repeat-x;
}
tr.headrow th {
	height:20px;
	background-image:none;
	text-align: left;
	padding: 0 0 0 3px;
}

tr.default td{
	height: 20px;
	padding: 0 0 0 3px;
}

.profile_img img{
	max-width: 200px;
	max-height: 300px;
	float: right;
	margin: 0 10px 10px 10px;
}

.profile_text{
	width: 330px;
	float: left;
}

/*---------------anbud---------------------*/

form.anbud{
	width: 180px;
	padding: 10px 5px 5px 5px;
}

form.anbud  input{
	margin: 0 0 0 0;
}

form.anbud table{
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	margin-bottom: 5px;
	width: 170px;
}

form.anbud h4{
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0;
}

input.check{
	padding-right: 11px;
}

#main_anbud
{
	width:99%;
	float:left;
	margin: 0 5px 0 5px;
	display: table;
	padding: 0 0 0 0;
}

#navlist{
	position: relative;
}	
#navlist li ul
{	margin: 15px 0 0 100px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 2;
}

#navlist li ul li
{	float: none;
	display: block;
}

#navlist li ul li a
{	width: 100px;
	background: #fff;
	padding: 10px;
}

span.anbud_login{
	color: #1097D5;
	font-size: 11px;
	text-decoration: none;
}

form#anbudForm span.steg_3{
	font-size: 11px;
	padding-right: 45px;

}

label.tilleggs{
	padding-right: 115px;
}
label.storrelse{
	padding-right: 100px;
}

#anbudForm label.error{
	position: absolute;
}

span.anbud_alttilbud{
	color: #000;
	font-size: 11px;
}

#kontraktsvarighet_fra{
	margin-right: 8px;
}

 /*--------------utmerkelser - company info----------*/
table.utmerkelser {
	width:100%;
	border:0px solid #efefef;
	position:relative;
	line-height: 17px;
	padding-top: 5px;
}

table.utmerkelser td.pris{
	width: 33%;
}


table.utmerkelser td.pris-title{
	width: 33%;
	font-weight: bold;
}

table.utmerkelser td.beskrivelse-title{
	width: auto;
	font-weight: bold;
}

 /*--------------anbud - company info----------*/
table.anbud {
	width:100%;
	border:0px solid #efefef;
	position:relative;
	line-height: 17px;
	padding-top: 5px;
}

table.anbud td.fristnr{
	width: 20%;
}


table.anbud td.frist{
	width: 20%;
	font-weight: bold;
}

table.anbud td.tittel{
	width: auto;
	font-weight: bold;
}

table.anbud td.main_title{
	font-weight: bold;
	font-size: 1.1em;
}

/* ################### FUSION CHARTS ################### */

div#arsomsetningDiv{
	float: left;
}

div#resultatDiv{
	float: left;
}

div#sum_driftsinntekterDiv{
	float: left;
}

div#netto_driftsresultatDiv{
	float: left;
}

/* ################### SLUTT FUSION CHARTS SLUTT ################### */

/*slutt profilside*/

#husk ol li{
	margin: 0 0 2px 0;
	padding: 0px;
	list-style: none;
	font-size: 12px;
}

div.horistontal_liste ul{
	list-style: none;
	margin: 0 0 0 0;
	
}

div.horistontal_liste li{
	display: inline-block;
	margin: 0 0 0 0;
	
}



/* ----------------------- start stiler for joomla cms -------------------*/

table.contentpaneopen{
	font-size: 12px;
}

td.contentheading{
	font-size: 14px;
	font-weight: bold;
}

div#lipsum{
	font-size: 12px;
}



/* ----------------------- slutt stiler for joomla cms -------------------*/

/*-------------------slutt hovedinnhold---------------------*/

/*-------------------start footer---------------------*/				   
#footer{
	width: 920px;
	text-align: center;
	float: left;
	margin: 5px 0 0 0;
	/*font-size: 12px;*/
}

#footer a.mail, a.grey, span.grey_f{
	color: 	#808080;
	font-size: 10px;
	text-decoration: none;
}

#footer a.blue_link_f{
	color: #0000FF;
	font-size: 10px;
	text-decoration: none;
}

#footer a.black_link, a#thickbox2{
	color: black;
	font-size: 10px;
	text-decoration: underline;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}

#footer div.liste{
	padding: 0 0 0 0;
}

#footer div.liste ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}
    
#footer div.liste li {
    margin:0 5px 0 5px;
    padding:0 0 0 0; 
}

/*-------------------slutt footer---------------------*/		

/*------------start div--------------*/
#body_mainpage a{
	color: black;
	font-size: 0.7em;
}

#map a, span{
	font-size: 8px;
}

div.section_mainpage{
	margin: 0 0 0 0;
}	

div.left{
	background-color:#FFFFFF;
	float: left;
	margin: 0 0 0 -1px;
}

div.right{
  background-color:#FFFFFF;
	float: right;
	
}

div.text_padding{
	padding: 5px 5px 0 5px;
	line-height: 1.1em;
	margin: 0;
}

div.text_padding ul{
	margin: 0 0 0 0px;
}

.icons{
	float: left;
	list-style-type: none;
	margin: 0 12px 0 0;
	padding: 0;
	
	
}

.tjeneste_ikon{
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}

select{
	margin: 0 0 0 0;
	height: 22px;
	display: block;
	width: 100px;
	font-size: 12px;
}

td {
    vertical-align:top;
}
			
h1.black_bold{
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;	
}

label.black_bold{
	color: black;
	font-size: 0.7em;
	font-weight: bold;
}

th.company_info{
	text-align: left;
}

h1.hit_3{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1.regnskap{
	margin-top: 10px;
	line-height: 1.5em;
	text-transform:uppercase;
	font-size: 13px;
}

h3.hit_1{
	font-size: 11px;
	font-weight: none;
	margin: 0;
	padding: 0;
}


/*------------slutt div--------------*/

/*-----------start a-stiler----------------*/



a.blue_link_under{
	color: #083d9d;
	font-size: 11px;
	text-decoration: underline;
}


a.page_numbers { 
    color:black;
	background-color:#ffcc33;
	text-decoration:none;
}

a.page_number_current { 
    color:black;
    text-decoration:none;
}

a.page_numbers:hover { 
    text-decoration:underline;
}

a.header_hit{
	/*color: #083D9D;*/
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

a.search_link {
    font-size:100%;
    color: #FFFFFF;
    text-decoration: none;
}

a.search_link:hover {
    text-decoration: underline;
}
					  
a.bold_under{
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font-size: 11px;
}

a.under{
	color: black;
	text-decoration: underline;
	font-size: 11px;
}


a.yellow_link{
	color: #ffcc33;
	font-size: 0.8em;
}
a.blue_link, a.mail, a.thickbox{
	/*color: #006699;*/
	color: #083D9D;
	font-size: 11px;
	text-decoration: none;
}

a.black{
	color: black;
	font-size: 11px;
	text-decoration: none;
}

.snarveier{
	position: absolute;
	width: 180px;
	margin-top: 3px;
}

.snarveier a{
	color: #000;
	line-height: 12px;
	letter-spacing: 1px;
	text-decoration: underline;
}

.snarveier p{
	padding: 8px 5px 10px 5px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #BDD5BD;
	margin: 0;
}

a.black_hover_under{
	color: black;
	font-size: 0.7em;
	text-decoration: none;
}

a.black_hover_under:hover{
	color: black;
	font-size: 0.7em;
	text-decoration: underline;
}

a.white{
	color: white;
	font-size: 1em;
	text-decoration: underline;
}



a.red{
	color: 	red;
	font-size: 12px;
	text-decoration: none;
	
}

a.black_bold{
	color: black;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

/*-----------slutt a-stiler----------------*/

/*-----------start span-stiler----------------*/
span.red{
	color: 	red;
	font-size: 12px;
	text-decoration: none;
	
}

span.hit_desc{
	font-size: 10px;
	color: #808080;
}

span.bold_under{
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font-size: 0.8em;
}

span.yellow{
	color: #ffcc33;
	font-size: 0.7em;
}

span.yellow_bold{
	color: #ffcc33;
	font-size: 0.7em;
	font-weight: bold;
}

span.black{
	color: black;
	font-size: 11px;
	
}

span.black_under{
	color: black;
	font-size: 11px;
	text-decoration: underline;
}

span.black_bold{
	color: black;
	font-size:11px;
	font-weight: bold;
}

span.brown_bold{
	color: #56483D;
	font-size:11px;
	font-weight: bold;
}

span.slogan{
	color: black;
	font-size: 0.7em;
	font-weight: bold;
}

span.blue{
	/*color: #0000FF;*/
	color: #006699;
	font-size: 0.9em;
	font-weight: bold;
}

span.star{
	font-weight: bold; 
	font-size: 10px;
}

span.grey{
	color: 	#808080;
	font-size: 0.8em;
}

span.knowing{
	font-size: 11px;
}

span.mailme{
	color: #0000FF;
	font-size: 0.7em;
}

span.num{
	font-size: 9px;
}
/*----------slutt span-stiler----------------*/

/*----------- lister i tre spalter -----------*/

div.list_left {
	margin: 10px 0 0 15px;
	width: 180px;
	float: left;
}

div.list_center {
	margin: 10px 0 0 0px;
	width: 180px;
	float: left;
}

div.list_right {
	margin: 10px 0 0 0px;
	float: left;
}

div.listeSpalter{
	display: inline-block; 
	line-height: 16px;
}
/*----------- slutt lister i tre spalter -----------*/

/*--------------------- IE hacks for drop down menus ----------------------------------*/
.ctrDropDownBransje{
    width:200px;
    font-size:11px;
}
.ctrDropDownClickBransje{
    font-size:11px;
    width:520px;
}
.plainDropDownBransje{
    width:200px;
    font-size:11px;
}

div.preload_img{
	display: none;
}


/*------------ stiler for validate -------------*/

label.error { float: left; color: red; padding-left: .5em; vertical-align: top; }

.submit { margin-left: 12em; }

input.disabled {color: #787878;}
span.green{color: #009933;}


