<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">



 #etank1  {
      background-color: #6394BD;
      position: absolute;
      border: 0px solid #6394BD;
      border-radius: 0px;
      font-size: 25px;
      color: #000000;
      width: 1200px;
      height: 450px;
      top:  50px;
      left:350px;
      }
 #main
        {
                display:block;
                background: white ;
                top left repeat-x;
                width: 750px;
                margin-left,margin-right:auto;
                border:1px solid #E4E5EE;
                color: #C0C8D4;
                padding:25px;
                margin-top:10px;
                margin-bottom:10px;
        }

  .w
        {
                background-color:#FFFFFF;
        }

.g
        {
                background:url('./bg_g.jpg') repeat-x #FFFFFF;
        }

 #content
        {
                clear:both;
                background-color:#FFFFFF;
                margin-top:20px;
                margin-bottom:20px;
        }
.oben
        {
                background-color:#FFFFFF;
                border-bottom:1px solid #6A97BF;
                color:#FFFFFF;
                font-weight:bold;
                 }



header, nav, section, footer
                             {display: block;}



.button {
                              background-color: #6394BD; /* Green */
                              border: 2px solid #FFFFFF;
                              color: white;
                              padding: 15px;
                              text-align: center;
                              text-decoration: none;
                              display: inline-block;
                              font-size: 25px;
                              margin: 4px 2px;
                              cursor: pointer;
}


.button4
          {            border-radius: 12px;
               }



 info, box2 {
                        background:       #FFFFFF;
                        width: 500px;
                        color: #000000;
                        padding: 50px;
                        margin: 20px;
                        border: 4px solid #6394BD;
                        border-radius: 30px;
                        font-size: 32px;
                        text-align: center;
              }




  html, body {
                        height:100%;
                        margin:0;
                        padding:0;
                        overflow:hidden;
                        background-color:##FFFFFF;
                        }

  header {
                        top:0px;                    /** Position Header oben */
                        position:fixed !important;
                        position:absolute;
                        height:8%;                /** H?he Header */
                        width:100%;                /** Breit Header */
                        font-size: 25px;              /** Schriftgr?sse */
                         color:#ffffff;
                        background-color:#6394BD;

                }
  nav {
                        bottom:10px;
                        left:10px;
                        height:10%;
                        width:100%;
                        position:absolute;
                        color:  black;
                        font-size: 20px;

                }
 #Content {
                        top:8%;
                        position:relative;
                        height:89%;
                        width:100%;
                        overflow:auto;

                }
 footer {
                        bottom:0px;
                        position:absolute;
                        height:8%;
                        width:100%;

                        background-color:#6394BD;
                        color:  white;
                }