@charset "utf-8";
/* Skriftsett til websidene */


.veldigStor {

	font-size: 1.3em;


}

.stor {

	font-size: 1.1em;


}

.mindreStor {

	font-size: 1em;


}

.middels {


	font-size: 0.89em;

}

.mindreMiddels {

	font-size: 0.75em;

}

.mindre {

	font-size: 0.65em;

}

.liten {

	font-size: 0.55em;

}


.fet {

	font-weight: bold;


}

.normal {


	font-weight: normal;

}



/*  FARGEVALG  */


.rod {

	color: #990000;


} 

.rodFet {


	color: #990000;
	font-weight: bold;

}

.graa {

	color: #999999;


}

.graaFet {


	color: #999999;
	font-weight: bold;

}

/*  LINKER   */


a.meny {

	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
}

a.undermenyer {

	color:#990000;
	text-decoration: none;


}

a.undermenyer:hover {

	text-decoration: underline;

}

a {

	font-size: 0.89em;

}

a.white {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.89em;

}

a:hover {

	text-decoration: underline;
	color:#990000;
	font-size: 0.89em;
}