body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  background-color: #f8f8f8;
}

a {
  color: #000080;
}

a:hover {
  color: #6080A0;
}

a:active {
  color: #6080A0;
}

div.outerbox {
  width: 80%;
  min-width: 1000px;
  background-color: #404080;
  margin: auto;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}

div.kopfzeile {
  background-color: #ffffff;
  border-bottom-color: #404080;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

p.kopfzeile {
  margin: 0px;
  padding: 5px;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

div.main {
  display: table-row;
}

div.col {
  display: table-cell;
}

div.navigation {
  background-color: #404080;
  float: left;
  width: 180px;
  min-height: 600px;
  vertical-align: top;
  padding-top: 50px;
}

div.navipunkt {
  width: 180px;
  font-size: 12pt;
  font-weight: bold;
  text-align: right;
}

div.navipunkt a {
  background-color: #404080;
  padding: 5px;
  padding-right: 8px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}

div.navipunkt a:hover {
  background-color: #d0d0f0;
  color: #000000;
  text-decoration: none;
}

div.content {
  background-color: #ffffff;
  width: 100%;
  margin: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 55px;
  vertical-align: top;
  text-align: justify;
  font-size: 11pt;
  line-height: 1.25;
  color: #000000;
}

div.content-heading {
  background-color:#d0d0f0;
  text-align: left;
  font-size: 11pt;
  color: #000000;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #666666;
}

div.footer {
  clear: both;
  background-color: #ffffff;
  border-top-color: #404080;
  border-top-style: solid;
  border-top-width: 3px;
}

p.footer {
  margin: 0px;
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  font-size: 11pt;
}

h1 {
  padding-top: 5px;
  font-family: Arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

h2 {
  font-size: 14pt;
  padding-top: 10px;
}

h3 {
  font-size: 12pt;
}

ul {
  list-style-type: disc;
  text-align: left;
}

pre { 
  font-size: 10pt;
}

code { 
  font-size: 10pt;
}

