body {
  /*margin:0;*/
  max-width: 1000px;
  margin: auto;
  font-family: Verdana;
  background-color: #000;
}

a {
  color: #3282f2;
  text-decoration: none;
}

/* menu */

ul.menu, ul.footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
  width: 100%;
  max-width: 1000px;
}

ul.menu {
  position: sticky;
  top: 0;
}

li.menu-item {
  float: left;
}

li.footer-item {
  float: right;
}

li.menu-item a, li.footer-item a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.menu-item a:hover:not(.active), li.footer-item a:hover:not(.active) {
  background-color: #444;
}

.active {
  background-color: #2424a0;
}

#jinx-logo-menu {
  height: 15px;
}

/* Jinx logo */

#logo {
  text-align: center;
  color: #000;
}

#logo-text { 
  font-size: 35px;
  font-weight: bold;
}

#logo-text a {
  text-decoration: none;
  color: black;
}

#logo-subtext {
  size: 27px;
  margin-bottom: 20px;
}

#yt {
    width: 40px;
    /*height: 76px;*/
    margin-right: 0;
}

#fb {
    width: 40px;
    /*height: 76px;*/
    margin-left: 0;
}

#jinx-logo {
    height: 100px;
}

/* all */

#container {
    padding: 20px;
    background-color: #eee;
}

/* historie */

#history-table {
  border-spacing: 0;
}

#history-table, #history-table td, #history-table tr, #history-table th {
  border: 1px solid;
}

#history-table td, #history-table tr, #history-table th {
  padding: 10px 2px;
}

#history-table th {
  background-color: #eeeeee;
}

#history-table td {
  text-align: center;
}

#history-table tr:nth-child(even) {
  background-color: #ff8080;
}

#history-table tr:nth-child(odd) {
  background-color: #ffffff;
}

/* presse */

#content img {
  max-width: 100%;
}

/* fotos */

#2025u2 img, #2025u1 img, #2025be img, #2025p img, #2024other img, #2002 img {
  max-height: 570px;
}

#2024 img {
  max-height: 600px;
}

#2014 img, #sonst img {
  max-height: 555px;
}

