BODY {
	FONT-SIZE: 12px;
	BACKGROUND: #c6c3b4;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}

h1 {
 color: black;
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 15px;
 font-weight: 800;
 margin-bottom: 6px;
}

h2 {
 color: black;
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 14px;
 font-weight: 600;
 margin-bottom: 6px;
}

h3 {
 color: black;
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 12px;
 font-weight: 600;
 margin-bottom: 6px;
}

.top {
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 5px;
	BORDER: #5c733c 2px solid;
	WIDTH: 900px;
	HEIGHT: 140px;
	BACKGROUND: #90b75a;
	BACKGROUND-IMAGE: url(images/top.jpg);
	vertical-align: bottom;
}

.main {
	position: absolute;
	z-index: 1;
	top: 155px;
	left: 5px;
	WIDTH: 900px;
	HEIGHT: 600px;
	BORDER: #5c733c 2px solid;
	BACKGROUND: #90b75a;
}

.meny {
	position: absolute;
	z-index: 2;
	top: 165px;
	left: 15px;
	WIDTH: 220px;
	HEIGHT: 405px;

}

.content1 {
	position: absolute;
	z-index: 2;
	top: 165px;
	left: 250px;
	WIDTH: 645px;
	HEIGHT: 334px;
	BORDER: #5c733c 2px solid;
	BACKGROUND: #FFFFFF;
}

.content {
	position: absolute;
	z-index: 3;
	top: 175px;
	left: 260px;
	WIDTH: 630px;
	HEIGHT: 320px;
	BACKGROUND: #FFFFFF;
	OVERFLOW: auto;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}

#menycontainer{
	margin-left: 2em;
	width: 18em;
	font: 100% Verdana, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;}
#meny{margin: 0; padding: 0; list-style-type: none;}
#meny a{
	display: block;
	margin: 0;
	padding: 0.3em;
	background: #7aa441; 
	padding: 0.3em;
	text-decoration: none;
	height: 20;
	border-bottom: 1px solid #CCCCCC;}
	
#meny ul{list-style-type: none;} 
#meny ul a{margin: 0;
	padding: 0.3em; 
	background: #8ab94a;}	
	
#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{background: #BBCCBB;}
#meny a#current{font-weight: bold;}
#meny a#subcurrent{font-weight: bold;}

