div.frame {
  border-width: 1px;
  border-style: solid;
}

/* Funkar nästan.
div.frametop {
  width: auto;
  height: 30px;

  margin-top: 140px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  padding-bottom: 0;

  border-bottom-style: none;
}

div.framewidthstrecher {
  width: auto;
}
*/

div.frametopleft {
  width: 140%;
  height: 30px;

  margin-top: 140px;

  border-bottom-style: none;
}

div.frametop {
  width: auto;
  height: 30px;

  margin-top: 140px;
  margin-left: -50px;

  border-bottom-style: none;
}

div.framebottomleft {
  width: 140%;
  height: 30px;

  margin-top: -20px;
  margin-bottom: 30px;

  padding-top: 0;

  border-top-style: none;
}

div.framebottom {
  width: auto;
  height: 30px;

  margin-top: -20px;
  margin-bottom: 30px;
  margin-left: -50px;

  padding-top: 0;

  border-top-style: none;
}

div.framewidthstrecher {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;

  width: auto;
}

div.frameleft {
  width: 100%;
  height: 120%;

  margin-top: -20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;

  padding-top: 0;
  padding-bottom: 0;

  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;

  background: #d8dad9;
}

/* This version for IE 6 */
div.frameright {
  width: auto;
  height: 120%;

  margin-top: -20px;
  margin-left: -5px;
  margin-right: 20px;
  margin-bottom: 0;

  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;

  border-top-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

/* This version for Mozilla/Firefox */
body[class="right"] div.frameright {
  width: auto;
  height: 120%;

  margin-top: -20px;
/*  margin-left: -5px; */
  margin-right: 20px;
  margin-bottom: 0;

  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;

  border-top-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

img.logotype {
  position: absolute;
  top: 20px;
  left: 55px;
}

img.toptext {
  position: absolute;
  top: 40px;
  left: 20px;
/*  left: 180px; */
}

div.major {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

div.minor {
  text-indent: 15px;
}

body.menu {
  color: #3b6678;
  background: #d8dad9;
}

body.left {
  background: #d8dad9;
}

/*
body.top { background: red; }
body.left { background: green; }
body.bottom { background: red; }
body.right { background: green; }

body.menu { background: yellow; }
*/



div.graybar {
  background: #d8dad9;
  z-index: -10;
}

div.graybartopbottom {
  width: 120px;
  height: 500px;
  position: fixed;
  top: 0;
  left: 0;
}

div.graybarleft {
  width: 20px;
}

div.graybarmenu {
  width: 100px;
}

a:link img {
  border-style: none;
}

a:visited img {
  border-style: none;
}
