* {
  margin: 0;
  padding: 0;
}

body, html {
  font-family: arial, sans-serif;
  background-color: #E0EEFF;
}

#wrapper {
  width: 1700px;
  margin: 0 auto;
  background-color: white;
}

 header {
    background-image: url(hg-saeulen.jpg);
    height: 150px;
 }

header p {
  color: white;
  font-size: 3em;
  padding-top: 30px;
  padding-right: 20px;
  text-align: right;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

nav {
  background-color: #ceb98e;
}

nav ul {
  padding: 0;
}

nav li {
  list-style-type: none;
  display: inline-block;
  height: 1.5em;
  padding: 0 1em;
  line-height: 1.5em;
  border-right: black 1px solid;
}

nav a {
  color: black;
  text-decoration: none;
}

nav a:hover {
  color: white;
  text-decoration: underline;
}

.keinRahmen {
  border: 0;
}

.schatten {
  background-image: url(schatten.png);
  height: 12px;
}

article {
  margin: 20px 140px;
}

article p {
  padding-top: 20px;
}

article h3,
article ul {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.5em;
}

footer {
  background-color: #ceb98e;
  height: 1.5em;
  padding: 0 1em;
  line-height: 1.5em;
  text-align: center;
}

#suchTabelle {
  margin-bottom: 5px;
  margin-left: 50px;
}

#suchTabelle th {
  text-align: left;
}

#suchTabelle td {
  vertical-align: top;
  padding-right: 50px;
}

#ausgabeTabelle {
  margin-left: 50px;
  margin-bottom: 10px;
}

#ausgabeTabelle table {
  border-collapse: collapse;
}

#ausgabeTabelle td {
  border-top: 1px black dotted;
}

#ausgabeTabelle td.schmal {
  padding-right: 10px;
}

#ausgabeTabelle td.breit {
  padding-left: 50px;
}

#ausgabeTabelle td.abstandLinks {
  padding-right: 20px;
}

#ausgabeTabelle td.abstandRechts {
  padding-left: 20px;
}

#ausgabeTabelle tr:hover {
  background-color: #E0EEFF;
}

#summeSpiele {
  color: red;
  margin: 0 0 5px 50px;
}

.durchgestrichen {
  text-decoration: line-through;
  color: red;
}
