
body {
  background-image: url("bilder/bakgrundsbild/hav.gif");
  background-attachment: fixed;
}

#top {
  width: 750px;
  margin: 25px auto;
  text-align: center;
}

#content {
  background-color: rgb(150,150,150);
  width: 750px;
  margin: 10px auto;
  padding: 10px 20px 20px 20px;
}

#bottom {
  width: 750px;
  margin: 25px auto;
  text-align: center;
}

h1 {
  color: white;
  margin: 0;
  text-align: left;
  font-family: "Verdana","Sans-serif";
}

h2 {
  color: white;
  margin: 0;
  text-align: left;
  font-family: "Verdana","Sans-serif";
}

p,td {
  color: white;
  text-align: left;
  font-family: "Verdana","Sans-serif";
}

a {
  color: white;
  text-decoration:underline;
  font-weight: bold;
}

img {
  border-style: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.inline {
  border-style: none;
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

.summary {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.bildtext {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
