/* Stylesheet fuer die Begruessungsseite meiner Homepage */

* { padding: 0; margin: 0; }

body {
   color: #000066;
   background-color: #ffffff;
   font-family: "AvantGarde Bk BT", Arial, "Times New Roman";
   font-size: 70%;
   text-align: center;
   }
div#wrapper {
   color: #000066;
   background-color: #ffffff;
   width: 95%;
   }
div#logo {
   color: #000066;
   background-color: #ffffff;
   position: absolute;
   top: 20%;
   left: 0;
   width: 100%;
   padding: 0 20px 0 20px;
   margin-bottom: 0;
   }
div#navi {
   color: #000066;
   background-color: #ffffff;
   position: absolute;
   top: 63%;
   left: 0;
   width: 100%;
   padding: 0 20px 0 20px;
   margin-bottom: 0;
   }
   #navi li {
      display: inline;
      list-style-type: none;
      font-size: large;
      font-style: normal;
      font-weight: bold;
      line-height: 2.25em;
      }
    a { text-decoration: none; }
      a:link { color: #009999; }
      a:visited {color: #000066; }
      a:hover { color: #ffcc00; }
      a:focus { color: #ffcc00; }
      a:active { color: #ff0000; }
      
      #navide {
         color: #000066;
         background-color: #ffffff;
         padding: 0 80px 0 0;
         margin-bottom: 0;
         }
      #navien {
         color: #000066;
         background-color: #ffffff;
         padding: 0 0 0 80px;
         margin-bottom: 0;
         }
div#fuss {
   color: #000066;
   background-color: #ffffff;
   position: absolute;
   top: 73%;
   left: 0;
   width: 100%;
   padding: 0 20px 0 20px;
   margin-bottom: 0;
   }
   #info {
   margin-top: 12pt;
   }
   #hinweis {
   margin-top: 12pt;
   }
   #mitgliedkl {
   margin-top: 12pt;
   }
   #validxhtml { 
      padding: 30px 80px 10px 20px;
      }
   #validcss {
      padding: 30px 10px 10px 80px;
      }
    



