body {
  margin: 0;
  text-align: center;
  background: #000 url(bg.png) 0 0 repeat;
  font-family: "Optima","Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  color: #a17;
  text-decoration: none;
  border-bottom: 2px solid #fbd;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

a:hover {
  border-color: #a17;
}

section {
  display: block;
  margin: 0;
}

.container {
  display: inline-block;
  position: relative;
  width: 780px;
  color: #000;
  line-height: 1.7em;
  text-align: left;
  background: #fff;
}

aside {
  position: absolute;
  top: -60px;
  left: 640px;
}

header {
  display: inline-block;
  width: 780px;
  background: transparent url(header.png) 50% 0 repeat-x;
  height: 50px;
  padding-top: 150px;
}

header ul {
  padding: 0;
  margin: 0;
}

header ul li {
  display: inline-block;
  zoom:1; *display: inline; _height: 30px; /* Internet Explorer Hacks. :( */
}

header ul li a {
  border: 0;
  padding: 8px 10px;
  background-color: transparent;
  background-color: rgba(163,0,120,0);
}

header ul li a:hover {
  background-color: #e5cfe3;
  background-color: rgba(163,0,120,0.33);
}

header ul li a#current {font-weight: bold}

footer {
  margin-top: 50px;
  padding: 10px 0;
  display: block;
  border-top: 1px dashed #ccc;
  background: #eee;
  text-align: center;
}

img {
  border: 0;
  margin-left: -25px;
}

#panorama {
  overflow: hidden;
  overflow: auto;
  width: 780px;
  height: 305px;
  display: block;
  padding: 0px;
}

#panorama img {margin: 0px; width: 2466px}
#lite_panorama {margin: 0px; width: 780px;}

#bilder img {
  width: 234px;
  outline: 1px solid #333;
  border: 6px solid #fff;
  margin: 5px;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#bilder img:hover {border-color: #000}

#bilder a {
  border: none;
}

h1, h2 {
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0 50px;
}

p {
  margin-top: 0;
  padding: 0 50px;
  color: #333;
}

iframe {
  margin-left: 50px;
  border: 0;
  overflow: hidden;
  width: 680px;
  height: 320px;
}

/* Menyen */
.meny {
  list-style: none;
  width: 260px;
  display: inline-block;
  padding: 0 55px;
  text-align: left;
  vertical-align: top;
}

.meny li {
  margin-bottom: 20px;
  line-height: 1.4em;
}

.meny_navn {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}

.meny_beskrivelse {
  font-weight: normal;
  width: 220px;
  font-size: 0.9em;
  color: #333;
}

.meny_pris {
  text-shadow: 0 0 10px #df48c2;
  width: 70px;
  padding: 5px;
  font-size: 1.5em;
  float: right;
  color: #000;
}