/* Stylesheet für die Begruessungsseite meiner Homepage als Druckversion */

* { padding: 0; margin: 0; }

body {
   color: #000066;
   background-color: #ff0000;
   font-family: "AvantGarde Bk BT", Arial, "Times New Roman";
   font-size: small;
   text-align: center;
   }
div#wrapper {
   color: #000066;
   background-color: #ffffff;
   }
div#logo {
   color: #000066;
   background-color: #c0c0c0;
   position: absolute;
   top: 130pt;
   left: 0;
   width: 100%;
   padding: 0;
   margin-bottom: 0;
   }
div#navi {
   color: #000066;
   background-color: #ffa500;
   position: absolute;
   top: 360pt;
   left: 0;
   width: 100%;
   padding: 0;
   margin-bottom: 0;
   }
   #navi li {
      display: inline;
      list-style-type: none;
      }
      #delogo {
         color: #000066;
         background-color: #ffa500;
         padding: 0 80pt 0 0;
         }
      #gblogo {
         color: #000066;
         background-color: #ffa500;
         padding: 0 0 0 80pt;
         }
div#fuss {
   color: #000066;
   background-color: #00ffff;
   position: absolute;
   top: 450pt;
   left: 0;
   width: 100%;
   padding: 0;
   margin-bottom: 0;
   }
   #info { margin-top: 12pt; }
   #hinweis { margin-top: 12pt; }
   #validxhtml { padding-top: 20pt; }
   #validcss { padding-top: 20pt; }




