body {
  font-family: arial, helvetica,sans-serif;
  text-align: center;
  font-size:11pt;
}

#frame {
  width: 774px;
  background-color: #e6e6e6;
	margin: 0 auto;
	text-align:left;
	border: 1px solid #aaa;
}

#logo {
  background: url(/gfx/1/logo.gif) no-repeat #e6e6e6;
  height: 72px;
  width: 774px;
}

#logo h1 {
  display: none;
}

#logo h2 {
  text-align: right;
  padding-top: 50px;
  padding-right: 10px;
  font-size:13pt;
  text-transform: uppercase;
}

#innhold h3 {
  font-size:13pt;
}

#blueline {
  float:left;
  background-color: #336699;
  height: 20px;
  width: 774px;
  color: white;
  font-size:10pt;
  text-align: right;
}

#blueline span {
margin-right: 10px;
}

#innhold {
  width: 774px;
  float: left;
  background-color: #f2f2f2;
  font-size:9pt;
}

#innhold table {
  margin-top: 20px;
  width: 774px;
  background-color: #f2f2f2;
}

#innhold table tr.mnd {
  background-color: #bbb;
  font-weight: bold;
}

#innhold table tr.sum_mnd {
  background-color: #fdd;
  font-weight: bold;
}

#innhold table tr.aar {
  background-color: #000;
  color: white;
  font-weight: bold;
  font-size: 2em;
}

#innhold table tr.odd {
  background-color: #eee;
}
#innhold table tr.odd:hover {
  background-color: #fbedb5;
}

#innhold table tr.even {
  background-color: #ddd;
}

#innhold table tr.even:hover {
  background-color: #fbedb5;
}

#innhold div
{
  margin: 10px;
}

#innhold label {
  font-weight: bold;
}

#innhold form {
  margin: 10px;
}

#bunn {
  float:left;
  background-color: #336699;
  height: 20px;
  width: 774px;
  color: white;
  font-size:9pt;
  text-align: center;
  margin-bottom: 30px;
}

#bunn a {
  color: white;
}

#bunn img {
  vertical-align: middle;
}

