
body {
  position: relative;
  color: #ffffff;
  width: 100%;
  margin: 0px;
  padding:0px;
}

div.languages {
  padding-left: 20px;
}

div.allcontent {
  position: absolute;
  top: 100px;
  left:220px;
  margin: 0px;
  width: expression( document.body.clientWidth-250 );
  padding-left: 20px;
  padding-right: 30px;
}

div.title {
  display: block;
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  margin-bottom: 30px;
  padding:0px;
}

div.content {
  display: block;
  font-size: 125%;
  margin: 0px;
  padding: 0px;
}

.subtitle {
  display: block;
  font-size: 150%;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 15px;
}

.subsubtitle {
  display: block;
  font-size: 125%;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 10px;
}

span.parleader {
  display: block;
  font-size: 125%;
  text-decoration: underline;
  padding-top: 10px;
}

div.menu {
  position: absolute;
  top: 400px;
  left:10px;
  margin: 0px;
  padding:0px;
}

ul.menu li {
  list-style-image: url(img/link.png);
}

li.spaced {
  padding-bottom: 15px;
}

a.menu {
  color: #ffffff;
  font-weight: normal;
}

a:active, a.active {
  font-weight: bold;
}

a, a:link {
  text-decoration: none;
}

body.body {
  background: url(img/bg.png);
}

div.body {
  width: 100%;
}

div.topleftlogo {
  width: 376px;
  height: 363px; 
  background: url(img/ornament.png) no-repeat;
  margin: 0px;
  padding:0px;
}

div.undermenu {
  padding-top: 120px;
}

td {
  padding-right: 10px;
  font-size: 125%;
}

.tilbud {
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
}


