/* #left .left-menu 

Also see other menu css files. Different languages has different css files
*/

	
#left .left-menu ul li {
	list-style:none;
	background-color:#DDDDDD;}
	
#left .left-menu ul li a {
	color: #444444;	
	text-decoration:none;
	font-weight:bold;}
	
#left .left-menu ul li.selected a {
	color:#FFF;}
	
#left .left-menu ul li.selected {
	background-color:#444444;}
		
#left .left-menu ul li.selected ul li a { 
	color:#FFF;}
	
	
/* Footer (also with unike colours)  
---------------------------------------------------------- */
#footer {
	background-color:#DDDDDD;
	color:#444444;}

#footer a:link,
#footer a:visited {
	color:#444444;}	
	
	
/* MainContant background (unike backgrounds)  
---------------------------------------------------------- */
#mainContent {
	background-image:url(../gfx/illustrasjonTrondhjem.jpg);
	background-repeat:no-repeat;}

