/* 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 center center;
        margin-bottom: 0px;

    background-size: cover;

}
body {
         padding-top: 0px;



 }

header {
width: 100%;
height: 100%;
      }
        h1 {
            font-size: 25px;
            text-align: left;
            font-style: oblique;
            color: black;
           }

       h2 {
            font-size: 25px;
            text-align: left;
            font-style: oblique;
            color: black;
           }
        h3 {
            font-size: 25px;
            font-style: oblique;
            text-align: left;
            color: black;
           }
        h4 {
            font-size: 25px;
            font-style: oblique;
            text-align: left;
            color: black;
           }



 footer {


     margin-top: 400px;
     margin-bottom: 0px;

  }
      h1 {
            font-size: 40px;
            text-align: center;
            font-style: italic;
            font-style: oblique;
            color: black;
           }

       h2 {
            font-size: 25px;
            text-align: center;
            font-style: oblique;
            color: black;
           }
        h3 {
            font-size: 25px;
            font-style: oblique;
            text-align: center;
            color: black;
           }
        h4 {
            font-size: 25px;
            font-style: oblique;
            text-align: center;
            color: black;
}
