body {
	height: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	color: #333;
	background-color: #60665F;
	background-image: url(design/backgr.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

/* text definering */



.menu:link {
	color: #333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
.menu:visited {
	color: #333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.menu:hover {
	color: #60665F;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.menu:active {
	color: #60665F;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


h1 {
	color: #690909;
	font-weight: normal;
	font-size: 18px;
	font-family: georgia, arial, verdana, sans-serif;
	padding: 0;
	background: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2 {
	padding: 0;
	background: #F8F8F0 
	color: #3C3C38;
	font-weight: normal;
	font-size: 14px;
	font-family: georgia, arial, verdana, sans-serif;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #333;
	background: transparent;
}
h4 {
	color: #3C3C38;
	font-weight: normal;
	font-size: 17px;
	font-family: georgia, arial, verdana, sans-serif;
	padding: 0;
	background: transparent;
	margin: 0px;
}

h5 {
	color: #3C3C38;
	font-weight: normal;
	font-size: 17px;
	font-family: georgia, arial, verdana, sans-serif;
	padding: 0;
	margin: 0;
	background: transparent;
}
h6 {
	color: #3C3C38;
	font-weight: normal;
	font-size: 17px;
	font-family: georgia, arial, verdana, sans-serif;
	padding: 0;
	margin: 0px;
	background: transparent;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* ------------------------------------- innhold -----------*/

#content {
	float: left;
	vertical-align: top;
	width: 437px;
	background: transparent;
	margin-top: 17px;
}
#content a:link, #content a:visited, #content a:active {
	color: #5A6059;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #690909;
	font-weight: bold;
	text-decoration: none;
}
#content ul {
	padding: 0;
	margin-left: 40px;
	list-style: none;
}
#content li {
	padding: 0px 15px 6px 13px; 
	background-image: url(file:///C|/Documents%20and%20Settings/frode.hansen/Lokale%20innstillinger/Temporary%20Internet%20Files/Content.IE5/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* høyre infobox */

#rightbox {
	float: right;
	width: 160px;
	background: transparent;
	margin-top: 17px;
	text-align: left;
}
#rightbox a:link, #rightbox a:visited, #rightbox a:active {
	color: #5A6059;
	font-weight: bold;
	text-decoration: underline;
}
#rightbox a:hover {
	color: #690909;
	font-weight: bold;
	text-decoration: none;
}
#rightbox ul {
	padding: 0;
	margin-left: 20px;
	list-style: none;
}
#rightbox li {
	padding: 0px 15px 6px 13px; 
	background-image: url(file:///C|/Documents%20and%20Settings/frode.hansen/Lokale%20innstillinger/Temporary%20Internet%20Files/Content.IE5/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#rightbox p {
	margin: 0.25em 1em;
}
#rightbox img {
  	border: 0;
  	display: block
}
.right_table {
	text-indent: 5px;
}