body {
  margin: 0px;
  width: 99%;
  float: left;
  background-color: white;
  display: table;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: inherit;
  font-size: small;
  margin-bottom: 10px;
}
h1 {
  margin: 1px;
  display: table-row;
  height: 40px;
  position: relative;
  width: 300px;
  font-weight: bold;
  font-size: 2.3em;
  float: left;
  font-style: normal;
  text-align: left;
  color: #07468e;
  text-decoration: none;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #002D96;
  padding-bottom: 10px;
}
p {
  font-size: small;
  line-height: 1.5;
  padding-bottom: 30px;
}
br {
  line-height: 1;
}
div.webpage-background {
  margin: 0px;
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
div.headerBox {
  margin: 1px;
  display: table-row;
  float: left;
  width: 100%;
  height: 40px;
}
div.box-menu-rumf {
  border-style: solid;
  border-color: #07468e;
  border-width: 1px 0px;
  margin: 1px;
  width: 100%;
  position: relative;
  display: table;
}
div.box-menu {
  margin: 1px;
  display: table;
  position: relative;
  width: 100%;
}
div.menu-item {
  margin: 1px;
  padding: 3px;
  display: table;
  width: 130px;
  float: left;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: small;
  height: 10px;
  background-color: #07468e;
  color: white;
  font-style: normal;
  text-decoration: none;
  # letter-spacing: 1px;
}
div.menu-item a {
  color: white;
  font-size: small;
  font-weight: bold;
  text-decoration: none;
}
div.textbox-main {
  margin: 1px;
  display: table;
  width: 100%;
  position: relative;
}
div.textbox-left {
  margin: 1px;
  display: table;
  width: 100px;
  min-height: 10px;
  float: left;
  height: 10px;
  position: relative;
}
div.textbox-center {
  margin: 1px;
  display: table;
  width: 89%;
  float: left;
  height: 300px;
  position: relative;
}
div.textbox-center a {
  color: #07468e;
  font-size: small;
}
div.textbox-center h1 {
  color: #07468e;
  font-size: 1.5em;
}

div.textbox-right {
  margin: 1px;
  display: table;
  width: 1px;
  min-height: 1px;
  float: left;
  height: 10px;
  position: relative;
}
div.box-foot {
  border-style: solid;
  border-color: #07468e;
  border-width: 1px 0px;
  margin: 1px;
  display: table;
  float: left;
  width: 100%;
  height: 52px;
  position: relative;
}
div.copyright {
  margin: 3px;
  display: table-row;
  height: 46px;
  position: relative;
  width: 250px;
  float: left;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: smaller;
  line-height: 1.4em;
}
div.copyright a {
  color: #07468e;
  font-size: smaller;
}
div.box-linkpartner {
  margin: 1px;
  display: table;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (min-device-width: 0px) and (max-device-width: 767px) {
body {
  font-size: medium;
}
h1 {
  font-size: xx-large;
}
h2 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
}
p {
  font-size: large;
  line-height: 1.5;
  padding-bottom: 30px;
}
div.headerBox {
  height: 45px;
}
div.box-menu {
  margin: 1px;
  width: 100%;
}
div.menu-item {
  padding: 2px;
  width: 100px;
  height: 10px;
  font-weight: normal;
  font-size: large;
}
div.menu-item a {
  font-weight: normal;
  font-size: large;
}
div.textbox-left {
  width: 1px;
  min-height: 0px;
  height: 1px;
}
div.textbox-center {
  width: 95%;
  height: 100%;
}
div.textbox-center a {
  font-size: large;
  color: #07468e;
}
div.textbox-right {
  width: 1px;
  min-height: 1px;
  height: 1px;
}
div.copyright {
  font-size: small;
}
div.copyright a {
  color: #07468e;
  font-size: small;
}
div.box-foot {
  height: 60px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 799px) {
div.textbox-center {
  width: 72%;
  }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 979px) {
div.textbox-center {
  width: 73%;
  }
}
@media only screen and (min-device-width: 980px) and (max-device-width: 1279px) {
div.textbox-center {
	width: 78%;
  }
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1679px) {
div.textbox-center {
	width: 83%;
  }
}
@media only screen and (min-device-width: 1680px) and (max-device-width: 1919px) {
div.textbox-center {
	width: 87%;
  }
}
@media only screen and (min-device-width: 1920px) {
div.textbox-center {
	width: 89%;
  }
}
