body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  background-color: #dee5f7;
  margin: 0px;
}

.title {
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: 4px;
  font-variant: small-caps;
  text-transform: none;
  text-align: center;
  color: white;
}

.background {
  background-color: #dee5f7;
}

.headline {
  font-weight: bold;
  /*background-color: #ffffdc;*/
}

.odd_row {
  background-color: #ffffdc;
}

.menucolor {
  background-color: #45a5ff;
}

.rightcell {
  background-color: #c6dbff;
}

.bgcolor {
  background-color: #9cc6ef;
}

.figureMark {
  font-size: x-small;
}

.pageHeadline {
  font-size: large;
}

.pageHeadline2 {
}

td.noborder {
  padding: 0px;
  border: 0px none;
}

td.content {
  vertical-align: top;
  background-color: white;
  padding: 20px;
}

a.href:link, a.href:visited, a.href:active, a.href:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #16207a;
  text-decoration: underline;
  font-weight: normal;
  line-height: inherit;
}

a.menu:link, a.menu:visited, a.menu:active {
  color: white;
  background-color: #45a5ff;
  text-decoration: none;
  display: block;
  height: 24px;
  text-align: right;
  vertical-align: middle;
  font-size: small;
  font-weight: normal;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

a.menu:hover, a.menuaktiv {
  color: #16207a;
  background-color: #9cc6ef;
  text-decoration: none;
  display: block;
  height: 24px;
  text-align: right;
  vertical-align: middle;
  font-size: small;
  font-weight: normal;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

a.submenu:link, a.submenu:visited, a.submenu:active {
  color: white;
  background-color: #9cc6ef;
  text-decoration: none;
  display: block;
  height: 100%;
  text-align: right;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

a.submenu:hover, a.submenuaktiv {
  color: #16207a;
  background-color: #9cc6ef;
  text-decoration: none;
  display: block;
  height: 100%;
  text-align: right;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

a.menufuss:link, a.menufuss:visited, a.menufuss:active {
  color: white;
  font-size: 10px;
  text-decoration: none;
  line-height: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

a.menufuss:hover, a.menufussaktiv {
  color: #16207a;
  font-size: 10px;
  text-decoration: none;
  line-height: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

ul.style {
  line-height: 1.5;
}

tbody.evenRow tr:nth-child(even) {
  /*background-color: #e4ebf2;*/
  background-image: linear-gradient(rgba(249, 249, 249, 0.77), rgba(227, 227, 227, 0.78));
  border-left: thin solid #666666;
  border-right: thin solid #666666;
}

td.topLightBorder {
  border-top: 1px solid #b2b2b2;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px
}

hr.topLightLine {
  width: 100%;
  /*height: 1px;*/
  /*border-style: solid;*/
  /*color: #b2b2b2;*/
  border-top: 1px solid #b2b2b2;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px
}

