html, body {        margin: 0%;
              border: 0%;
              padding: 0%;
              width: 100%;
              height: 100%;
              background-color: #0F0F0F;
              font-size:14px;
              font-family: Tahoma, Arial, Times New Roman, Book Antiqua;
              color: #0080C0;
              line-height: 1.4;
                            }
body a:link {color:#66aaFF;}
body a:visited {color:#66aaFF;}
body a:active {color:#66aaFF;}

div#verweise {
                background-color: #0F0F0F;
                background-image:url(../bilder/index.jpg);
                background-repeat:repeat-y;
                float: left;
                width: 192px;
                min-width: 192px;
                font-size: 15px;
                font-family: Tahoma, Arial, Times New Roman, Book Antiqua;
                color: #0080C0;
                line-height: 1.3;
                position: fixed;
                height:100%;
                margin: 0%;
                border: 0px;
                padding-left: 8px;
                }

div#verweise a:link {color:#0080C0;
                    text-decoration:underline;}
div#verweise a:visited {color:#0080C0;
                       text-decoration:underline;}
div#verweise a:active {color:#0080C0;
                         text-decoration:underline;}

div#header {
                 background-color: #0F0F0F;
                 margin-left: 200px;
                 padding-top: 8px;
                 font-size:14px;
                 font-family: Tahoma, Arial, Times New Roman, Book Antiqua;
                 color: #0080C0;
                 line-height: 1.4;
                 height: 157px;
                 width:100%;
                 position: fixed;
                 text-align: center;

                }



div#Inhalt {
                 background-color: #0F0F0F;
                 background-position: -8px 157px;
                 margin-left: 208px;
                 padding-top: 157px;
                 font-size:14px;
                 font-family: Tahoma, Arial, Times New Roman, Book Antiqua;
                 color: #0080C0;
                 line-height: 1.4;
                 height: 100%;
                 border: 0px;


                               }
div#Inhalt a:link {color:#66aaFF;}
div#Inhalt a:visited {color:#66aaFF;}
div#Inhalt a:active {color:#66aaFF;}
