
@import url("stdstyle.css");

body {
  margin:         1em;
  color:          #ffffff;
  background-color: #9400d3;
  font-size:      1em;
  font-weight:    normal;
  word-spacing:   normal;
  letter-spacing: normal;
  text-transform: none;
  font-family:    Verdana, Myriad Web, Syntax, sans-serif;
}

a:visited {
  color: #aaaaff;
  background-color: transparent;
}
a:link {
  color: #88ff88;
  background-color: transparent;
}
a:hover {
  color: #008800;
  background-color:#eeeeee;
}

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

a img {
  border-style:none;
}

.sentrer {
  text-align: center;
  clear: right;
}

p.footnote {
  font-size: 0.8em;
}

#content {
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border: 1px;
  top: 0;
}

#menu {
  position: absolute;
  margin: 1em;
  width: 65px;
  top: 0;
  left: 0;
}

#counter {
  position: absolute;
  margin: 1em;
  width: 100px;
  top: 0;
  right: 0;
}

#myaddress {
  position: relative;
  float: left;
  margin-left: 1em;
}

#banners {
  position: relative;
  float: right;
  margin-right: 1em;
}

#arkiv {
  position: absolute;
  margin: 1em;
  width: 100px;
  top: 0;
  right: 0;
}
div.bilder {
  position: relative;
  top: 0;
  left: 0;
  width: 800px;
}

div.liste {
  margin: 0;
}

div.ledetekst {
  font-weight: bold;
  float: left;
  width: 14em;
}

p.caption { 
  clear: right;
  max-width: 780px;
}
p.caption img { 
  float: right;
}

.hidden {
	display: none;
}
