html, body { 
  background: white;
}

div.allt {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  width: 1000px;
  display: block;
}

div.meny {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  right: auto;
  margin: 10px 10px 5px 10px;
  padding: 0;
  border-width: 0;
  background: rgb(220,220,160);
}

div.sida {
  position: absolute;
  left: 215px;
  right: 0;
  top: 0;
  margin: 10px 10px 10px 5px;
  padding: 20px;
  border-width: 2px;
  border-color: rgb(60,60,120);
  border-style: solid;
  background: white;
  color: black;
  font-size: 14px;
  font-family: sans-serif;
  display: block;
}

p.small { 
  font-size: 12px;
}

div.meny li {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 5px;
}

div.meny li.curr a { 
  color: rgb(160,40,40);
}

a {
  color: rgb(60,60,120);
  text-decoration: none;
}

div.meny ul { 
  margin: 25px 15px 15px 15px;
  padding: 0;
}

a.bild { 
  color: rgb(255,255,255);
  margin: 5px;
}

img { 
  border-width: 2px;
  border-color: rgb(220,220,160);
  border-style: solid;
}