body {
	background: #FFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1 { 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 18px;
	color: #632771;
}

a:link, a:visited, a:active {
	color: #f18e00;
	font-weight: normal;
	border: 0px;
	font:11px Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

#container {
	margin: 1em auto;
	margin-top: -1px;
	padding: 0px;
	width: 958px;
	text-align: left;
	background: #FFF;
}

#header {
	margin-bottom: 3px;
	height: 171px;
	width: 958px;
	background:url(../bilder/header.gif) no-repeat top left;
}

/*	NAVIGATION	*/
#mainnav {
	float: left;
	width:240px;
	margin: 0 0 10px 0;;
	padding: 0px;
	white-space:nowrap;
	text-align:left;
}

#mainnav a:link, #mainnav a:visited, #mainnav a:active {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}


#mainnav div.menusection {
	background: #c95a2c url(../bilder/meny/meny_orange_top.gif) no-repeat top left;
	display: block;
	width: 240px;
	margin:0 0 10px 0;
	padding:0;
	text-decoration: none;
	text-align: left;
}

#mainnav div.menusectionselected {
	background: #632771 url(../bilder/meny/meny_lila_top.gif) no-repeat top left;
	display: block;
	width: 240px;
	margin:0 0 10px 0;
	padding: 20px 0 0 0;
	text-decoration: none;
	text-align: left;
}

#mainnav div.menusection div.link {
	width: 240px;
	padding: 20px 0 20px 0;
	background: transparent url(../bilder/meny/meny_orange_bottom.gif) no-repeat bottom left;
}

#mainnav div.menusectionselected div.linkselected {
	width: 240px;
	padding: 0 0 20px 0;
	background: transparent url(../bilder/meny/meny_lila_bottom.gif) no-repeat bottom left;
}

#mainnav div.menusection div.link a, #mainnav div.menusectionselected div.linkselected a {
	padding: 0 0 0 20px;
}

#mainnav div.menusectionselected div.linkselected div.submenu {
	padding: 5px 0 0 10px;
}

#mainnav a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#contents {
	width: 636px;
	color: #000000;
	background: transparent;
	margin: 0 0 20px 0;
	padding-left: 75px;
	float: left;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px; 
	text-align: left;
}

	
#footer	{
	background: url(../bilder/footer.jpg) no-repeat;   
	clear: both;
	width: 955px;
	height: 80px;
	color: #877F6F;
	text-align: center;
	font-weight:normal;
}

