@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#F0F0F0;
	margin:5px;
}
#canvas {
	margin:0 auto;
	width:850px;
	background-color:#FFF;
	border: 3px solid #CCC;
}
#footer {
	font-weight: bold;
	text-align: center;
	padding: 6px;
	border-top: 1px solid;
}

#menu {
	background-color:#000;
	color: #FFFFFF;	
	font-weight: bold;	
}

#menu ul {
	margin:0px;
	padding:5px;	
}

#menu li {
	display:inline;
	padding:8px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Meny */

	#m { 
		z-index:10;
		font-size:8pt;
		border-right:1px solid #DDD;
		border-top:1px solid #DDD;
	}

	#m a {
		text-decoration:none;
		color: #330;
	}

	#m ul {
		font-weight:bold;	
		padding: 0;
		margin: 0;
	}

	#m ul ul ul {
		font-weight:normal;
		margin-left: 10px;
	}

	#m li {
		border-bottom:1px solid #DDD;
		list-style:none;
		padding:3px;
		padding-left:5px;
		cursor: pointer;
	}
	
	#m .aktiv {
	background-color:#C1FFFF;
	background-image:url(../images/pil.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
	
	#m .folder {
	background-color:#9DFFFF;
	background-image:url(../images/nerpil.gif);
	background-repeat:no-repeat;
	background-position:right;
	}

	#m .sub {
		list-style:none;
		border-bottom: none;
		padding:0px;
	}
	
	#m .hover {
	background-color: #DFF;

	}	
	
	#m .hover a {
		color:#000;
	}	
