*, *:before, *:after {
  box-sizing: border-box;
}

a{
  color: #415c75;
  text-decoration: none;
}

a:hover{
  color: #4b749b;
}

a:visited{
  color: #567c9f;
}

body{
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  background-color: #eee;
  color: #111;
}

.titling{
  font-size: 16pt;
  font-weight: bold;
}

.titling2{
  font-size: 12pt;
}

.titling3{
  font-size: 10pt;
  margin-bottom: 30px;
}

#search{
  margin-inline: auto;
  text-align: center;
}

.searchlabel{
  margin-inline: auto !important;
  text-align: center !important;
}

.searchbar{
  margin-inline: auto !important;
  width: 500px;
  padding: 5px;
  border: 2px solid #ccc;
  box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
  border-radius: 4px;
}

#gbltable{
  display: table;
  margin-inline: auto;
  table-layout: fixed;
}

#gbltable > tr, td{
  padding: 5px;
}

.headers {
  font-weight: bold;
}

.normtitel{
  width: 75%;
}

.tableheaders{
  margin-top: 30px;

}

.footer{
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 8pt;
  text-align: center;
  padding: 0px 0 10px;
}

.bodytext{
  text-align: justify;
  text-justify: auto;
  font-size: 11pt;
  max-width: 800px;
  margin-bottom: 20px;
}
