body {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-align: center;
  margin-top: 10px;
  background-color: #213210;
  font-size: 13px; }
#spielfeld {
  background: url('/img/spielfeld.jpg'); 
  background-repeat: no-repeat; 
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid white;
  height: 1223px;
  text-align: left; }
#fussball {
  width: 750px;
  height: 152px;
  background: url('/img/fussball.png'); 
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: 10px; 
  margin-left: 25px; }
#navi {
  color: black;
  margin-top: 110px;
  padding: 10px; 
  border: 1px solid white;
  background: url('/img/hintergrund.png'); }
#text {
  color: black;
  margin-top: 20px;
  padding: 10px; 
  border: 1px solid white;
  background: url('/img/hintergrund.png'); }
#text h1 { 
  margin: 0px; 
  font-size: 20px;
  margin-bottom: 0px; }
#text h2 { 
  font-size: 15px;
  font-style: italic;
  margin: 0px; 
  margin-bottom: 20px; }

.menu { }
.menu a:link {
  text-decoration: none; 
  color: #0000ff; }
.menu a:visited {
  text-decoration: none; }
.menu a:hover {
  text-decoration: underline; }
.menu a:active { }
.sub {
  margin-top: 10px; }
.menu strong {
  border-bottom: 1px dotted #444488;
}