/* TGR Tischtennis*/
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 100%;

  /* Set up proportionate scaling */
  width: 100%;
  height: 100%;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
html

{
 background: url(hintergrundbild.jpg) no-repeat  fixed left top;

    background-size: cover;
}
     header{
            background-color: none;
            margin-top: 50px;
            width: 1580px;
            height: 300px;

      }
        h1 {
            font-size: 30px;
            text-align: center;
            font-style: oblique;
            color: white;
           }
        h2 {
            font-size: 30px;
            text-align: center;
            font-style: oblique;
            color: white;
           }
        h3 {
            font-size: 30px;
            font-style: oblique;
            text-align: center;
            color: white;
           }
        h4 {
            font-size: 30px;
            font-style: oblique;
            text-align: center;
            color: white;
           }
        h5 {
            font-size: 25px;
            font-style: oblique;
            text-align: center;
            color: white;
           }
      footer{

        margin-top: 250px;
        font-weight: bold;
        font-style: italic;
        color: #FF0000;
        font-size: 30px;
        text-decoration: blink;
        text-align: center;
      }
