@charset "utf-8";

/*
Huvudfärg - Gul: #ffe100
Komplementfärg – Grön: #78aa1e
Komplementfärg – Grĺ: #d7d7d7

*/


/*---------------------------
	Typsnitt
---------------------------*/

/* Hela sidan */ body {
	font-family: arial, sans-serif;
	font-size: 13px;
}


/*---------------------------
	VĂ¤nstermenyn
---------------------------*/

/* Alla lĂ¤nkar */
div#menu ul a {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

/* RadavstĂĄnd */
div#menu ul li {
	line-height: 12px;
}

/* Aktiv lĂ¤nk */
div#menu ul ul li a.active {
	font-weight: bold;
}





/*---------------------------
	LĂ¤nkar
---------------------------*/

/* VĂ¤nstersektion */ #vanster div.left-box a {
	color: #000;
	text-decoration: underline;
}

/* Mittensektion */ #innehall a {
	color: #000;
	text-decoration: underline;
}

/* Artikelbox*/ div.artikel-box a {
	color: #000;
	text-decoration: underline;
}


/* HĂ¶gersektion */ #hoger a {
	color: #000;
	text-decoration: underline;
}




/*---------------------------
	BakgrundsfĂ¤rger
---------------------------*/


/* Sidan */ 				body,#cs1,#cs2 {background:
#000
							;}
/* Sidhuvd */ 				#sidhuvud {background:
 #ffe100 /*# 092c40 */
							;}
/* VĂ¤nsterspalt */ 			#vanster-bakgrund {background:
#fff
							;}
/* VĂ¤nstermenyn */ 			div#menu ul li a {background-color:
#cacbcc
							;}
/* VĂ¤nstermeny aktiv */		div#menu ul li a.active {background-color:
 #ffe100    /*#78aa1e*//*#6db33f*/
							;}
/* Mittenspalt */ 			#innehall-bakgrund {background:
#fff
							;}
/* Artikel-box */			div.artikel-box {background:
#ffe100    /*#e6e7e8*/
							;}
/* HĂ¶gerspalt */ 			#hoger-bakgrund {background:
#fff
							;}
