/*!
 * Basic CSS
 * by fan-fotos.ch
 * v0.01 BETA
 */
body {
  background-color: #003a7b;
  color: #fff;
  text-shadow: 1px 1px #000;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #014da2;
}

/*!
 * Multimedia
 */
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

img.foto {
  max-width: 700px;
  width: 100%; 
  height: auto; 
  border: 0px;
}
img {
  margin-bottom: 4px;
  border: 0;
}

div.fotos {
  text-align: center;
  margin-top: -10px;
}

/*!
 * Table
 */

ul.ul-tabelle {
  list-style: inside decimal;
  max-width: 400px;
  margin-left: -40px;
}
li span {
  float: right;
  margin-left: 8px;
}
li.li-tabelle {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #aaa;
  }
li.li-tabelle-abstieg {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa;
  }
li.li-tabelle-letzter {
  color: #999;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  }
li.li-tabelle-luzern {
  color: #f90;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #aaa;
  }
li.li-tabelle-abstieg-luzern {
  color: #f90;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa;
  }
  
/*!
 * google
 */
div.inhalt-google {
  text-align: center;
  max-width: 900px;
  margin: auto;
}