body {
  font-family: Verdana;
  font-size: 10px;
  color: #000;
  background: white; /* url("/img/bg.gif") repeat-y center; */
  margin: 0px;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: blue;
  text-decoration: none;
}

#main {
  margin: 0px auto;
  width: 800px;
  background-color: white;
}

#first {
  height: 110px;
  margin: 0px;
  background: black;
}

#first a {
  float: left;
  width: 60px;
  height: 22px;
  text-align: center;
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: white;
  line-height: 20px;
  background: #000;
  margin-right: 2px;
}

#first a.active {
  background-color: #d7e5ce;
  color: black;
}

#first a:hover {
  background-color: #256f9c;
  color: white;
}

#sidan {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  height: 700px;
  background: #d7e5ce url("/img/mfv_background.gif") no-repeat bottom left;
}

#navbar {
  margin: 0px;
  background-color: #bfd8b1;
  background-repeat: no-repeat;
  background-position: right top;
  height: 176px;
  padding: 12px;
}

#navbar a {
  font-family: Verdana;
  color: white;
  font-size: 14px;
  text-decoration: none;
}

#navbar a:hover {
  color: #26a2ec;
}

#navbar a.active {
  color: #559f3a;
}


.floatoff {
  clear: both;
  margin: 0px;
} 

.rubrik2 {
  font-family: Verdana;
  font-size: 24px;
  font-weight: 900;

}