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

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

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

h2{
	font-size: 12px;
}

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


/*--------------start hoved contaniner-------------------*/
#container { 
  background: white;
  /* for firefox, etc: */
  margin: 0 auto;
	text-align: left;
  width: 920px;
	display: table;
	min-height: 100%;
	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;	
}

div.top_left{
	float: left;
	width: 768px;
	display: inline;
}

div.top_right{
	float: right;
	width: 150px;
	margin: 0 0 0 0;
	display: inline;
}

/* slutt styre toppbanner */			 

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

#logo{
	width:473px;
	height:52px;
	margin: 3px 0 0 0;
	float: left;
	display: inline;
}

#logo div.logo_left{
	float: left;
	height: 52px;
	width: 192px;
}

#logo div.logo_right{
	float: right;
	height: 10px;
	margin: 33px 0 0 0;
	width: 273px;
	text-align: bottom;
}


/*- start meny--------------------------- */ 
#menu {
      float:right;
      width:48%;
      background:white;
      font-size:93%;
      line-height:normal;
	  padding: 0;
	  margin: 38px -1px 0 2px;
      }
    #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(../images/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(../images/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(../images/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(../images/menu/menuR.png) no-repeat right top;
      padding:3px 10px 3px 5px;
	  margin: 0 0 0 4px;
      color:black;
      }
    /* Commented Backslash Hack hides rule from IE6-Mac \*/
    #menu a span {float:none;}
    /* End IE6-Mac hack */
    
	#menu a.current{
	    float:left;
     background:url(../images/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(../images/menu/menuR_aktiv.png) no-repeat right top;
      padding:3px 10px 3px 5px;
	  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 */
  
	
/*- slutt meny--------------------------- */ 
/* slutt styre header med logo, slogan og meny */



/*------------start søkeboks--------------------*/	  
#search{
	width: 100%;
	background: url(../images/topp.png) no-repeat bottom left;
	height: 111px;
	margin: 0 0 2px 0;
	padding: 0;
}
/*
#search1{
	width: 75%;
	float: left;
	
}

#search1 span, a{
	color: white;
	font-size: 0.7em;
}

#search1 table{
	margin: 10px 0 0 20px;	
	color: white;
	font-size: 0.6em;
	padding:0;
}

#search2{
	width: 70%;
	float: left;
}

#search2 span, a{
	color: white;
	font-size: 0.7em;
}

#search2 table{
	margin: 0px 0 0 20px;	
	color: white;
	font-size: 0.6em;
	padding:0;
}
*/
div.search_toggle{
	width: 75%;
	float: left;
	
}

div.search_toggle span, a{
	color: white;
	font-size: 0.7em;
}

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

input.txtfield{
	height: 18px;
}

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

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

/*--------------start brødsmuler--------------------*/
#breadcrums{
	float: left;
	display: table;
	width: 100%;
	font-size: 12px;
	margin: 0 0 3px 0;
}
/*--------------slutt brødsmuler--------------------*/

/*-------------------start hovedinnhold---------------------*/
/*mainpage*/
#main_window{
	float: left; 
	display: table; 
	width: 918px;
	padding: 0 0 0 0;
	margin: 0;
	
}

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

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

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

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

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

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

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

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

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

#main img.logo{
	border: 1px solid #DDDDDD;
}

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: 75%;
	margin: 0 14px 0 0;
}

div.info_right{
	float: left;
	text-align: center;
	/*height: 100px;*/
}

div.con_info{
	display: table;
	margin: 5px 0 5px 0;
	width: 100%;
	background-image:url(../images/dots.gif);
	background-position: 0pt 1em;
	background-repeat:no-repeat;
	font-size: 11px;	
}

div.con_info_fet{
	display: table;
	margin: 0 0 5px 0;
	width: 100%;
	background-image:url(../images/dots.gif);
	background-position: 0pt 1em;
	background-repeat:no-repeat;
	font-size: 11px;
}

div.hit_links{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	
}

div.hit_links a{
	color: #0000FF;
	font-size: 9px;
	text-decoration: none;
}

/*slutt resultpage*/

#tilbud{
	
	width: 100%;
	height: 60px;
	float: left;
	background: #f0f0f0; /*url(../images/stjerne_tilbud.png) no-repeat left;*/
	margin: 0 0 10px 0;
	float: left;
	/*border: 1px solid black;*/
	padding: 0;
	text-align: top;
	/*display: inline;*/
}

.tilbud_omraade_link {
	width: 100%;
	height: 60px;	
	cursor: pointer;
}

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

#main_profile{
	width:500px;
	float:left;
	margin: 0 5px 0 5px;
	display: table;
}

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

/*start navigasjon*/
#nav{
	width:165px;
	float: left;
	margin: 0 0 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;
}

li.thickbox_nav {
	display: inline;
	/*display: block;*/
	/*list-style-type: none;*/
  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:hover {
    background: #ccc;
}

a.under, a.thickbox{
	color: black;
	text-decoration: none;
	/*text-decoration: underline;*/
	font-size: 11px;
}

a.thickbox_nav {
	margin:0 0 0 0;
  /*padding:4px 0 4px 3px;*/
  padding: 4px 0 4px 3px;
  text-decoration:none;
	cursor: pointer;
	display:block;
	color: black;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}

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

.huskeliste {
	margin: 0	3px 0 0;
}

.huskeliste_IE {
	margin: 0	3px 0 -19px;
}

/*sluttt genrelle stiler for nav*/


/*stiler for x antall navigasjonsbokser*/

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

#nav_1 a:hover {
    background: #ccc;
}

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

/*nav 1 slutt*/

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

#nav_2 a:hover {
    background: #ccc;
}

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

/*nav 2 slutt*/

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

a.nav_toggler_town {
    color:black;
	text-decoration:underline;
	cursor:pointer;
	font-size: 0.6em;				
}

a.nav_toggler_branch {
    color:black;
	text-decoration:underline;
	cursor:pointer;
	font-size: 0.6em;				
}

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: 100px;
}
				  
/*slutt navigasjon*/

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

#banner_right div.banner_skyscraper{
	height: 370px;
	width: 150px;
	margin: 0 0 10px 0;
	float: right;
	border: 1px solid #dddddd;
	
}

#banner_right_profile{
	margin: 0 0 0 0;
	float: right;
	width: 230px;
	display: table;
}
/*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 0;
	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.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 {
	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 0 0 2px;
	float: left;
	margin: 0;
}
						
div.body_section_body {
    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;
    border-top: none;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-left:1px solid #C0C0C0;
	height: 100%;
}

div.body_section_body_no_border {
    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;
    height: 100%;
}

div.body_section_body_grey {
    width: 100%;
	background: #f0f0f0 url(../images/box/box_arrow_white.gif) no-repeat 5px 0px;
	/*padding:5px 0 0px 1px;			   */
	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;
	height: 100%;
}	   	   

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

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

div.padding_nav_body{
	padding:5px 0 5px 3px;
	margin: 0 0 5px 0;
}

/*slutt lager innholdsbokser*/

/*start tilbudsside*/
div.offer_box{
	font-size: 0.7em; 
	margin: 0px 0 0px 0px;
	padding: 7px 0px 0 0;
	display: table;
	width: 100%;
	float: left;
	border-bottom: 1px solid #c0c0c0;
}

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

div.offer_right{
	float: right;
	width: 60px;
	background: url(../images/stjerne.png) no-repeat;
	height: 60px;
	text-align: center;
	font-weight: bold; 
	font-size: 10px;
	
}

div.offer_box_grey{
	border-top: 1px solid black;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid black;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	/*height: 65px;*/
	background:  #f0f0f0 url(../images/stjerne.png) no-repeat 5px 0px;
}

div.offer_box_grey_no_border_bottom{
	border-top: 1px solid black;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	/*border-bottom: 1px solid black;*/
	/*height: 65px;*/
	background:  #f0f0f0 url(../images/stjerne.png) no-repeat 5px 0px;
}

div.offer_box_white{
	border-top: 1px solid black;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid black;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	/*height: 65px;*/
	background: white url(../images/stjerne.png) no-repeat 5px 0px;
}

div.offer_box_white_no_border_bottom{
	border-top: 1px solid black;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	/*height: 65px;*/
	background: white url(../images/stjerne.png) no-repeat 5px 0px;
}

div.toggle-link {
	font-size: 11px; 
	background-color: #666; 
	color: white; 
	text-align: center;	
	border-bottom: 1px solid black;
}

/*
div.toggle-link_ekspandert {
	font-size: 11px; 
	background-color: #666; 
	color: white; 
	text-align: center;	
	border-bottom: 1px solid black;
}
*/

div.bilde_og_innhold {
	display: none;
	font-size: 11px;
	padding: 5px;
	border-left: 1px solid #C0C0C0;	
	border-right: 1px solid #C0C0C0;
}

div.bilde_og_innhold_ekspandert2 {
	font-size: 11px;
	padding: 5px;
	border-left: 1px solid #C0C0C0;	
	border-right: 1px solid #C0C0C0;
}

/*
div.bilde_og_innhold_ekspandert {
	font-size: 11px;
	padding: 5px;
	border-left: 1px solid #C0C0C0;	
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid black;
}
*/

.bottom_space {
	padding-bottom: 10px;	
}

/*slutt tilbudsside*/

/*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 15px;
}

div.liste ul {
	margin:2px 0 0 10px;
	padding:0 0 0 5px;
	
	font-size: 15px;
}
    
div.liste li {
    margin:1px 0 0 0;
    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: 5px 0 5px 0;
	width: 100%;
	background-image:url(../images/dots.gif);
	background-position: 0pt 1em;
	background-repeat:no-repeat;
	font-size: 12px;
}
/*slutt profilside*/

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


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

/*-------------------start footer---------------------*/				   
#footer{
	/*border: 1px solid black;*/
	width: 920px;
	text-align: center;
	margin: 0 auto;
	/*width: 500px;
	margin-left: 341px;*/
	/*float: left;*/
	/*position: relative;*/
	/*font-size: 12px;*/
	/* container: */
  /* for firefox, etc: */
	/* text-align: left; */
  /* display: table; */
	/* position: relative; */
	/*min-height: 100%;
	height: 100%;*/
}

#footer_IE{
	width: 920px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

#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;
}

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

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

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

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

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 6px 0 0;
	padding: 0;
	color: #0000FF;
}

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

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

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

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

/*-----------start a-stiler----------------*/
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: #0000FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

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: 0.8em;
}

a.yellow_link{
	color: #ffcc33;
	font-size: 0.8em;
}
a.blue_link, a.mail{
	color: #0000FF;
	font-size: 11px;
	text-decoration: none;
}

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

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;
}


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.hit_desc{
	font-size: 0.9em;
	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: 0.7em;
}

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

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

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

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

div.star{
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	padding-top: 9px;
}

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

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

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







