* {
  padding: 0px;
  margin: 0px;
  font-family: Arial;
}

body {
  background-image: url(bavaria-28538.png);
  background-attachment: fixed;
}
p.thick {
  text-align: left;
  font-weight: bold;
}

table {
  margin: 0 auto;
  margin-bottom: 20px;
}

#kasten1 {
  background-color: red;
  width: 1450px;
  height: 58px;
  margin-top: 45px;
  margin: 0 auto;
  border: 6px red groove;
}

#kasten2 {
  background-color: #FFFFFF;
  border: 6px groove red;
  margin: 0 auto;
  margin-top: 20px;
  width: 1450px;
  padding: 20px;
}
#bildkasten {
  background-color: #FFFFFF;
  border: 6px groove red;
  margin: 0 auto;
  margin-top: 20px;
  width: 1450px;
  padding: 20px;
  text-align: center;
}
img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

nav {
  background: red;
  font-size: 16px;
}

nav ul {
  margin: 0;
  padding: 0;
  z-index: 1000;
  text-align: center;
  margin: 0 auto;
}

nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  z-index: 1000;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  z-index: 1000;
  margin: 0 auto;
  text-align: center;
}

nav ul li:hover {
  background: #ca7b54;
  z-index: 1000;
}

nav ul li a {
  padding: 20px;
  z-index: 1000;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #333;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
  z-index: 1000;
}

nav ul ul li a {
  padding: 10px 20px;
  z-index: 1000;
}

nav ul li:hover>ul {
  top: 100%;
  left: 0;
  z-index: 1000;
}

nav ul ul li:hover>ul {
  top: 0;
  left: 200px;
  z-index: 1000;
}

nav ul li.submenu>a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  z-index: 1000;
}

nav ul ul li.submenu a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 1000;
}

nav ul ul li:last-child {
  border-bottom: none;
  z-index: 1000;
}
input {
  font-size: 44;
  color: white;
  font-family: Arial;
  font-style: bold;
  background-color: red;
}
