html 
{
	overflow-y: scroll;
}

body
{
    font-family: Arial,'sans serif';
	line-height: 16pt;
	font-size: 11pt;
	letter-spacing: normal;
	color: #4c688f;
	text-align: left;
	background-color: #ffffff;
	padding:0;
	margin:0;
}

#menyrutebild
{
	margin:0px;
	padding:0px;
	margin-left: 330px;
	position:absolute;
	width:213px;
	height:440px;
	
}

/* MENYBOX som innehåller listmenyn */

#meny_container 
{
	margin:0px;
	padding:10px;
	padding-left:15px;
	margin-left: 330px;
	width:175px;
	height:410px;
	position:absolute;
	color: #4c688f;
	z-index: 1;
	line-height: 18pt;
	overflow: auto;
	font-size: 11pt;
	font-weight: normal; 
}



/* länkar, egenskaper */

#meny a:link 
{ 
	text-decoration: none;
	color: #4c688f;
}

#meny a:visited 
{ 
	text-decoration: none;
	color: #4c688f;
}

#meny a:hover 
{
	text-decoration: none;
	color: #4c688f;
}

/* HUVUDMENY */

#meny 
{ 
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #4c688f;
}

#meny ul 
{ 
	
}

#meny li li 
{ 
		list-style-type: disc;
}


#meny a 
{ 
	
	margin: 0;
	padding:0;
	text-decoration: none;
	color: #4c688f;
}

/* MENY nivå 1 (utan undermeny) */

#meny .link0 
{ 
	padding: 0;
	color: #4c688f;
	
}

/* MENY nivå 1 (med undermeny) */

#meny .link1 
{ 
	color: #4c688f;
		
}

/* MENY nivå 2 */

#meny .link2 
{ 
	font-size: 9pt;
	font-style:italic;
	line-height: 10pt;
	color: #4c688f;
	text-indent: 0px;
	font-weight: normal;

}

/* AKTIV MENY nivå 1 */

#meny a#selected1
{ 
	font-weight: bold;
	color: #4c688f;
	
}

/* AKTIV MENY nivå 2 */

#meny a#selected2
{ 
	font-weight: bold;
	color: #4c688f;
	
}

/* AKTIV SIDA */

#meny a#current 
{ 
	font-weight: bold;
	color: #4c688f;
}
