html {
  margin: 0px;
  height: 100%;
}
body {
  font-family: arial, verdana, helvetica;
  text-align: center;
  margin: 0px;
  }
	
hr {
  background-color: #999999;
}

h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
  color: #006a53;
  text-decoration: none;
	margin: 10px 0 5px 0;
}

h1 {
  font-size: 120%;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 105%;
}

.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #006a53;
  text-decoration: none;
}

.title {
  width: 100%; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #006a53;	
}
.ingress {
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.tekst {
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #333;
}

a:hover {
  color: #666;
}

a:active {
  color: #666;
}

.clear{
  clear:both;
}

.toppbilde {
  margin-bottom: 10px;
}

.menu {
  float: left;
  text-align: left;
  width: 230px;
  color: 006a53;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.content {
  text-align: left;
  width: 762px;
  float: right;
  color: 000;
}
.contentpadding {
  text-align: left;
}
	
.spacer1 {
  float:left;
  width: 2px;
}
.spacer2 {
  float:left;
  width: 12px;
}
.spacer3 {
  float:left;
  width: 25px;
}

/* Tremeny */
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../img/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 10px;
margin-bottom: 4px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../img/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
