BODY {
  background-color: #fafafa;
  font-family: Verdana;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
}

A {
  font-family: Verdana;
  text-decoration: none;
  color: blue;
}

A:hover {
  color: #F00;
  text-decoration: underline;
}

ul {
  position: relative;
  left: -20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

form {
  margin: 0px;
}

input {
  font-family: Verdana;
  font-size: 10px;
  margin-bottom: 5px;
}

select {
  font-family: Verdana;
  font-size: 10px;
  margin-bottom: 5px;
}

#hela {
  margin: 0px auto;
  width: 760px;
  background-color: white;
}

#lankar {
  margin: 0px;
  margin-left: 11px;
  margin-bottom: 12px;
  height: 18px;
  background-color: #feff99;
  border-bottom: 6px solid #fbf65c;
  padding-top: 6px;
  padding-left: 70px;
}

#lankar A {
  float: left;
  height: 18px;

  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  line-height: 18px;

  padding-left: 10px;
  padding-right: 10px;
}

#lankar A:hover {
  background-color: #fbf65c;
  color: black;
  text-decoration: none;
}

#lankar A.active {
  background-color: #fbf65c;
}

#leftmenu {
  margin-left: 11px;
  width: 124px;
  height: 400px;
  background-color: #feff99;
  text-align: right;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
}

.rubrik1 {
  font-family: Arial;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 2px;
}

.rubrik2 {
  font-family: Arial;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 2px;
}

.rubrik3 {
  font-family: Arial;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  margin-bottom: 2px;
}