html {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
html, body { 
	background-color: #ececea;
}
/* CSS Document */

a {
	color:#000000;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
	font-size: 12px;
}
a:hover {
	color:#009900;
	text-decoration:underline;
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
}
p {
	margin:0;
	padding:0;
	margin-bottom:1em;
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 16px;
}
h1 {
	font-size:16px;
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
	font-weight: bold;
	color: #666666;
}

/* Layout Divs */

#topp {
	background-image: url(../grafikk/img_topp.jpg);
	background-repeat: no-repeat;
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 149px;
}
#main {
	width: 996px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../grafikk/bg_hoved.jpg);
	background-repeat: repeat;
	min-height: 500px;
	margin-top: 0px;
	overflow: auto;
}
#main #meny {
	background-image: url(../grafikk/bg_meny.jpg);
	height: 37px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 1px;
}

#meny a {
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#meny a:hover {
	color: #86D345;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
}
#main #left {
	float: left;
	width: 148px;
	padding-left: 40px;
	padding-top: 10px;
	min-height: 470px;
	background-image: url(../grafikk/bg_left.jpg);
	background-repeat: no-repeat;
	margin-left: 22px;
	position: relative;
	padding-right: 18px;
}
#main #right {
	float: right;
	width: 718px;
	padding-right: 35px;
	padding-top: 10px;
	position: relative;
	height: auto;
	overflow: auto;
	background-image: url(../grafikk/f1.gif);
	background-repeat: no-repeat;
	background-position: 380px 10px;
}
#footer {
	background-image: url(../grafikk/bg_footer.jpg);
	background-repeat: no-repeat;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	height: 38px;
	position: relative;
}

#footer a {
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

ul {
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
#main #right td {
	font-family: "Trebuchet MS", Arial, "Arial Unicode MS", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

