body {
  background: #2B1933;
  background-size: auto 90%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-family: Calibri, Arial, Helvetica;
  font-size: 14pt;
  margin: 3.5cm 2cm 1.5cm 2cm;
}

h2 {
  margin-top: 8px;
  font-size: 18pt;
}

table {
  font-size: 14pt;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

td {
  vertical-align: top;
  padding-bottom: 32px;
}

td.product {
  padding-right: 32px;
  text-align: right;
}

div.platforms {
  white-space: nowrap;
}

img.platform {
  padding: 12px 2px;
}

A:link {
  color: #786DFF;
}

A:visited {
  color: #786DFF;
}

A:hover {
  color: orange;
}

A:active {
  color: yellow;
}

.title {
  font-weight: bold;
}

#deutsch {
  display: none;
}

#Menu {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #2B1933;
  padding: 0.5cm 1.5cm 0cm 1.5cm;
}

  #Menu td {
    border-bottom: 1px solid white;
    padding: 0cm 0.5cm 0cm 0.5cm;
  }

    #Menu td.menuTitleTD {
      padding: 0;
    }

.spacer {
  height: 1cm;
}

#ImageBackground {
  position: fixed;
  left: 0;
  display: none;
  background-color: #001144;
}

#ImageDiv {
  position: fixed;
  display: none;
  background-color: black;
  padding: 8px;
  border-radius: 12px;
}

#ImageBack {
  background-color: white;
}

.ImageTitlebar {
  text-align: right;
  padding-bottom: 8px;
}

#btnNext, #btnPrevious, #btnCloseMac {
	padding-right: 8px;
}

ol h3 {
  margin-bottom: 2px;
}

td ul {
  margin-top: 10px;
  margin-bottom: 0;
}

ol ul {
  padding-left: 18px;
}

.privacyTitel {
  margin-bottom: 0px;
}

.lastUpdate {
  font-size: smaller;
}