/* BETA */
/* En del linker er ikke dekt. 24/04-05 */

#topp {
  	background-image: url(back-250.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment:scroll;
} 

/*--------------- 1 -----------------*/

/* overskrifter */
h1 {
	color: #69c;
	border-bottom-color: #b2cae2;
}
#hoyre H1, #venstre H1 {
	background-color:#369;
	color:#FFF;
}
a.linkhide,
a.linkhide:link,
a.linkhide:visited {
	color: #69c;
	text-decoration: none
}
a.linkhide:hover {
	color: #F03; 
	text-decoration: underline
}

/*--------------- 2 -----------------*/

/* Side,box,boxfront H2, meny hover */
#hoyre h2, #venstre h2, .box h2, div.boxfront h2,#nav li:hover, #nav li.sfhover  {
	background-color:#b2cae2;
}

/* meny main og TAB bunn */
#nav a.link,div.navmenu ul{
	border-bottom: 1px solid #b2cae2;
}

/* meny og TAB border */
#nav a, .navmenu li a, .navmenu li a:hover, .navmenu li.sel  {
	border : 1px solid #b2cae2;
}


/*--------------- 3 -----------------*/

/* meny, boxfront, table hover */
#nav, #nav ul, .navmenu li a, .boxfront, table.resultat tr.ruled {
	background-color :#FFF;
}
.boxfront {
	/* som over hvis ikke FFF */
	background-color :#b2cae2;
}
table.resultat tr.ruled {
	background-color :#b2cae2;
}
.boxfront {
	/* som over hvis ikke FFF */
	background-color :#FFF;
}
table.resultat th,
table.resultat th a,
table.resultat th a:visited {
	border-bottom-color: #b2cae2;
	color: #369;
}
table.resultat td {
	border-bottom-color: #b2cae2;
}
/*--------------- 4 -----------------*/

table.resultat tr.down,
col.high {
	background-color:#FFFFAE;
}
td.high {
	color:#FF0000;
}

/* overskrifter */
h4 {
	color:#369;
}

#topp h4,
#topp h4 a:link,
#topp h4 a:visited {
	color:#bbb;
	text-decoration: none;
}
#topp h4 a:hover {
	color: #B5D6E5; 
}

/* BOX fremside lager */
.f-b {
	color:#999;
}
.f-c {
	color:#000; !important;
	border-color:#b2cae2;
}
.f-c h2 {
	border-bottom-color:#b2cae2;
}


/*------------ STATISK --------------*/

/* TAB hover (grunnet rekkefølge) */
.navmenu li a:hover, .navmenu li.sel {
	background:none;
	border-bottom-color:#FFF;
}

