html {
  background: #d9d9d0;
  overflow: scroll;
  z-index: 1;
}

body {
  color: #111111;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  font-family: sans-serif;
  line-height: 120%;
  border-color: #000000;
  width: 100%
  z-index: 1;
}

.photo_container {
  position: relative;
  left: -80px;
  height: 0px;
}

.photo {
  position: absolute; 
  padding: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  z-index: 100;
  display: none;
}

.contents {
  width: 802px;
  margin: 0px auto;
  background: #ffffff;
}

.links {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 5;
  background: #d9d9d0;
  width: 800px;
  height:auto;
  margin: 0px;
  border: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align:left;
  font-variant: small-caps;
  color: #506070;
}

.links a {
  background: #ededed;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 0px solid #bbbbbb;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 0px;
  color: #777777;
  text-decoration: none;
}

.links a:hover{
  color: #eeeeee;
  background: #888888;
}

.links b {
  position: relative;
  top: -3px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 8px;
  color: #777777;
  text-decoration: none;
  font-weight: normal;
  z-index: 10;
}

.text {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  text-align: justify;
  min-height: 800px;
  margin-bottom: 40px;
  font-size: 95%;
}

.text a img {
  border: 0px;
}
.text table{
  text-align: left;
  background: #ffffff;
}

.text h1 {
  font-variant: small-caps;
  font-weight: normal;
  font-size: 170%;
  color: #688868;
}

.text h2 {
  font-variant: small-caps;
  font-weight: normal;
  font-size: 125%;
  color: #686868;
}

.text i {
  font-size: 95%;
}

.text p {
  background: #ffffff;
  padding: 10px;
}

.text a {
  color: #4488ff;
  text-decoration: none;  
}

.klemmari {
  position: absolute;
  right: 40px;
  top: -10px;
  z-index: 11;
}

.ontop {
  position: absolute;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  right: 20px;
  top: 8px;
  z-index: 10;
}

.indent {
  margin-left: 4.0em;
}

.bottomtext {
  position: absolute;
  bottom: 10px;
  left: 320px;
  font-variant: small-caps;
  font-size: 90%;
  color: #888888;
}

.text tiny {
  font-size: 70%;
  color: #666666; 
  position: relative;
  top: -2px;
  padding-right: 1px;
  padding-left: 1px;
  border: 1px #dddddd solid;
}

.noborder {
  position: relative;
  left: -10px;
  width: 800px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
