/* extra stylesheet for color switching */


/*=========
// font familier 
// kopier hele linjen og 

	font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, Sans-serif;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
*/

/* Generell bakgrunnsfarge */
body{ 
	/* sett inn font familien under denne */
	
	/* og over denne */
	background-color: #E0E2C7;
} 

/* Bakgrunnsfarge på kampanjeboks */
.campaign{ background-color: #ffffff;}

/* Bakgrunnsfarge på menyknappene */
#mainmenu li a{ background-color: #ffffff;}

#mainmenu li a:hover,
#mainmenu li a.itemselected{ 
	background-color: #9a001f;
}

/* Tekstfarge på menyknappene */
#mainmenu li a {
	color: #000;
	text-decoration: none;
}
#mainmenu li a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Tekstfarge på aktiv menyknapp */
#mainmenu li a.menuselected {
	color: #ffffff;
	text-decoration: none;
}

/* Fotlinje */
.contactinfo{color: #666666;}

/* Fotlinje link */
.contactinfo a{color: #666633;}

/* Copyright */
#copyright{color: #A6B364;}

/* Copyright link */
#cp a{color: #A6B364;}