body {   margin: 0 auto;
         width: 950px;                                                                 /* richtet die Seite mittig aus */
         background-color:  #000000;                                                      /* Hintergrund des gesamten bodys */
    }

#linkeseite {  width: 194px; height: 1050px;  float: left;
        border-left: solid 1px black; border-right: solid 1px black; }

#container  {  width: 950px; height: auto; border: solid 2px green; }
#luftbilder {  font-family: Times; font-size: 35px; margin-top: -50px; color:white; margin-left: 150px; }
#linie  {  margin-top: 150px; margin-left: 0px; }

#zur a { position: absolute; margin-top: 120px; margin-left: 850px; font-family: georgia; font-size: 15px; color: #FFFFFF; text-decoration: none; }
img {  border: solid 1px white;  }
table {  margin-top: 20px;  }