html, body {
  min-width: 100%;
  min-height: 100%; 
  padding: 0px;
  margin: 0px;
}
#header {
  border-bottom: 1px solid black;
  min-width: 100%;
  padding-left: 500px;
  position: fixed;
  height: 40px;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 9999;
  padding-top: 20px;
}

#header > input {
  margin-left: 30px;
}

#navigation {
  left: 0px;
  position: relative;
  top: 52px;
  min-width: 150px;
  max-width: 400px;
  float: left;
  border-right: 1px solid black;
  padding: 0px;
  padding-bottom: 50px;
}

#content {
  position: relative;
  top: 52px;
  float: left;
  min-width: 500px;
  max-width: 800px;
  min-height: 500px;
  padding-left: 20px; 
  padding-top: 20px; 
}

ul,
ul > li,
#navigation > ul,
#navigation > ul > li {
  list-style-type: none;
}

#navigation > ul {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  margin-top: 25px;
}

#navigation > ul > li {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

div.detailui {
  display: none;
  visibility: hidden;
}

div#content > div {
  vertical-align: middle;
  text-align: justify;
  max-width: 90%;
}

div.margoutside span.sidebar-outside{
  text-align: right;
  float: right;
  margin-left: 20px;
  padding-bottom: 10px;
}

em.randnr {
  text-align: right;
  font-weight: bold;
}

div.dk2 > table tr {
  width: 100%;
}

span.citation br,
span.citation br:after {
  content: " "
}

div.dk2 > table td {
  text-align: left;
  min-width: 60px;
  padding-right: 30px;
  vertical-align: top;
}

img {
  max-width: 100% !important;
}
