       html {
            padding: 0;
       }

       body {
            margin-left: 2px;
            margin-top: 2px;
            margin-bottom: 0;
            margin-right: 2px;
            padding: 0;
            overflow: none;
       }

       #Scrollbereich {
            height: 100%;
            width: 100%;
            overflow: auto;
       }

       #navi {
            position: absolute;
            width: 25%;
            background-color: white;
            top: 15%;
            left: 10px;
            height: 100%
       }

       #navi p {
            margin: 0
       }

       #navi ul {
            margin: 0;
            list-style-type: none;
            padding-left: 15px
       }

       #main {
            position: absolute;
            background-color: white;
            top: 12%;
            left: 26%;
            width: 73%;
            height: 80%;
            overflow: auto;
            margin-right: 0px;
       }

       #header {
            position: absolute;
            width: 75%;
            background-color: white;
            top: 0px;
            left: 25%;
            height: 10%;
            margin-top: 0
       }

       #bgimg {
            position: absolute;
            width: 25%;
            background-color: white;
            top: 0px;
            left: 0;
            height: 15%;
            margin-top: 0;
            margin-left: 0;
            background-image: url(./images/background.jpg);
            background-attachment: fixed;
            background-repeat: no-repeat;
       }

       html>body #navi {
            position: fixed;
       }

       html>body #header {
            position: fixed;
       }

       html>body #bgimg {
            position: fixed;
       }

       a:link {
            color: #000000;
            text-decoration: none;
            font-weight: italic;
       }

       a:visited {
            color: #000000;
            text-decoration: none;
            font-weight: italic;
       }

       a:hover {
            color: #EE0000;
            text-decoration: none;
            background-color: #FFFF99;
            font-weight: bold;
       }

       a:active {
            color: #0000EE;
            background-color: #FFFF99;
            font-weight: bold;
       }

       a:focus {
            color: #00AA00;
            background-color: #FFFF77;
            font-weight: bold;
       }