/* Den restaurerede 1999-ramme. */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #008bcd;
}

body {
  display: grid;
  place-items: center;
}

#site {
  display: grid;
  grid-template-columns: 165px 435px 120px;
  grid-template-rows: 115px 425px;
  width: 720px;
  height: 540px;
  overflow: hidden;
  background: #008bcd;
  transform: scale(var(--site-scale, 1));
  transform-origin: center;
}

#top {
  position: relative;
  grid-column: 1 / 3;
  grid-row: 1;
  width: 600px;
  height: 115px;
  overflow: hidden;
  background: #008bcd;
}

#top img {
  position: absolute;
  top: 0;
  display: block;
}

#top .logo {
  left: 0;
}

#top #info {
  right: 0;
}

#menu {
  grid-column: 1;
  grid-row: 2;
  width: 165px;
  height: 425px;
  overflow: hidden;
  background: #008bcd url("Legacy/syspic/left.gif") repeat;
  font-size: 0;
  line-height: 0;
}

#menu a,
#menu img {
  display: block;
  width: 162px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
}

#menu a:focus-visible {
  outline: 1px dotted #000;
  outline-offset: -3px;
}

#content {
  grid-column: 2;
  grid-row: 2;
  width: 435px;
  height: 425px;
  margin: 0;
  padding: 0;
  background: #008bcd;
  border: 0;
}

#figure {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 120px;
  height: 540px;
  overflow: hidden;
  background: #008bcd;
}

#figure img {
  display: block;
  width: 120px;
  height: 540px;
  border: 0;
}
