BODY {
		PADDING: 0em; 
		MARGIN-TOP: 100px;
		MARGIN-LEFT: 100px; 
		BACKGROUND: white; 
		COLOR: black; 
		FONT-SIZE: 78%; 
		FONT-FAMILY: verdana, arial, helvetica, sans-serif;
		HEIGHT: 100%;
	}
select {
	FONT-SIZE: 0.8em;
	}
A:link { color: black; text-decoration: none; }       /* unvisited link */
A:visited { color: black;text-decoration: none; }   /* visited links */
A:active { color: black; text-decoration: none; }    /* active links */
A:hover {  color: black; text-decoration: underline;}

span.link {
	color: black;
	cursor: hand;
}
H1 {
	FONT-SIZE: 1.1em;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2;
}
.sidhuvud {
	FONT-SIZE: 1.0em;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2;
}

TABLE {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	FONT-SIZE: 1.0em;
	PADDING: 4px;
}
TD {
	vertical-align : top;
}
#divnav {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 8px;
	width: 160px;
	height: 100%;
	POSITION: absolute;
	background: white;/* #A8A2A2; */
	/* background-image: url(back2.gif);*/
	font-size: 8pt;
	border-right: 1px solid gray;
}
#framenav {
	padding: 8px;
	width: 100%;
	height: 100%;
	background: white;
	font-size: 8pt;
}
#divmap {
	left: 180px;
	top: 0px;
	margin: 0px;
	padding: 8px;
	POSITION: absolute;
	/* MARGIN: 0px 0px 0px 200px; */
	HEIGHT: 100%;
	width: 400;
	line-height: 1.6;
	/* border: 1px solid black; */
}
img.nav {
	border: 0px solid black;
}

